Skip to content

Huenao/DPCHash_Baselines

Repository files navigation

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

About

The implementation of baselines of DPCHash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages