@@ -6,21 +6,21 @@ The table below shows the performance of RF-DETR, compared to other object detec
6
6
7
7
![ rf-detr-coco-rf100-vl-9] ( https://media.roboflow.com/rfdetr/pareto1.png )
8
8
9
- | Architecture | COCO AP<sub >50</sub > | COCO AP<sub >50:95</sub > | RF100VL AP<sub >50</sub > | RF100VL AP<sub >50:95</sub > | Latency (ms) | Params (M) |
10
- | :------------:| :--------------------:| :--------------------------:| :--------------------------:| :---------------------------:| :---------------:| -------------:|
11
- | RF-DETR-N | 67.6 | 48.4 | 84.1 | 57.1 | 2.32 | 30.5 |
12
- | RF-DETR-S | 72.1 | 53.0 | 85.9 | 59.6 | 3.52 | 32.1 |
13
- | RF-DETR-M | 73.6 | 54.7 | 86.6 | 60.6 | 4.52 | 33.7 |
14
- | YOLO11-N | 52.0 | 37.4 | 81.4 | 55.3 | 2.49 | 2.6 |
15
- | YOLO11-S | 59.7 | 44.4 | 82.3 | 56.2 | 3.16 | 9.4 |
16
- | YOLO11-M | 64.1 | 48.6 | 82.5 | 56.5 | 5.13 | 20.1 |
17
- | YOLO11-L | 65.3 | 50.2 | x | x | 6.65 | 25.3 |
18
- | YOLO11-X | 66.5 | 51.2 | x | x | 11.92 | 56.9 |
19
- | LW-DETR-T | 60.7 | 42.9 | x | x | 1.91 | 12.1 |
20
- | LW-DETR-S | 66.8 | 48.0 | 84.5 | 58.0 | 2.62 | 14.6 |
21
- | LW-DETR-M | 72.0 | 52.6 | 85.2 | 59.4 | 4.49 | 28.2 |
22
- | D-FINE-N | 60.2 | 42.7 | 83.6 | 57.7 | 2.12 | 3.8 |
23
- | D-FINE-S | 67.6 | 50.7 | 84.5 | 59.9 | 3.55 | 10.2 |
24
- | D-FINE-M | 72.6 | 55.1 | 84.6 | 60.2 | 5.68 | 19.2 |
9
+ | Architecture | COCO AP<sub >50</sub > | COCO AP<sub >50:95</sub > | RF100VL AP<sub >50</sub > | RF100VL AP<sub >50:95</sub > | Latency (ms) | Params (M) |
10
+ | :------------:| :--------------------:| :--------------------------:| :--------------------------:| :---------------------------:| :---------------:| : -------------:|
11
+ | RF-DETR-N | 67.6 | 48.4 | 84.1 | 57.1 | 2.32 | 30.5 |
12
+ | RF-DETR-S | 72.1 | 53.0 | 85.9 | 59.6 | 3.52 | 32.1 |
13
+ | RF-DETR-M | 73.6 | 54.7 | 86.6 | 60.6 | 4.52 | 33.7 |
14
+ | YOLO11-N | 52.0 | 37.4 | 81.4 | 55.3 | 2.49 | 2.6 |
15
+ | YOLO11-S | 59.7 | 44.4 | 82.3 | 56.2 | 3.16 | 9.4 |
16
+ | YOLO11-M | 64.1 | 48.6 | 82.5 | 56.5 | 5.13 | 20.1 |
17
+ | YOLO11-L | 65.3 | 50.2 | x | x | 6.65 | 25.3 |
18
+ | YOLO11-X | 66.5 | 51.2 | x | x | 11.92 | 56.9 |
19
+ | LW-DETR-T | 60.7 | 42.9 | x | x | 1.91 | 12.1 |
20
+ | LW-DETR-S | 66.8 | 48.0 | 84.5 | 58.0 | 2.62 | 14.6 |
21
+ | LW-DETR-M | 72.0 | 52.6 | 85.2 | 59.4 | 4.49 | 28.2 |
22
+ | D-FINE-N | 60.2 | 42.7 | 83.6 | 57.7 | 2.12 | 3.8 |
23
+ | D-FINE-S | 67.6 | 50.7 | 84.5 | 59.9 | 3.55 | 10.2 |
24
+ | D-FINE-M | 72.6 | 55.1 | 84.6 | 60.2 | 5.68 | 19.2 |
25
25
26
26
_ We are actively working on RF-DETR Large and X-Large models using the same techniques we used to achieve the strong accuracy that RF-DETR Medium attains. This is why RF-DETR Large and X-Large is not yet reported on our pareto charts and why we haven't benchmarked other models at similar sizes. Check back in the next few weeks for the launch of new RF-DETR Large and X-Large models._
0 commit comments