object-detection-opencv-rust
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
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...
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...