pytorch implementation of "Fast Training of Triplet-based Deep Binary Embedding Networks". http://arxiv.org/abs/1603.02844
This implementation currently only supports binary deep hash.
- Add multiclass support.
- Make code clean.
- Add more base networks.
- Create folder pos1, pos2, neg, and put two category pictures in 3 folder.
- Run
extractFeatures.py
to extract feature for future use. - Run
hashNet.py
to train your triplet deep hash network.
- Create folder test, and create pos, neg in test with pictures that you want to retrive.
- Run
testQue.py
to query your picture set.