CoolFace
Modelpublic

AnnotateIt/rtdetr-v2-r50vd-coco-onnx

sourceHugging Faceapache-2.0updated 9d agoView on Hugging Face
0likes178downloads
Model Card

<!-- 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 -->

RT-DETRv2 r50vd COCO — verified ONNX mirror for AnnotateIt

Byte-identical mirror of the FP32 ONNX graph from `onnx-community/rtdetr_v2_r50vd-ONNX` (revision 1699ea019e5570bb7283d80ee9a9e42d6245436f), based on the official Apache-2.0 `PekingU/rtdetr_v2_r50vd` checkpoint. AnnotateIt did not alter or quantize the graph; this mirror adds an explicit license, immutable provenance, checksums and independent validation. Not an official PekingU / RT-DETR release.

Artifact

FileValue
ONNX graphmodel.onnx
PrecisionFP32
Opset16
Declared inputpixel_values: float32 [batch, 3, 640, 640]
Outputslogits: float32 [batch, 300, 80]; pred_boxes: float32 [batch, 300, 4]
Size172,305,665 bytes
SHA-256d6d5ce9f633189539bc892c70b6a60120a32a9799798811daeb8456f9b9e2c15

Preprocessing and outputs

  1. 1.Convert to RGB.
  2. 2.Resize to 640×640, bilinear, stretch (no letterbox).
  3. 3.Rescale to [0, 1] (÷255); do not apply mean/std normalization.
  4. 4.HWC→NCHW, add batch dim.
  5. 5.sigmoid(logits), best COCO class per query; pred_boxes = normalized cxcywh → map to original size.

80 COCO classes, end-to-end set prediction — no NMS.

License

Apache-2.0 (see `LICENSE`); retain attribution when redistributing. Official project: `lyuwenyu/RT-DETR`.