File size: 104 Bytes
2cd5935
 
 
 
 
 
1
2
3
4
5
6
from ultralytics import YOLO


model = YOLO("best_BCCM.pt")
model.to('cuda')
model.val(data="data.yaml")