mirror of
https://gitee.com/nanjing-yimao-information/ieemoo-ai-gift.git
synced 2025-08-18 13:20:25 +00:00
5 lines
145 B
Python
5 lines
145 B
Python
from ultralytics import YOLOv10
|
|
|
|
model = YOLOv10('./ckpts/20250701/best_gift_v10n.pt')
|
|
metrics = model.val(batch=1, data='gift.yaml', imgsz=224)
|