Ultralytics:main
from
ultralytics:yoloe-vp-fix
{%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 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 "yolov8n" }}_imx_model/ |
โ | imgsz , int8 , data , fraction , device |
RKNN | rknn |
{{ model_name or "yolo11n" }}_rknn_model/ |
โ | imgsz , batch , name , device |
Press p or to see the previous file or, n or to see the next file