multilabel-MXNet icon indicating copy to clipboard operation
multilabel-MXNet copied to clipboard

A toy lst file example

Open ahkarami opened this issue 7 years ago • 3 comments

Dear @miraclewkf, Thank you very much for your nice code. I am new in MXNet. Would you please kindly upload a simple multilabel_train.lst file as a toy example? (or explain how I can generate such a file)

ahkarami avatar Oct 19 '17 16:10 ahkarami

@ahkarami I add a data_example file which provide the .lst file for multilabel training.

miraclewkf avatar Oct 20 '17 01:10 miraclewkf

Dear @miraclewkf, Thank you very much for your help and quick response. Just as another request, would you please help me to know how one can use .rec file of images as the input of your nice code instead of raw images?

ahkarami avatar Oct 20 '17 10:10 ahkarami

@ahkarami Maybe you can reference another repository: https://github.com/miraclewkf/DenseNet. However, in the processing of produce .rec file, you also need to produce .lst file. Moreover, I really recommend to use .lst file and raw images.

miraclewkf avatar Oct 21 '17 03:10 miraclewkf