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

#21675 FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-runtime

Merged
Ghost merged 1 commits into Ultralytics:main from ultralytics:glenn-jocher-patch-1

{%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, dynamic, 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
Discard
Tip!

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