Deep Discriminative Hashing Learning

Part of the code is modified from here.

Requirements

This code is written in MATLAB and requires MatConvNet.

Preparation

  • Download the CIFAR-10 dataset from here. Uncompress the file and put the folder "cifar-10-batches-mat/" under the main folder.
  • Download the Pretrained VGG-F model from here. Put the model under the main folder.

Usage

Run the following command in MATLAB:

$ DLDAH(24, 10)