DSCJH

code is coming soon!

Source code of our paper

Requirements

  • Python: 3.x
  • other dependencies: env.yaml

Environments

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

Run

Datasets

For datasets, we follow Deep Cross-Modal Hashing's Github (Jiang, CVPR 2017). You can download these datasets from:

Citation

If you find this code useful, please cite our paper:

All rights are reserved by the authors.

References