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.
- https://github.com/pykeio/ort
- https://github.com/AlexeyAB/darknet
- https://github.com/WongKinYiu/YOLO
- https://github.com/WongKinYiu/yolov9
- https://github.com/WongKinYiu/yolov7
- https://github.com/ultralytics/ultralytics
- https://github.com/jamjamjon/usls