Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 579 Bytes

InstanceSegmentation.md

File metadata and controls

12 lines (9 loc) · 579 Bytes

YOLOv8/YOLO11

  • Install following Ultralytics official documentation (pip ultralytics package version >= 8.3.0) and export the model in different formats, you can use the following commands:

OnnxRuntime/Torchscript/Openvino

yolo export model=yolov8/yolo11 n/s/m/x-seg.pt format=onnx/torchscript/openvino

YoloV5

OnnxRuntime/Torchscript

  • Run from yolov5 repo export script: python export.py --weights <yolov5seg_version>.pt --include [onnx,torchscript]