lyuwenyu / RT-DETR

[CVPR 2024] Official RT-DETR (RTDETR paddle pytorch), Real-Time DEtection TRansformer, DETRs Beat YOLOs on Real-time Object Detection. 🔥 🔥 🔥
Apache License 2.0
2.31k stars 258 forks source link

不同层特征使用不同采样点的设置 #459

Open xjinchuan opened 1 day ago

xjinchuan commented 1 day ago

请教下,v2版本使用的不同采样点设置是怎样的,在config中未找到不同采样点个数的设置,好像还是一样的设置

lyuwenyu commented 1 day ago

默认还是一样的;但是现在的代码是支持根据具体需求调节的

https://github.com/lyuwenyu/RT-DETR/blob/14971513a5ef805edaf434af1a11403d2f1a9036/rtdetrv2_pytorch/configs/rtdetrv2/include/rtdetrv2_r50vd.yml#L62-L65