Skip to content

refactor: standardize on onnx-community HuggingFace ONNX format#168

Merged
solderzzc merged 1 commit intodevelopfrom
feature/onnx-hf-standardize
Mar 18, 2026
Merged

refactor: standardize on onnx-community HuggingFace ONNX format#168
solderzzc merged 1 commit intodevelopfrom
feature/onnx-hf-standardize

Conversation

@solderzzc
Copy link
Member

  • Replace ultralytics-exported yolo26n.onnx with onnx-community version
  • Update _OnnxCoreMLModel to parse HF format: logits [1,300,80] + pred_boxes [1,300,4]
  • All YOLO26 sizes (n/s/m/l) now use the same onnx-community format
  • Verified: 15-25ms/frame on M5 Pro with CoreML EP, correct detections

- Replace ultralytics-exported yolo26n.onnx with onnx-community version
- Update _OnnxCoreMLModel to parse HF format: logits [1,300,80] + pred_boxes [1,300,4]
- All YOLO26 sizes (n/s/m/l) now use the same onnx-community format
- Verified: 15-25ms/frame on M5 Pro with CoreML EP, correct detections
@solderzzc solderzzc merged commit 72c0b0a into develop Mar 18, 2026
1 check passed
@solderzzc solderzzc deleted the feature/onnx-hf-standardize branch March 18, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant