Skip to content

Commit df7b4b8

Browse files
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

95 MB
Binary file not shown.

skills/detection/yolo-detection-2026/yolo26l_names.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
78.2 MB
Binary file not shown.

skills/detection/yolo-detection-2026/yolo26m_names.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
36.5 MB
Binary file not shown.

skills/detection/yolo-detection-2026/yolo26s_names.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change

0 commit comments

Comments
 (0)