Explorar el Código

Update README.md

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

+ 1 - 1
README.md

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