anirudhacharya commented on issue #14503: API to create RecordIO files
URL: https://github.com/apache/incubator-mxnet/pull/14503#issuecomment-491354844
 
 
   > * I think the functionality of tools/im2rec.py can not be full matched 
with this api
   
   The API now matches all the functionality pertaining to creating rec files 
from lst files. It has a pass-through parameter. Parameters to transform the 
images( which is extensible as we can add more functions to the transforms 
object). Supports quality and encoding to be used while packing the images. 
Option to use color, grayscale or images including alpha channel. It does not 
support creating multiple chunks of data, since that is something that is done 
while creating the lst files, to maintain that the list and rec file are in 
sync with each other.
   
   @vandanavk i will check the CI failure.

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


With regards,
Apache Git Services

Reply via email to