All Projects → yg33717 → Dsh_tensorflow

yg33717 / Dsh_tensorflow

implemement of DEEP SUPERVISED HASHING FOR FAST IMAGE RETRIEVAL_CVPR2016

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dsh tensorflow

IJCAI2018 SSDH
Semantic Structure-based Unsupervised Deep Hashing IJCAI2018
Stars: ✭ 38 (-60.82%)
Mutual labels:  hashing, deep
Webcrypto
W3C Web Cryptography API for Node.js
Stars: ✭ 79 (-18.56%)
Mutual labels:  hashing
Thmap
Concurrent trie-hash map library
Stars: ✭ 51 (-47.42%)
Mutual labels:  hashing
Scala Hashing
Fast non-cryptographic hash functions for Scala
Stars: ✭ 66 (-31.96%)
Mutual labels:  hashing
Farmhash.sharp
Port of Google's farmhash algorithm to .NET
Stars: ✭ 52 (-46.39%)
Mutual labels:  hashing
Ssri
Standard Subresource Integrity library for Node.js
Stars: ✭ 69 (-28.87%)
Mutual labels:  hashing
Wyhash Rs
wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust
Stars: ✭ 44 (-54.64%)
Mutual labels:  hashing
Eternal
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
Stars: ✭ 93 (-4.12%)
Mutual labels:  hashing
Memento
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Stars: ✭ 74 (-23.71%)
Mutual labels:  hashing
Low Latency Android Ios Linux Windows Tvos Macos Interactive Audio Platform
🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers.
Stars: ✭ 1,121 (+1055.67%)
Mutual labels:  hashing
Blake2fast
Optimized BLAKE2 hashing implementations in C#
Stars: ✭ 63 (-35.05%)
Mutual labels:  hashing
Fast Near Duplicate Image Search
Fast Near-Duplicate Image Search and Delete using pHash, t-SNE and KDTree.
Stars: ✭ 54 (-44.33%)
Mutual labels:  hashing
Md5 Simd
Accelerate aggregated MD5 hashing performance up to 8x for AVX512 and 4x for AVX2. Useful for server applications that need to compute many MD5 sums in parallel.
Stars: ✭ 71 (-26.8%)
Mutual labels:  hashing
Deep Nlp
Tensorflow Tutorial files and Implementations of various Deep NLP and CV Models.
Stars: ✭ 51 (-47.42%)
Mutual labels:  deep
Deeplearning Mindmap
A mindmap summarising Deep Learning concepts.
Stars: ✭ 1,251 (+1189.69%)
Mutual labels:  deep
Esecurity
MSc Module
Stars: ✭ 49 (-49.48%)
Mutual labels:  hashing
Deepc
Suite of Deep compositing tools for Foundry's Nuke.
Stars: ✭ 56 (-42.27%)
Mutual labels:  deep
Lazysodium Android
An Android implementation of the Libsodium cryptography library. For the lazy dev.
Stars: ✭ 69 (-28.87%)
Mutual labels:  hashing
Neural Api
CAI NEURAL API - Pascal based neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Stars: ✭ 94 (-3.09%)
Mutual labels:  deep
Merge Deep
Recursively merge values in a JavaScript object.
Stars: ✭ 90 (-7.22%)
Mutual labels:  deep

DSH_tensorflow

Implemement of DEEP SUPERVISED HASHING FOR FAST IMAGE RETRIEVAL_CVPR2016

Train:

python demo.py

First you need to modify demo.py to ensure TRAIN=True,and you can modify HASHING_BITS to generate any length hashing bit.After training, in dir /logs will save trained model.

Test:

After training, you can change TRAIN=False,then run python.demo.py,result.txt will be generated.

Calculate mAP:

run python calculate_mAP.py to get mAP of this result.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].