All Questions
1 question
0
votes
2
answers
750
views
My C++ code is not detecting objects correctly yolov5
I have a yolov5 onnx file where I trained apples and bananas. I was using python until today, but I decided to switch to c++ to gain some speed. I get correct results when I use yolov5's own onnx ...