RF-DETR: SOTA Real-Time Detection and Segmentation Model¶
Introduction¶
RF-DETR is a real-time, transformer-based object detection and instance segmentation 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 object detection 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.
On image segmentation, RF-DETR Seg (Preview) is 3x faster and more accurate than the largest YOLO when evaluated on the Microsoft COCO Segmentation benchmark, defining a new real-time state-of-the-art for the industry-standard benchmark in segmentation model evaluation.
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.
Benchmark Results¶
Object Detection¶
We validated the performance of RF-DETR on both Microsoft COCO and the RF100-VL benchmarks.
Instance Segmentation¶
We benchmarked RF-DETR on the Microsoft COCO dataset for segmentation. Our results are below.
💻 Install¶
You can install and use rfdetr
in a
Python>=3.9 environment.
Installation
git clone (for development)