-
When I downloaded yolo11n.pt from GitHub and tried the below code
```
from ultralytics import YOLO
# Load a COCO-pretrained YOLO11n model
model = YOLO("yolo11n.pt")
```
I got an error Attrib…
-
### Feature Name
UltralyticsComputerVisionModel
### Feature Description
Create concrete implementations to use pytorch hub to preload yolov5 models for computer vision predictions:
https://docs.ul…
-
I have a question, so I leave a message.
We would like to replace the model used in your Android flutter application.
The YOLO11 model at the "https://github.com/ultralytics/ultralytics " address wa…
-
# Problem Description
I had used the example which is prefectly with my model. Now I have tried to feed a single image using camera to take a picture or image picker to get the image from the galler…
-
Ref. https://old.reddit.com/r/computervision/comments/1e3uxro/ultralytics_new_agpl30_license_exploiting/
> According to Ultralytics, both the training code and the models produced by that code are …
-
### 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…
-
[English](README.md) | [简体中文](README.zh-CN.md)
[Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), de…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and found no similar bug report.
### HUB Component
_No response_
### Bug
When trying to…
-
I am running my custom trained YOLO5 model on the example app and end up with the error:
```
E/AndroidRuntime(17777): java.lang.IllegalArgumentException: Cannot copy to a TensorFlowLite tensor (s…
-
this is my command:
python3 export_rtdetr_ultralytics.py -w rtdetr-l.pt --simplify --batch 4 -s 640
and got this error:
```
python3 export_rtdetr_ultralytics.py -w rtdetr-l.pt --simplify -…