The Ultralytics team has not officially provided benchmarks based on Jetson Nano. Therefore, there is no comparison chart here.
Official benchmark display page: Quick Start Guide: NVIDIA Jetson with Ultralytics YOLO26
The first time you use YOLO26's export mode, it will automatically install some dependencies. Just wait for it to complete automatically!
Convert PyTorch format model to onnx
xxxxxxxxxxcd /ultralytics
xxxxxxxxxxyolo export model=yolo26n.pt format=onnx# yolo export model=yolo26n-seg.pt format=onnx# yolo export model=yolo26n-pose.pt format=onnx# yolo export model=yolo26n-cls.pt format=onnx# yolo export model=yolo26n-obb.pt format=onnx
