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.61k stars 303 forks source link

num_queries缩放 #257

Open wsy-yjys opened 7 months ago

wsy-yjys commented 7 months ago

作者您好,对于rtdetr_r18vd_6x_coco,如果我将num_queries由300改成100,训练时其他参数是否需要跟着修改,比如num_denoising是否需要相应的缩小3倍,100—>33,还有其他参数需要调整吗?

lyuwenyu commented 7 months ago

后处理里的num_top_queries也改下吧