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

用swin或者vit替换主干网络 #375

Open pan-feng-code opened 2 months ago

pan-feng-code commented 2 months ago

您好,看到在类似的detr方法中有使用swin替换之前的resnet主干网络,在coco上效果可以提升很多,我们有做过类似的实验吗,在降低耗时优先级的情况下是否有效果的提升

lyuwenyu commented 2 months ago

理论上可以的提升的效果的;( 但是rtdetr的目标是实时 所以采用了cnn的backbone