File size: 89 Bytes
b42590d |
1 2 3 |
from ultralytics import YOLO
model = YOLO("Indoor_best.pt")
model.export(format="onnx") |
b42590d |
1 2 3 |
from ultralytics import YOLO
model = YOLO("Indoor_best.pt")
model.export(format="onnx") |