mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
update README
This commit is contained in:
parent
8d0e567e58
commit
16676546f1
@ -101,7 +101,7 @@ model = YOLOv10()
|
|||||||
|
|
||||||
model.train(data='coco.yaml', epochs=500, batch=256, imgsz=640)
|
model.train(data='coco.yaml', epochs=500, batch=256, imgsz=640)
|
||||||
# Note that you can upload your trained model to HuggingFace Hub like below
|
# Note that you can upload your trained model to HuggingFace Hub like below
|
||||||
# model.push_to_hub("reponame")
|
# model.push_to_hub("reponame", config={"model": "yolov10n/s/m/b/l/x.yaml"})
|
||||||
```
|
```
|
||||||
|
|
||||||
## Prediction
|
## Prediction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user