DCMH
PyTorch implementation for paper "Deep Cross-Modal Hashing"
Install / Use
/learn @WendellGul/DCMHREADME
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
- link: https://pan.baidu.com/s/1X5BTyux524aUyqHpFGPPlA password: eico
imagenet-vgg-f.mat
- link: https://pan.baidu.com/s/1h-7OUyb5nbjrNkIc_1G9JQ password: 5itw
Dataset source and TensorFlow souce code:https://github.com/jiangqy/DCMH-CVPR2017
