/DDH

Deep Discriminating Hashing for Remote Sensing Image Retrieval

Primary LanguagePython

Deep Discriminating Hashing

Requirments

  • cuda 9.0
  • cudnn >= 7.0.1
  • python >= 3.5
  • tensorflow >= 1.9.0
  • opencv-python >= 3.4.5.20

Preparation

Training and Testing

Run train.py with the following parameters: learning rate, alpha, theta, lambda, epoch, dimension of codes, batch size. (Example: python train.py 0.001 0.0001 1.05 1 32 128)

After training, the testing results will be given.