Independent ECDet-M FP32 ONNX conversion for AnnotateIt
Hi EdgeCrafter team,
Thanks for making EdgeCrafter publicly available — I’ve been working on bringing ECDet-M into AnnotateIt for private, on-device object detection.
As part of that work, I’ve published an independent, unofficial FP32 ONNX conversion of ECDet-M:
https://huggingface.co/AnnotateIt/edgecrafter-ecdet-m-onnx
The repository includes upstream attribution and the Apache-2.0 license, as well as reproducible export and verification scripts, a documented preprocessing/output contract, SHA-256 checksums, and PyTorch ↔ ONNX Runtime validation results.
The ONNX model preserves the raw EdgeCrafter outputs:
pred_logits:[batch, 300, 80]pred_boxes:[batch, 300, 4]
The AnnotateIt integration is currently going through final testing. I’d really appreciate any feedback from the EdgeCrafter team on the conversion or its documentation.
Thanks again for the excellent work on EdgeCrafter!