/DPCHash_Baselines

The implementation of baselines of DPCHash

Primary LanguagePython

DPCHash_Baselines

The implementation of baselines of DPCHash

How to run?

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