Source code of our paper
- Python: 3.x
- other dependencies: env.yaml
First, install PyTorch 1.7.1 (or later) and torchvision, as well as small additional dependencies.
$ conda install --yes -c pytorch pytorch=1.7.1 torchvision cudatoolkit=11.0
$ pip install ftfy regex tqdm h5py scipy opencv-python
For datasets, we follow Deep Cross-Modal Hashing's Github (Jiang, CVPR 2017). You can download these datasets from:
-
Wikipedia articles, [Link]
-
MIRFLICKR25K, [OneDrive], [Baidu Pan, password: 8dub]
-
NUS-WIDE (top-10 concept), [OneDrive], [Baidu Pan, password: ml4y]
If you find this code useful, please cite our paper:
All rights are reserved by the authors.