pauhidalgoo commited on
Commit
b42590d
·
verified ·
1 Parent(s): f840838

Upload 2 files

Browse files
Files changed (2) hide show
  1. 3_YOLO_matlab.mlx +0 -0
  2. convert_to_onnx.py +3 -0
3_YOLO_matlab.mlx ADDED
Binary file (703 kB). View file
 
convert_to_onnx.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from ultralytics import YOLO
2
+ model = YOLO("Indoor_best.pt")
3
+ model.export(format="onnx")