lilhope opened a new issue #8610: How to resize the image to same shape in 
ImageRecordIter?
URL: https://github.com/apache/incubator-mxnet/issues/8610
 
 
   Hi, 
       I have a set of images with various shapes and I write it to `.rec` 
file,and using `mx.io.ImageRecordIter` to load it. But I met an error: 
   ```
    Check failed: static_cast<index_t>(res.rows) >= param_.data_shape[1] && 
static_cast<index_t>(res.cols) >= param_.data_shape[2] input image size smaller 
than input shape
   ```
   I tried different ways to solve it but not works. such as set`resize 
mode`,`inter_method`, any helps will be appreciated. 

----------------------------------------------------------------
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