I want to use Torch for training. I have my image data in LMDB format and I have done the conversion using NVIDIA DIGITS (caffe). How can I convert this .lmdb format to csv or .t7 so that I can use it in Torch?
Asked
Active
Viewed 215 times
2
-
why not using the text file used to generate the lmdb? – Shai Nov 06 '17 at 14:26
-
firstly, I used text files to get .lmdb data. and I have uploaded them to NVIDIA DIGITS and have these files (train.lmdb and test.lmdb). – azzz Nov 06 '17 at 15:54
-
how different are these files from csv files required by torch? – Shai Nov 06 '17 at 15:56