DAB-DETR
DAB-DETR copied to clipboard
How to use the swin-transformer as the backbone for DAB-DETR
Thank you for help!
When I use swin-transformer as the backbone of the model, the error is ValueError: return_layers are not present in model.
So how can I modify the code of return_layers in backbone.py?
Thank you.
When I use swin-transformer as the backbone of the model, the error is
ValueError: return_layers are not present in model.So how can I modify the code of
return_layersin backbone.py?Thank you. do you solve this problem,can you help me
sry, I didn't solve this problem.
I'm trying to fix this one as well
Thank you for help!
Hi~ We've released our new codebase for DETR-like models called detrex, we've already supported Swin-Backbone for DAB-DETR in detrex now. And we've released new baselines with better mAP for DAB-DETR in detrex.
By using detrex, it's easier for you to use other backbones instead of Swin, ResNet, etc. @SaifeiYan @yuan738 @fernandorovai