object-detection-opencv-rust icon indicating copy to clipboard operation
object-detection-opencv-rust copied to clipboard

Just set of functions to utilize YOLO v3, v4, v7 and v8 version with OpenCV's DNN module

Results 3 object-detection-opencv-rust issues
Sort by recently updated
recently updated
newest added

Do you plan to add support for v9 or v10?

enhancement

Pretty much what the title stated. I am having error when running the code. This is the exact error: ``` [ERROR:[email protected]] global ./modules/dnn/src/onnx/onnx_importer.cpp (1018) handleNode DNN/ONNX: ERROR during processing node...

bug
good first issue
question

mismatched type 'Mat' and 'opencv::opencv::hub::core::Mat' have similar names, but are actually distinct types perhaps two different version of crate 'opencv' are being used? let mut frame = imread("images/persons.jpg", 1).unwrap(); let...

bug
question