#540 · Primary category: Computer Vision

DeepHash-pytorch

deep-hashing dfh dhn dpsh dsdh dsh dtsh hashnet pytorch

Implementation of Some Deep Hash Algorithms, Including DPSH、DSH、DHN、HashNet、DSDH、DTSH、DFH、GreedyHash、CSQ.

Project last updated:09/19/22

GitHub Stars

554

Forks

114

Contributors

3

License

MIT

Why we included this project

Image retrieval and similarity search teams often need to compare hashing methods on identical data before picking one, and this repo collects nine PyTorch implementations in one place. DPSH, DSH, DHN, HashNet, and several others each run from a single script, and the README links to the original papers and source repos so you can check an implementation against published results. It also includes data-split scripts for CIFAR-10, NUS-WIDE, and MirFlickr, with download links for ImageNet and COCO, plus a matplotlib demo for visualizing retrieval output. The code targets an older PyTorch stack (1.4.0, Python 3.7), so expect to adjust versions, but as a baseline for hashing-based retrieval it is a handy starting point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category