We are currently training with the following code: yolov8Det = trainYOLOv8ObjectDetector('data.yaml', 'yolov8n.pt', ImageSize=[720 720 3], MaxEpochs=10); The structure of yolov8n.pt that we are using ...