-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Other
### Bug
The proj…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
Detection
### Bug
Traceback…
-
### System Information
OpenCV version: 4.6.0
Operating System / Platform: Ubuntu 20.04
Python 3.8.10 (default, Jun 22 2022, 20:18:18)
### Detailed description
`cv2.readNet().forward()` prod…
-
I've performed some custom training of the yolov5 network with 8 object classes by following this tutorial: [yolov5_training.ipynb](https://colab.research.google.com/github/luxonis/depthai-ml-training…
-
## 4K training have bad result
Hi, I was training yolov5s with 4k and have really bad result. I'm using `yolov5s` model and the single class `bird`. The dataset is filtered from COCO dataset, then I …
-
converted yolo5s.pt model to core ml model using cmd
`!python models/export.py --weights weights/yolov5s.pt --img 640 --batch 1 --train `
in previous tried cmd
`!python models/export.py --weig…
-
## ❔Question
How can I parse the output layer of yolov5s exported to ONNX in C#?
## Additional context
I trained yolov5s with a custom dataset and I exported to ONNX to use it with in my project …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
Hi, thanks for this amazing repo first of all!
I am working with the v2.0 release of the repo and so far I got quite promising results on my custom dataset. I tried to use --evolve today but I am g…