RT-DETR vs YOLOE
Compare RT-DETR and YOLOE side-by-side.
Compare RT-DETR vs YOLOE 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
RT-DETR vs YOLOE Comparison Table
Evals updated September 5, 2026Pricing updated September 8, 2026
| Property | RT-DETR | YOLOE |
|---|---|---|
| Organization | Baidu | THU-MIG |
| Category | open | open |
| Modality | vision | vision |
| Release Date | Apr 2023 | Mar 2025 |
| Context Window | — | — |
| Parameters | 20M-76M | 10M-50M |
| License | Apache 2.0 | AGPL 3.0 |
| Vision Tasks | ||
| Object Detection | ||
| Instance Segmentation | ||
| Open Vocabulary Object Detection | ||
| Model Features | ||
| Real-Time Vision | ||
| Zero-shot Detection | ||
RT-DETR vs YOLOE: Overview
RT-DETR (Real-Time Detection Transformer) is an object detection model developed by Baidu, released in April 2023 under the Apache 2.0 license. It is the first transformer-based real-time object detector, addressing the inference speed limitations of earlier DETR models through an efficient hybrid encoder that decouples intra-scale interaction and cross-scale fusion, enabling the model to process multi-scale features without the high computational overhead of standard transformer encoders.
RT-DETR achieves 53.1% AP on COCO at 108 FPS on an NVIDIA T4 GPU for the RT-DETR-L variant, outperforming comparably sized YOLO detectors at similar speeds. It maintains end-to-end inference without non-maximum suppression, simplifying deployment pipelines. RT-DETR established the baseline for real-time transformer detection and has been extended by subsequent works including RF-DETR and RT-DETRv2.
YOLOE (YOLO with Everything) is an open-vocabulary object detection and segmentation model developed by THU-MIG at Tsinghua University, released in March 2025 under the AGPL-3.0 license. It extends the YOLO architecture to support open-vocabulary detection through text and visual prompts, enabling the model to detect arbitrary object categories beyond a fixed training set without retraining. The design integrates prompt encoding directly into the YOLO framework while preserving real-time inference speed.
YOLOE is evaluated on COCO and LVIS benchmarks and supports both closed-set and open-vocabulary detection modes. It is built on the Ultralytics codebase and maintains compatibility with standard YOLO training and export workflows. YOLOE is suited for applications requiring flexible, prompt-driven object detection where the target object vocabulary may change at inference time.