rayleizhu / BiFormer

[CVPR 2023] Official code release of our paper "BiFormer: Vision Transformer with Bi-Level Routing Attention"
https://arxiv.org/abs/2303.08810
MIT License
461 stars 36 forks source link

About the argument 'img_size' #43

Open DriveNU opened 4 months ago

DriveNU commented 4 months ago

Hello, about the model initialization in the script 'biformer.py', there is an argument named 'img_size' in the comment but it is nowhere being used in the script. Is this correct?