IDEA-Research / DAB-DETR

[ICLR 2022] Official implementation of the paper "DAB-DETR: Dynamic Anchor Boxes are Better Queries for DETR"
Apache License 2.0
501 stars 86 forks source link

Swim-Transformer Pre-trained Weights #19

Open ZhangGongjie opened 2 years ago

ZhangGongjie commented 2 years ago

Dear Shilong,

Thanks for the amazing work again! In your codes, it supports swim-transformer as the backbone, but I could not find its ImageNet pre-trained weights. Could you please kindly provide support?

Thank you in advance!

yuan738 commented 2 years ago

Sorry to bother you!

I am a student who has just started studying this field. How should I use swin-transformer as the backbone for the model?

Thank you in advance!

SlongLiu commented 2 years ago

Thanks for your suggestions, we will clean this part and update them recently.

fernandorovai commented 2 years ago

Thanks for this awesome work - do you still have plans to share the swimL pre-trained weights?

SlongLiu commented 2 years ago

@fernandorovai Thanks for your attention. Our new work DINO, which is based on DAB-DETR, is available now: https://github.com/IDEACVR/DINO. You can refer to this repo for Swin Transformer supports.