@ -1,4 +1,4 @@
from ultralytics import YOLOv10
model = YOLOv10('runs/detect/train/weights/last.pt')
metrics = model.val(batch=8, data='gift.yaml')
model = YOLOv10('runs/detect/train/weights/best_gift_v10n.pt')
metrics = model.val(batch=1, data='gift.yaml', imgsz=224)
The note is not visible to the blocked user.