Ishitori commented on issue #14110: how to get picture for capture recognition 
task
URL: 
https://github.com/apache/incubator-mxnet/issues/14110#issuecomment-464241496
 
 
   `Rec` file is a file that contains pictures. It is a special RecordIO format 
which allows to store many small binary files in one bigger file. It is done to 
increase speed of reading data from the disk. Use 
[ImageRecordDataset](https://mxnet.incubator.apache.org/versions/master/api/python/gluon/data.html#mxnet.gluon.data.vision.datasets.ImageRecordDataset)
 to open and use it.
   
   If you want to know more about RecordIO format, take a look 
here:https://mxnet.incubator.apache.org/versions/master/architecture/note_data_loading.html

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to