RF-DETR: SOTA Real-Time Object Detection Model¶
Introduction¶
RF-DETR is a real-time, transformer-based object detection model architecture developed by Roboflow and released under the Apache 2.0 license.
RF-DETR is the first real-time model to exceed 60 AP on the Microsoft COCO benchmark alongside competitive performance at base sizes. It also achieves state-of-the-art performance on RF100-VL, an object detection benchmark that measures model domain adaptability to real world problems. RF-DETR is fastest and most accurate for its size when compared current real-time objection models.
RF-DETR is small enough to run on the edge using Inference, making it an ideal model for deployments that need both strong accuracy and real-time performance.
Results¶
We validated the performance of RF-DETR on both Microsoft COCO and the RF100-VL benchmarks.
💻 Install¶
You can install and use rfdetr
in a
Python>=3.9 environment.
Installation
git clone (for development)