/DCMH

PyTorch implementation for paper "Deep Cross-Modal Hashing"

Primary LanguagePython

DCMH

PyTorch implementataion for Deep cross-modal hashing

Environment

python 3.5+

pytorch 0.3.0+

Usage

mkdir checkpoints result to create required folder.

python main.py help to get help information.

python main.py train for train and test DCMH.

python main.py test for test only.

Dataset

FLICKR-25K.mat

imagenet-vgg-f.mat

Dataset source and TensorFlow souce code:https://github.com/jiangqy/DCMH-CVPR2017