Added get_yolo_mode.sh scripts which gets the model and converts it to onnx

This commit is contained in:
Tuomas Järvinen
2024-07-10 20:23:39 +02:00
parent 683f2d538b
commit 78cfe484b1
+1
View File
@@ -0,0 +1 @@
yolo export model=yolov8n.pt opset=12 simplify=True dynamic=False format=onnx imgsz=640,640