Explorar el Código

Update README.md

田运杰 hace 10 meses
padre
commit
d416c9d4e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -102,7 +102,7 @@ model.predict()
 from ultralytics import YOLO
 
 model = YOLO('yolov12{n/s/m/l/x}.pt')
-model.export(format="engine", half=True)  # or ONNX format
+model.export(format="engine", half=True)  # format="onnx"
 ```