lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch RTDETR

lyuwenyu opened this issue · comments

Thanks for your tireless efforts on our behalf!

May I ask if rt detr has used dynamic anchor box updates for dab-detr?

Thanks for RT-DETR :)

It would be so valuable if the links for the weights were in the README.md.

Thanks for this amazing repo!
Are there also configs/weights available for the scaled R18 used in the paper?
Thanks in advance!
Regards, Ramon

Is the only change indeed changing the depth_mult to 0.33 and the eval_idx to 2 to reproduce the scaled R18 in the paper?