├── LICENSE ├── README.md ├── requirements.txt └── splam └── train_splam_distill_sd_wds.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/SPLAM/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/SPLAM/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/SPLAM/HEAD/requirements.txt -------------------------------------------------------------------------------- /splam/train_splam_distill_sd_wds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MCG-NJU/SPLAM/HEAD/splam/train_splam_distill_sd_wds.py --------------------------------------------------------------------------------