DeepHash-pytorch
DeepHash-pytorch copied to clipboard
How do I make datasets .txt files when using my own dataset?
dataset.txt the file composition is: image name + binary label? How do I get a binary label? How do I define the file .txt make dataset when using my own dataset?
You can refer to these two codes to divide the dataset
https://github.com/swuxyj/DeepHash-pytorch/blob/master/data/voc2012/code.py https://github.com/swuxyj/DeepHash-pytorch/blob/master/data/mirflickr/code.py