3351b09
1
2
3
4
5
6
from ultralytics import YOLO model = YOLO("best_BCCM.pt") model.to('cuda') model.val(data="data.yaml")