diff --git a/val.py b/val.py new file mode 100644 index 0000000..0eea73c --- /dev/null +++ b/val.py @@ -0,0 +1,4 @@ +from ultralytics import YOLOv10 + +model = YOLOv10('runs/detect/train/weights/last.pt') +metrics = model.val(batch=8, data='gift.yaml')