rf-detr
rf-detr copied to clipboard
Benchmark result
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
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