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

关于Query Selection #378

Open super-song-sir opened 3 months ago

super-song-sir commented 3 months ago

您好,我在rtdetr论文中看到有关Uncertainty-minimal Query Selection的介绍,但是在代码介绍中看到的是IoU感知查询选择,请问这两个是相同的吗?还是后续的代码中采用了IoU感知查询选择而非Uncertainty-minimal Query Selection

1999zsh commented 2 months ago

hello, do you find the related code?