lyuwenyu/rt-detr

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 48 minutes ago
Added to GitGenius on September 12th, 2026
Created on May 10th, 2023
Open Issues & Pull Requests: 422 (+0)
GitHub issues: Enabled
Number of forks: 656
Total Stargazers: 5,517 (+0)
Total Subscribers: 36 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 10.7 days
90th percentile: 4.7 days
Tracked items: 213

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 199
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 624 days
Stale 30+ days: 198
Stale 90+ days: 196

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

RT-DETR is a real-time object detection model that applies transformer-based detection architecture to achieve competitive performance with traditional YOLO-style detectors while maintaining inference speed suitable for production deployment.

The project addresses the challenge of balancing detection accuracy with inference latency in real-time object detection scenarios. Rather than relying on convolutional neural network backbones common in YOLO architectures, RT-DETR uses a transformer-based detection framework that the authors demonstrate can match or exceed YOLO performance on standard benchmarks while operating within real-time constraints. The approach combines transformer encoder-decoder architecture with optimizations designed specifically for speed-critical applications.

Developers should consider RT-DETR if they need a detection model that prioritizes both accuracy and inference speed for production systems. The project provides implementations in both PyTorch and Paddle, offering flexibility in framework choice. This tool suits applications requiring real-time object detection where transformer-based methods were previously considered too slow. The repository includes official implementations of the base RT-DETR model alongside an improved variant, giving users options for different accuracy-speed tradeoffs.

The project shows active development with multiple pull requests and issues being tracked. The codebase maintains implementations across multiple deep learning frameworks, indicating ongoing effort to support diverse deployment environments. Documentation is provided in multiple languages, reflecting attention to accessibility for international users.