Pyyan / Compare / DETR vs RTMDet

DETR vs RTMDet

2 of 5

Object Detection · verified 13 Aug 2026

DETRMetacurrent
RTMDetOpenMMLabcurrent
3 slots left
SpecificationDETRRTMDet
SummaryThe paper that removed anchors and NMS.Pure throughput, and an MIT licence.
COCO mAP~44~52
SpeedLow300+
LicenceApache 2.0MIT
FamilyTransformer, set predictionSingle stage
Open vocabularyNoNo
Released20202022
CategoryObject DetectionObject Detection
OfficialMetaOpenMMLab

Highlighted rows are where these differ.

DETR

  • Reframed detection as set prediction
  • Slow to train, and every transformer detector descends from it

Best for understanding where RF-DETR came from.

Full spec sheet →

RTMDet

  • Wins on raw speed where accuracy is sufficient
  • MIT, so no derivative-work obligation

Best for high frame-rate video.

Full spec sheet →