multilabel-MXNet
multilabel-MXNet copied to clipboard
A toy lst file example
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 I add a data_example
file which provide the .lst
file for multilabel training.
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 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.