AnnotateIt/rfdetr-nano-coco-onnx
<!-- annotateit-brand:start --> <p><a href="https://huggingface.co/AnnotateIt"><img src="https://huggingface.co/spaces/AnnotateIt/README/resolve/d399a89b9d5dcf41afbe7cf29bf99c9028bc51e2/assets/annotateit-logo.png" width="48" height="48" alt="AnnotateIt"></a></p>
[AnnotateIt](https://annotateit.ai/) · [Open the app](https://app.annotateit.ai/) · [Models & datasets](https://huggingface.co/AnnotateIt) · [Documentation](https://annotateit.ai/docs/) <!-- annotateit-brand:end -->
Unofficial ONNX conversion of Roboflow RF-DETR — nano
Single-file ONNX exporting the raw model outputs (no NMS, no sigmoid, no top-k, no resizing — all pre/postprocessing stays outside the graph). Unofficial conversion; not endorsed by the upstream authors. Upstream-reported COCO AP: 48.4 (not re-measured here).
Class table is UNVERIFIED. RF-DETR emits a 91-slot DETR-family COCO layout (index 0 = background). Confirm the column count and no-object slot against this exact file (Netron + one known image) before relying on the labels.
Input contract
Preprocessing: RGB → resize (stretch) to 384×384 → float32 ÷255 → ImageNet mean/std after ÷255 → HWC→CHW → batch dim.
Output contract
91-class COCO (torchvision 91-slot), 300 queries, DETR-style set prediction — no NMS.
Artifact
License
Apache-2.0 (see `LICENSE` / `NOTICE`). Upstream: Roboflow RF-DETR.
