Universal Cross-Domain Retrieval: Generalizing across Classes and Domains | ICCV 2021
Python - 3.7.6, PyTorch - 1.1.0, CUDA - 9.0, cuDNN - 7.5.1, NVIDIA Driver Version >= 384.13
conda create --name torch11 --file requirements.txt conda activate torch11 conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=9.0 -c pytorch Check downloads folder for scripts. Change path_dataset in download_sketchy.sh.
Download from here.
Check reproduce_runs.sh per folder in src/algos.
- Add trainer and test files for SAKE, Doodle2Search, Base NW, EISNet, CuMix
If this code was helpful for your research, consider citing:
@article{paul2021universal, title={Universal Cross-Domain Retrieval: Generalizing Across Classes and Domains}, author={Paul, Soumava and Dutta, Titir and Biswas, Soma}, journal={arXiv preprint arXiv:2108.08356}, year={2021} }Parts of our code have been borrowed from the following repositories:
