d1de587
1
2
3
4
5
6
7
from ultralytics import YOLO # 모델 로드 model = YOLO('best.pt') # ONNX로 직접 내보내기 model.export(format='onnx', simplify=True, dynamic=True)