Home

Awesome

This is an official repo for paper "Explicitly Increasing Input Information Density for Vision Transformers on Small Datasets".

1. Environment

pip install -r requirement.txt

2. Train

sh scripts_sh/swin_dct/dct/train_baseline_dct_flowers.sh

3. Test

4. Acknowledgments

Our codes are highly based on VT-drloc.