Commit df7b4b8
committed
feat: ship all YOLO26 model sizes as pre-built ONNX
Add pre-exported ONNX models for all four detection sizes:
- yolo26n.onnx (9.5 MB) — nano (already shipped)
- yolo26s.onnx (37 MB) — small
- yolo26m.onnx (78 MB) — medium
- yolo26l.onnx (95 MB) — large
Each includes a companion _names.json with COCO 80 class labels.
Eliminates torch/ultralytics dependency for all model sizes.1 parent 136ca11 commit df7b4b8
6 files changed
Lines changed: 246 additions & 0 deletions
File tree
- skills/detection/yolo-detection-2026
Binary file not shown.
| Original file line number | Diff line number | Diff line change |
|---|
Binary file not shown.
| Original file line number | Diff line number | Diff line change |
|---|
Binary file not shown.
| Original file line number | Diff line number | Diff line change |
|---|
0 commit comments