-
ultralytics/ultralytics:latest
-
`Traceback (most recent call last):
File "/home/renzecheng/gcx/ultralytics-main/mbyolo_train.py", line 44, in
"train": YOLO(model_conf).train(**args),
File "/home/renzecheng/gcx/ultralytic…
-
### 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…
-
ultralytics/ultralytics:latest
-
@kalenmike once we've updated the ultralytics package we should probably add a Docker tab or link on the train page since `ultralytics` is installed by default in https://hub.docker.com/…
-
Version 2.0 does not start, displaying the error "Unhandled exception in script.". Details:
Failed to execute script 'main' due to unhandled exception: 'cp932' codec can't encode character 'u2705' …
-
Type: Feature Request
PS C:\Users\Arjun Rose J S> pip install ultralytics
Defaulting to user installation because normal site-packages is not writeable
Collecting ultralytics
Using cached ultraly…
-
With newer yolo models by Ultralytics it is possible to perform object tracking.
Currently, it is not possible to handle such tracking outputs with datumaro.
In particular, the output of Yolo can …
-
请教各位,我想跑通代码并根据预测和分割的结果做进一步处理,我运行了ultralytics/predict.py,用的是博主训练的权重,把source路径改为了'ultralytics/predict_images/2.jpg',运行后能看到runs文件夹有预测后的标记,但是predicitons是None,这是什么原因呢?
`model = YOLO('ultralytics/weights/v…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and [discussions](https://github.com/ultralytics/hub/discussions) and found no similar quest…