Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 460 Bytes

yolov5-export.md

File metadata and controls

22 lines (16 loc) · 460 Bytes

YOLOv5 Export Instructions

OnnxRuntime

Run from the YOLOv5 repository export script:

python export.py --weights <yolov5_version>.pt --include onnx

OpenVINO

From the YOLOv5 repository:

python export.py --weights <yolov5_version>.pt --include openvino

Libtorch

From the YOLOv5 repository:

python export.py --weights <yolov5_version>.pt --include torchscript