yolov8-DIOR / convert_to_onnx.py
pauhidalgoo's picture
Upload 2 files
b42590d verified
raw
history blame contribute delete
89 Bytes
from ultralytics import YOLO
model = YOLO("Indoor_best.pt")
model.export(format="onnx")