Verdict

YOLO-NAS ships under a non-permissive license that restricts commercial use. On Jetson Orin, permissive models match it. YOLOv9-M (MIT) lands just behind YOLO-NAS-L: 56.1 vs 56.3 mAP at 8.0 vs 5.0 FPS. D-FINE-S (Apache-2.0) beats YOLO-NAS-S by 1.6 points at matched speed: 53.4 vs 51.8 mAP, 10.3 vs 10.2 FPS. The license is not a reason to accept YOLO-NAS here.

License terms decide whether a model can ship in a commercial product. YOLO-NAS carries a non-permissive license from its authors. MIT and Apache-2.0 models carry no such restriction on use, modification, or redistribution. On Jetson Orin, the permissive field is deep enough that you do not have to trade accuracy or speed to stay in it. mAP is shown in percent form throughout.

This is not legal advice. License names come from each model's upstream repository. Confirm the exact terms with the upstream project and your own counsel before you ship.

Large and medium: YOLOv9-M covers both

YOLOv9-M reaches 56.1 mAP at 8.0 FPS on Jetson Orin. YOLO-NAS-L sits at 56.3 mAP but runs 5.0 FPS. YOLO-NAS-M runs 55.5 mAP at 6.6 FPS. YOLOv9-M sits just behind the larger YOLO-NAS-L at 56.1 vs 56.3 mAP, ahead of YOLO-NAS-M by 0.6, and faster than both. One MIT model replaces two non-permissive ones.

MetricYOLO-NAS-LYOLO-NAS-MYOLOv9-M
mAP@50-955632.05545.05612.0
mAP@507327.07226.07265.0
mAP small3614.03763.03722.0
FPS (mean)5.06.68.0
Total ms/image200.17152.02124.84
Inference ms180.52133.21114.28
Peak VRAM (MB)470365183
Params (M)67.051.220.1
GFLOPs116.688.938.7
Input size640640640
Licensenon-permissivenon-permissiveMIT
YOLO-NAS-L vs YOLO-NAS-M vs YOLOv9-M on NVIDIA Jetson Orin Nano Super 8GB, PyTorch FP32, batch 1. mAP shown in percent form.

Small: D-FINE-S leads YOLO-NAS-S

D-FINE-S reaches 53.4 mAP at 10.3 FPS on Jetson Orin. YOLO-NAS-S reaches 51.8 mAP at 10.2 FPS. The permissive model is ahead by 1.6 mAP points at matched throughput. In the small class the Apache-2.0 option is the more accurate pick, not a compromise.

MetricYOLO-NAS-SD-FINE-S
mAP@50-955175.05338.0
mAP@506899.06979.0
mAP small3122.03794.0
FPS (mean)10.210.3
Total ms/image98.0096.79
Inference ms75.9985.00
Peak VRAM (MB)173139
Params (M)19.110.3
GFLOPs32.825.0
Input size640640
Licensenon-permissiveApache-2.0
YOLO-NAS-S vs D-FINE-S on NVIDIA Jetson Orin Nano Super 8GB, PyTorch FP32, batch 1. mAP shown in percent form.

The permissive leaderboard on Jetson Orin

Permissive alternatives extend well past the YOLO-NAS range. D-FINE-X tops the permissive field on Jetson Orin at 61.4 mAP, above the most accurate YOLO-NAS variant measured. The table lists the permissive models with verified rows on this device, sorted by accuracy.

#ModelmAP@50-95FPSms/imageParams (M)License
1D-FINE-X6143.02.9350.0062.6Apache-2.0
2DEIMv2-X6133.02.7370.1051.2Apache-2.0
3ECDet-X6113.02.9349.4649.9Apache-2.0
4ECDet-L6007.03.4295.9733.0Apache-2.0
5RT-DETRv4-X5999.02.8351.8162.6Apache-2.0
6D-FINE-L5997.04.7211.6731.2Apache-2.0
7DEIM-X5962.02.9349.8162.6Apache-2.0
8DEIMv2-L5857.03.3303.8432.5Apache-2.0
9RF-DETR-L5855.04.0248.4933.9Apache-2.0
10ECDet-M5835.05.0200.8119.4Apache-2.0
11RT-DETR-X5794.03.0338.1467.4Apache-2.0
12DEIM-L5784.04.8209.3331.2Apache-2.0
13D-FINE-M5783.07.0143.3119.6Apache-2.0
14RT-DETRv4-L5778.04.7210.8031.2Apache-2.0
15RF-DETR-M5737.05.7174.4733.7Apache-2.0
Ranked by mAP@50-95 on NVIDIA Jetson Orin Nano Super 8GB, PyTorch FP32, batch 1. Permissive licenses only.

Every number on this page comes from the verified dataset: same 500-image COCO val2017 slice, conf 0.001, IoU 0.6, max 300 detections, pycocotools mAP, identical protocol across all hardware and runtimes. The full protocol is on the methodology page. To rerun this comparison with your own filters, open compare. Accuracy is measured on LibreYOLO retrained checkpoints; other weight sources can yield different values.