google-research / big_vision

Official codebase used to develop Vision Transformer, SigLIP, MLP-Mixer, LiT and more.
Apache License 2.0
2.25k stars 147 forks source link

FlexiVit is also flexible with image resolution? #86

Open KennyFu1997 opened 9 months ago

KennyFu1997 commented 9 months ago

Hello, big_vision team!

Thanks for your work on the repository. I trained FlexiVit-B on a fine-grained dataset CUB-200-2011 using pretrained weights from in21k, on a fixed resolution, say 480r, but I found it also performs good when testing on a smaller resolution, 240r. And it almost aligns the testing performance if it was trained on 240r. So my question is, is FlexiVit flexible to image resolution as well? Thank you and looking forward to your reply.