Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

export-table.md 4.8 KB

You have to be logged in to leave a comment. Sign In

{%set tip1 = ':material-information-outline:{ title="conf, iou, agnostic_nms are also available when nms=True" }' %} {%set tip2 = ':material-information-outline:{ title="conf, iou are also available when nms=True" }' %} {%set tip3 = ':material-information-outline:{ title="imx format only supported for YOLOv8n and yolo11n model currently" }' %}

Format format Argument Model Metadata Arguments
PyTorch - {{ model_name or "yolo11n" }}.pt -
TorchScript torchscript {{ model_name or "yolo11n" }}.torchscript imgsz, half, optimize, nms{{ tip1 }}, batch, device
ONNX onnx {{ model_name or "yolo11n" }}.onnx imgsz, half, dynamic, simplify, opset, nms{{ tip1 }}, batch, device
OpenVINO openvino {{ model_name or "yolo11n" }}_openvino_model/ imgsz, half, dynamic, int8, nms{{ tip1 }}, batch, data, fraction, device
TensorRT engine {{ model_name or "yolo11n" }}.engine imgsz, half, dynamic, simplify, workspace, int8, nms{{ tip1 }}, batch, data, fraction, device
CoreML coreml {{ model_name or "yolo11n" }}.mlpackage imgsz, half, int8, nms{{ tip2 }}, batch, device
TF SavedModel saved_model {{ model_name or "yolo11n" }}_saved_model/ imgsz, keras, int8, nms{{ tip1 }}, batch, device
TF GraphDef pb {{ model_name or "yolo11n" }}.pb imgsz, batch, device
TF Lite tflite {{ model_name or "yolo11n" }}.tflite imgsz, half, int8, nms{{ tip1 }}, batch, data, fraction, device
TF Edge TPU edgetpu {{ model_name or "yolo11n" }}_edgetpu.tflite imgsz, device
TF.js tfjs {{ model_name or "yolo11n" }}_web_model/ imgsz, half, int8, nms{{ tip1 }}, batch, device
PaddlePaddle paddle {{ model_name or "yolo11n" }}_paddle_model/ imgsz, batch, device
MNN mnn {{ model_name or "yolo11n" }}.mnn imgsz, batch, int8, half, device
NCNN ncnn {{ model_name or "yolo11n" }}_ncnn_model/ imgsz, half, batch, device
IMX500{{ tip3 }} imx {{ model_name or "yolo11n" }}_imx_model/ imgsz, int8, data, fraction, device
RKNN rknn {{ model_name or "yolo11n" }}_rknn_model/ imgsz, batch, name, device
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...