from ultralytics import YOLOv10
model = YOLOv10.from_pretrained('jameslahm/yolov10m')
# 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/yolov10m')
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 yolov10m on huggingface.co
283
Total runs
0
24-hour runs
-15
3-day runs
-17
7-day runs
55
30-day runs
More Information About yolov10m huggingface.co Model
yolov10m huggingface.co is an AI model on huggingface.co that provides yolov10m's model effect (), which can be used instantly with this jameslahm yolov10m model. huggingface.co supports a free trial of the yolov10m model, and also provides paid use of the yolov10m. Support call yolov10m model through api, including Node.js, Python, http.
yolov10m huggingface.co is an online trial and call api platform, which integrates yolov10m's modeling effects, including api services, and provides a free online trial of yolov10m, you can try yolov10m online for free by clicking the link below.
jameslahm yolov10m online free url in huggingface.co:
yolov10m is an open source model from GitHub that offers a free installation service, and any user can find yolov10m on GitHub to install. At the same time, huggingface.co provides the effect of yolov10m install, users can directly use yolov10m installed effect in huggingface.co for debugging and trial. It also supports api for free installation.