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

Example of using ultralytics YOLO V5 with OpenCV 4.5.4, C++ and Python

Results 18 yolov5-opencv-cpp-python issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to run the Yolov5 classification? Thanks

Hello, When i test your program, with opencv 4.5.5, i have this error. Do you have an idear, what is the problem ? Command : Traceback (most recent call last):...

I installed opencv with CUDA with version 4.5.4 ![image](https://user-images.githubusercontent.com/64806740/159753138-0d1feaee-1b5b-453a-93f0-cd0d3ac7def6.png) I run the file **yolo.py** ![image](https://user-images.githubusercontent.com/64806740/159752352-82f6d62b-ddc0-4304-9771-e9ccfad00af9.png) I get 8 - 10 fps, which is too low. I removed the imshow and...

Hi, doleron. Could you tell me which version of yoloV5 you use? I modified data+=7, using custom weight still error. ![error](https://user-images.githubusercontent.com/81306668/158769433-1ed24e6f-4382-47ba-a7bf-0537ae4f044a.jpg) hope to your reply.

need more info

Hi, it's me again. I exported my custom weight file and modified `yolo.cpp` towards the path and classes.txt towards the labels. the error came from your code or my custom...

fixed

Upon running the python code I am getting: ``` if confidence >= 0.4: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or...

Hi guys I have this error when I start the code .cpp ![image](https://user-images.githubusercontent.com/48790575/187737949-70d3acc6-ecdb-4a12-984a-f511642ee64f.png) 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...

follow: ![63cbd1812753ebe5142f148ead0ae45](https://user-images.githubusercontent.com/51430335/189527627-0ca9e9f7-3905-4e11-a443-907d7ea859d9.jpg)

# About this PR First of all thanks for providing the great repo! This PR fixes the following issues: https://github.com/doleron/yolov5-opencv-cpp-python/issues/15 https://github.com/doleron/yolov5-opencv-cpp-python/issues/7 original model is retrieved from https://github.com/ultralytics/YOLOv5/releases/download/v6.1/YOLOv5n.pt https://github.com/ultralytics/YOLOv5/releases/download/v6.1/YOLOv5s.pt and converted...

Hello! I'm trying to run the code for c++ ./yolo_example code with yolov5s.onnx, which was converted by the python command export.py --weights yolov5s.pt --include onnx. I get an error [ERROR:[email protected]]...