-
# INFERENCE ON IMAGE
!yolo task=detect mode=predict conf=0.25 save=True model=runs/detect/train2/weights/best.pt source=test_image.jpg
I get below error when running the above command. Apprecia…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
_No response_
### Bug
…
-
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
1. Suggest a new feature by leaving a comment…
-
你好,大神!能否提供一些具体的转换步骤,谢谢!我这边转换了,可是预测结果感觉不对,能否指点下,期待您的回复!!!
结果如下:
这个是我转完的yolov10 ncnn param文件如下:
7767517
243 291
Input images 0 1 images
MemoryData …
-
### 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…
-
Hi there.
I've integrated YOLOv10 with DeepSORT for tracking object in video in the following repository: https://github.com/sujanshresstha/YOLOv10_DeepSORT.git
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
AttributeError: 'str' object has no attribute 'view'
-
Hi!
I am trying to use a yolov10n model converted using tensorrt. When I do the following command:
`/TensorRT-8.6.1.6/bin/trtexec --onnx=yolov10n.onnx --saveEngine=yolov10n.engine --fp16
yolo pre…
-
cmd
```
trtyolo export -w yolov10m.pt -v yolov10 -o models
```
however:
```
[I] Starting export with Pytorch.
[E] YOLO version 'yolov10' not supported
```
Could you tell me what is the righ…