mxnet-im2rec_tutorial
mxnet-im2rec_tutorial copied to clipboard
Create a Dataset Using RecordIO
I am trying to follow the example https://mxnet.incubator.apache.org/versions/master/faq/recordio.html and create my own dataset for training using MXnet. My data is organized as specified in the example:
/data
file1.jpg
file2.jpg
the output data1.lst
The format is:
integer_image_index \t label_index \t path_to_image
But i don't know if my output is it correct??