-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report.
### YOLOv5 Component
_No response_
### Bug
///…
-
I modify the code to supports inference on images in folders. And there are multiple resolutions of images under the folder. But After Infernce, the result mismatch, the returned result is from the pr…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
https://github.com/computervisioneng/train-yolov8-custom-dataset-step-by-step-guide/blame/072ab07581d47fec826378529aa6791264c0eb1c/local_env/predict_video.py#L14
-
I've tried these two methods to get the ncnn model:
- The python yolov8 method:
```python
from ultralytics import YOLO
import ncnn
model=YOLO('yolov8n.pt')
model.train(data="data.yaml", ep…
-
Wondering if there are any plans for stronger TFLite support.
From searching I see there are already other people interested in this (at least one person #141)
If necessary, I am willing to open…
-
不知道新的yolov8训练模型怎么样
-
Hello there,
I noticed that you have two repositories yolov7-face and yolov8-face that both use YOLO for face detection. However, it seems that the performance of yolov8-face is not as good as yolov7…
-
Hello,
Thank you so much for creating this, it's very useful.
I just wanted to ask if you are planning to add support for adding YoloV8 Instance Segmentation models to the Deepstream framework.
…
-
Using CVAT as an annotation tool, when running ‘export task dataset” in two different formats, then converting to yolo using JSON2YOLO we get the following results:
CVAT file. Label file…