#540 · Primary category: Computer Vision
DeepHash-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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)