DETR vs RF-DETR
Compare DETR and RF-DETR side-by-side.
Compare DETR vs RF-DETR live
Run the same image across every model that supports a task and compare their outputs side-by-side.
These models don't share enough common tasks for a side-by-side demo. See the comparison table below for their capabilities.
Models in this comparison
DETR vs RF-DETR Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | DETR | RF-DETR |
|---|---|---|
| Organization | Meta | Roboflow |
| Category | open | open |
| Modality | vision | vision |
| Release Date | May 2020 | Mar 2025 |
| Context Window | — | — |
| Parameters | ~41M | 30.5M-126.9M |
| License | Apache 2.0 | Apache 2.0 |
| Model Sizes input resolution per size variant | ||
| Nano | 384×384 | |
| Small | 512×512 | |
| Medium | 576×576 | |
| Large | 704×704 | |
| XL | 700×700 | |
| 2XL | 880×880 | |
| Vision Tasks | ||
| Object Detection | Demo (COCO) | |
| Model Features | ||
| Foundation Vision | ||
| Real-Time Vision | ||
DETR vs RF-DETR: Overview
DETR (Detection Transformer) is an end-to-end object detection model developed by Facebook Research (Meta), released in May 2020. It is one of the first models to eliminate hand-crafted components such as anchor generation and non-maximum suppression by framing object detection as a direct set prediction problem, solved with a transformer encoder-decoder architecture built on top of a CNN backbone.
DETR achieves 42.0% AP on the COCO benchmark with a ResNet-50 backbone, performing comparably to a well-tuned Faster R-CNN at the time of release. Its attention-based design allows it to reason about global context and long-range dependencies within an image. DETR is primarily used as a research baseline and architectural reference, with subsequent works such as Deformable DETR and DINO building on its foundations to address its slower training convergence and limited small-object detection capability.
RF-DETR is a real-time transformer-based object detection model developed by Roboflow, with code and weights first released in March 2025 under the Apache 2.0 license. It is the first real-time model to exceed 60 AP on the Microsoft COCO benchmark, built on a DINOv2 vision transformer backbone with weight-sharing neural architecture search used to identify accuracy-latency trade-offs. The full family spans six sizes from Nano (30.5M parameters, 384×384 input) to 2XL (126.9M parameters, 880×880 input), with the accompanying research paper accepted to ICLR 2026.
RF-DETR is designed for strong domain adaptability, achieving state-of-the-art performance on RF100-VL, a benchmark measuring generalization to real-world object detection tasks across diverse domains. It is deployable through Roboflow Inference and supports fine-tuning on custom datasets, making it well suited for domain-specific applications with limited training data.