You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/02 12:56:41 UTC

[GitHub] jongchyisu opened a new issue #8515: ImageIter with Multiple Labels only Get One Label

jongchyisu opened a new issue #8515: ImageIter with Multiple Labels only Get One Label
URL: https://github.com/apache/incubator-mxnet/issues/8515
 
 
   Hi, I am using ImageIter to load multiple labels. I have used label_width=2 for generating rec files and also for ImageIter. I found that if I set shuffle=False, then it will only return one label (same label repeated twice) (the next_sample in image.py, the returned label only have one value), but I can get two labels correctly with shuffle=True. Is there something wrong?
   
   Also, why the im2rec.py can generate both rec and idx files, but the bin/im2rec can only get rec file? How can I get idx file?
   
   Thank you!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services