Skip to content

CeeBeeEh/bvr_detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bvr_detect

BVR Chirp Logo

BVR Detect is an object detection library to be used as part of BVR (Bvr Video Recorder).

THIS PROJECT IS IN ALPHA. It should work, but don't expect too much yet.

Usage

This should be imported as a local crate in another project, such as BvrWebPup.

You would have something like this in the other project:

bvr_detect = { version = "0.2.0", path = "../bvr_detect" }

Functionality

This is purely a library to receive an input image, run inference, process the detections, and return the results.

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages