BVR Detect is an object detection library to be used as part of BVR (Bvr Video Recorder).
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" }
This is purely a library to receive an input image, run inference, process the detections, and return the results.