6aa85b3
1
2
3
4
5
from ultralytics import YOLO model = YOLO("yolo11n.pt") results = model.train(data="data.yaml", epochs=30, imgsz=640)