yolov5-opencv-cpp-python icon indicating copy to clipboard operation
yolov5-opencv-cpp-python copied to clipboard

Error exception

Open NBarile opened this issue 3 years ago • 5 comments

Hi guys

I have this error when I start the code .cpp image

I don't know where this error comes from. I trying to follow this issue : https://github.com/doleron/yolov5-opencv-cpp-python/issues/3 but it dosen't work for me.

Anywone has a solution ?

I use my own dataset, with 1 classe.

Thx a lot ;)

NBarile avatar Aug 31 '22 17:08 NBarile

Hello! Have you solved this problem? I also encountered the same mistake as you in operation. Could you tell me how to solve it? Thank you very much!

feelingsa avatar Sep 03 '22 16:09 feelingsa

Hello! Have you solved this problem? I also encountered the same mistake as you in operation. Could you tell me how to solve it? Thank you very much!

no I didn't sorry :(

I use the python code instead

NBarile avatar Sep 03 '22 16:09 NBarile

Nobody know ?

NBarile avatar Sep 09 '22 13:09 NBarile

pip uninstall opencv-python pip install opencv-python==4.5.5.62

laosuan avatar Sep 22 '22 03:09 laosuan

Hi! I found a way to fix the problem. @NBarile @feelingsa . Just implement this changes to the main code and it should work! image

Riczap avatar Mar 05 '23 21:03 Riczap