yolov5-opencv-cpp-python
yolov5-opencv-cpp-python copied to clipboard
Example of using ultralytics YOLO V5 with OpenCV 4.5.4, C++ and Python
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  I run the file **yolo.py**  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.  hope to your reply.
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...
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  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: 
# 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]]...