Roboflow
Products
Solutions
Resources
Pricing
Docs
Blog
Toggle theme
Sign In
Playground
Arena
Rankings
Arena Rankings
Vision Evals
Models
Explore
Compare
© 2026 Roboflow
•
Terms
Models
By Task
By Access Type
By Author
By Access Type
Models
Baidu
Baidu
Browse models from Baidu
Filters
Sort by:
Newest
Baidu
RT-DETR
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.