reedscot / cvpr2016

Learning Deep Representations of Fine-grained Visual Descriptions
http://arxiv.org/abs/1605.05395
MIT License
335 stars 97 forks source link

dataset preparation #13

Open SreenijaK opened 5 years ago

SreenijaK commented 5 years ago

I've seen the birds dataset for training, but I'm unable to understand the format. it ll be great if you can clearly explain the format of the dataset for training.

The dataset i downloaded already has .t7 files how do i convert my raw data into .t7 format

weili-git commented 4 years ago

Same Question. How could we prepare the .t7 files based on our own data images and captions? I could not load anything from .t7 files in 'cvpr2016_flowers' on win10 by 'torchfile.load' (python). (https://github.com/bshillingford/python-torchfile/issues/9) . So if it's possible to convert custom data to *.t7 files especially on win10?