Skip to content

Add A100 PyTorch/CUDA RT-DETR benchmark submissions (5 variants)#3

Merged
EHxuban11 merged 1 commit into
mainfrom
benchmark/a100-pytorch-cuda-rtdetr
Apr 25, 2026
Merged

Add A100 PyTorch/CUDA RT-DETR benchmark submissions (5 variants)#3
EHxuban11 merged 1 commit into
mainfrom
benchmark/a100-pytorch-cuda-rtdetr

Conversation

@EHxuban11
Copy link
Copy Markdown
Contributor

5 new submissions for RT-DETR ResNet variants on NVIDIA A100-PCIE-40GB (MIG 7g.40gb slice) with torch 2.6.0+cu124, libreyolo 1.0.0 at the existing pinned commit 1c70efb05a78d1a6e82f29478283883fc9bf38f9.

Variants: r18, r34, r50, r50m, r101.

Metadata changes:

  • support-matrix.json: append the 5 rtdetr-r* model ids.
  • website/src/data/metadata/models.json: add rtdetr-r34 and rtdetr-r50m entries. The other three (rtdetr-r18, rtdetr-r50, rtdetr-r101) were already present.

The r50m variant is LibreYOLO-specific (half-width hybrid encoder + early decoder exit at layer 3 of 6), not in the original RT-DETR paper.

Local: scripts/validate_submission.py and scripts/build_verified_results.py both exit 0. generated/verified-results.v1.json regenerated and committed.

Measured COCO val2017 mAP@50-95 (paper reference in parens):
rtdetr-r18 0.4556 (~0.465)
rtdetr-r34 0.4822 (~0.485)
rtdetr-r50m 0.5079 (LibreYOLO variant, no paper reference)
rtdetr-r50 0.5274 (~0.531)
rtdetr-r101 0.5392 (~0.543)

5 new submissions for RT-DETR ResNet variants on NVIDIA A100-PCIE-40GB
(MIG 7g.40gb slice) with torch 2.6.0+cu124, libreyolo 1.0.0 at the
existing pinned commit 1c70efb05a78d1a6e82f29478283883fc9bf38f9.

Variants: r18, r34, r50, r50m, r101.

Metadata changes:
- support-matrix.json: append the 5 rtdetr-r* model ids.
- website/src/data/metadata/models.json: add rtdetr-r34 and rtdetr-r50m
  entries. The other three (rtdetr-r18, rtdetr-r50, rtdetr-r101) were
  already present.

The r50m variant is LibreYOLO-specific (half-width hybrid encoder + early
decoder exit at layer 3 of 6), not in the original RT-DETR paper.

Local: scripts/validate_submission.py and scripts/build_verified_results.py
both exit 0. generated/verified-results.v1.json regenerated and committed.

Measured COCO val2017 mAP@50-95 (paper reference in parens):
  rtdetr-r18   0.4556  (~0.465)
  rtdetr-r34   0.4822  (~0.485)
  rtdetr-r50   0.5274  (~0.531)
  rtdetr-r50m  0.5079  (LibreYOLO variant, no paper reference)
  rtdetr-r101  0.5392  (~0.543)
@EHxuban11 EHxuban11 merged commit 77e7c5f into main Apr 25, 2026
1 check passed
@EHxuban11 EHxuban11 deleted the benchmark/a100-pytorch-cuda-rtdetr branch April 25, 2026 13:02
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