from ultralytics import YOLOv10
model = YOLOv10.from_pretrained('jameslahm/yolov10b')
# Training
model.train(...)
# after training, one can push to the hub
model.push_to_hub("your-hf-username/yolov10-finetuned")
# Validation
model.val(...)
Inference
Here's an end-to-end example showcasing inference on a cats image:
from ultralytics import YOLOv10
model = YOLOv10.from_pretrained('jameslahm/yolov10b')
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)
which shows:
BibTeX Entry and Citation Info
@article{wang2024yolov10,
title={YOLOv10: Real-Time End-to-End Object Detection},
author={Wang, Ao and Chen, Hui and Liu, Lihao and Chen, Kai and Lin, Zijia and Han, Jungong and Ding, Guiguang},
journal={arXiv preprint arXiv:2405.14458},
year={2024}
}
Runs of jameslahm yolov10b on huggingface.co
20
Total runs
0
24-hour runs
2
3-day runs
1
7-day runs
-12
30-day runs
More Information About yolov10b huggingface.co Model
yolov10b huggingface.co is an AI model on huggingface.co that provides yolov10b's model effect (), which can be used instantly with this jameslahm yolov10b model. huggingface.co supports a free trial of the yolov10b model, and also provides paid use of the yolov10b. Support call yolov10b model through api, including Node.js, Python, http.
yolov10b huggingface.co is an online trial and call api platform, which integrates yolov10b's modeling effects, including api services, and provides a free online trial of yolov10b, you can try yolov10b online for free by clicking the link below.
jameslahm yolov10b online free url in huggingface.co:
yolov10b is an open source model from GitHub that offers a free installation service, and any user can find yolov10b on GitHub to install. At the same time, huggingface.co provides the effect of yolov10b install, users can directly use yolov10b installed effect in huggingface.co for debugging and trial. It also supports api for free installation.