from ultralytics import YOLO model = YOLO("Indoor_best.pt") model.export(format="onnx")