zyxu1996 / Efficient-Transformer

Online !!! Application of an efficient transformer improved based on Swin transformer on remote sensing segmentation
Apache License 2.0
72 stars 7 forks source link

Efficient_T backbone #9

Open suisui-su-crtl opened 1 year ago

suisui-su-crtl commented 1 year ago

Hello, I would like to do a separate study on your proposed Efficient_T backbone, but the code for this backbone is not found in the code, did you change it directly on the Swin_T backbone?

zyxu1996 commented 1 year ago

We ref the paper: ResT: An Efficient Transformer for Visual Recognition. Efficient_T is compose of resT backbone and mlphead, you can set up the autorun.sh like ‘--models resT --head mlphead’

suisui-su-crtl commented 1 year ago

We ref the paper: ResT: An Efficient Transformer for Visual Recognition. Efficient_T is compose of resT backbone and mlphead, you can set up the autorun.sh like ‘--models resT --head mlphead’

I see. Thank you very much for your reply!