umairahmad89
initial commit
2cd5935
raw
history blame
104 Bytes
from ultralytics import YOLO
model = YOLO("best_BCCM.pt")
model.to('cuda')
model.val(data="data.yaml")