liyunqianggyn / Push-for-Quantization-Deep-Fisher-Hashing

Implementation of accepted BMVC oral paper: Push for Quantization Deep Fisher Hashing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push for Quantization: Deep Fisher Hashing

This is the PyTorch implementation of Push for Quantization: Deep Fisher Hashing

In the meantime, a re-implemented version of our work: Training code

Citation

If you use this code for your research, please consider citing:

@article{liBMVC19oral,
  title={Push for Quantization: Deep Fisher Hashing},
  author={Li, Yunqiang and Pei, Wenjie and van Gemert, Jan},
  journal={BMVC},
  year={2019}
}

Contact

If you have any problem about our code, feel free to contact

Dataset

The COCO 2014 dataset is used in the provided code, which can be download here, you need to move the extracted dataset to ./data/coco.

About

Implementation of accepted BMVC oral paper: Push for Quantization Deep Fisher Hashing


Languages

Language:Python 100.0%