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