-
-
`Thanks for the awesome repo!
Are there any modifications needed to run similar yolo
11 models in the app?
On download from the ultralytica hub I get unusual mlpackages?
-
Чи плануєте додати yolo11 з segmentation model?
Трохи погрався з цим і виглядає реально чудово, на багато простіше знайти область з номером на зображені, та потім відправити на розпізнавання
-
Hello, I am currently working on YOLOv11 pruning, using your code as a reference. I am planning to perform the magnitude pruning method and 100 epochs fine-tuning in a single iterative step. I will sh…
-
Nivida A30 535.86.10 CUDA:12.2
it's ok using kBatchSize=1 to serialize YOLO11s model,
but using kBatchSize=16, errors occurs below:
![d374adf3bcfefe49301b64121c07881](https://github.com/user-att…
-
### 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…
-
I am trying to finetune yolo on my dataset to predict the object, but even if the object is skewed the boundary box is always and not a skewed rectangle. While training I labelled my dataset carefully…
-
### 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…
-
## detail | 详细描述 | 詳細な説明
# 导出方法 yolo11
from ultralytics import YOLO
model = YOLO("model/segment/best_n.pt")
model.export( format="ncnn", simplify=True, opset=12)
自己训练的模型yolo11导出ncnn格式文件后,部署在安卓…
-
### 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…