Pyyan / Compare / DETR vs YOLOv12 vs RTMDet

DETR vs YOLOv12 vs RTMDet

3 of 5

Object Detection · verified 13 Aug 2026

×DETRMetacurrent
×YOLOv12Ultralyticscurrent
×RTMDetOpenMMLabcurrent
2 slots left
SpecificationDETRYOLOv12RTMDet
SummaryThe paper that removed anchors and NMS.Attention-centric YOLO, still widely deployed.Pure throughput, and an MIT licence.
COCO mAP~44~55~52
SpeedLowVery high300+
LicenceApache 2.0AGPL-3.0MIT
FamilyTransformer, set predictionSingle stageSingle stage
Open vocabularyNoNoNo
Released202020252022
CategoryObject DetectionObject DetectionObject Detection
OfficialMetaUltralyticsOpenMMLab

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 →

YOLOv12

  • Attention added to the classic single-stage design
  • Same licensing consideration as YOLO26

Best for teams already on the YOLO toolchain.

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 →