Unofficial ONNX conversion of DEIM (Intellindust AI Lab) โ€” dfine-s

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: 49.0 (not re-measured here).

Input contract

name images
dtype / layout float32, NCHW
shape [1, 3, 640, 640] (static)

Preprocessing: RGB โ†’ resize (stretch) to 640ร—640 โ†’ float32 รท255 โ†’ รท255, no mean/std normalization โ†’ HWCโ†’CHW โ†’ batch dim.

Output contract

output shape meaning
logits [1, 300, 80] raw class logits (apply sigmoid yourself)
pred_boxes [1, 300, 4] normalized cxcywh

80-class COCO (contiguous 0..79), 300 queries, DETR-style set prediction โ€” no NMS.

Artifact

model.onnx SHA-256 9a3f3152d51c9f847207092f82f727d9a898aeffe30d84e9bf63d1a63ab87033 (41,806,815 bytes)

License

Apache-2.0 (see LICENSE / NOTICE). Upstream: DEIM (Intellindust AI Lab).

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support