Upload 2 files
Browse files- 3_YOLO_matlab.mlx +0 -0
- 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")
|