rf-detr icon indicating copy to clipboard operation
rf-detr copied to clipboard

Benchmark result

Open Willjay90 opened this issue 2 months ago • 1 comments
trafficstars

Search before asking

  • [x] I have searched the RF-DETR issues and found no similar feature requests.

What was the resolution trained for the benchmark results? In the training documentation, it specifies resolution needs to be divisible by 56, which conflicts with the reported resolution

Architecture   Resolution
--------------------------
RF-DETR-N	    384x384
RF-DETR-S	    512x512
RF-DETR-M	    576x576

Willjay90 avatar Sep 22 '25 14:09 Willjay90

That documentation is wrong. It must be divisible by patch size times number of windows, which for base is 56 and for nano small and medium is 32. @capjamesg if not a hassle would you mind updating? Otherwise I can handle it when our sprint is over

isaacrob-roboflow avatar Sep 22 '25 15:09 isaacrob-roboflow