Skip to content

implemement of DEEP SUPERVISED HASHING FOR FAST IMAGE RETRIEVAL_CVPR2016

Notifications You must be signed in to change notification settings

yg33717/DSH_tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

implemement of DEEP SUPERVISED HASHING FOR FAST IMAGE RETRIEVAL_CVPR2016

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages