The implementation of baselines of DPCHash
You can easily train and test any algorithm just by:
CUDA_VISIBLE_DEVICES=0 python GreedyHash.py
CUDA_VISIBLE_DEVICES=0 python CIBHash.py
CUDA_VISIBLE_DEVICES=0 python BiHalf.py
CUDA_VISIBLE_DEVICES=0 python WCH.py