jasperDD commented on issue #14164: How can i create .rec file for R
URL: 
https://github.com/apache/incubator-mxnet/issues/14164#issuecomment-464031816
 
 
   in R there is im2rec function, 
   but  my train.lst contains
   0    6       6       4       3       
train/C:/Users/adm/Downloads/pic/captcha_example.png
   
   library(“mxnet”)
   im2rec(image_lst=“C:/Users/adm/Desktop/train.lst”, 
root=‘C:/Users/adm/Downloads/captcha_example’,
   output_rec=‘C:/Users/adm/Desktop/my.rec’, label_width = 4L, pack_label = 0L,
   new_size = -1L, nsplit = 1L, partid = 0L, center_crop = 0L,
   quality = 95L, color_mode = 1L, unchanged = 0L, inter_method = 1L,
   encoding = “.png”)
   
   then i get the error
   Error in mx.internal.im2rec(image_lst, root, output_rec, label_width, :
   could not find function “mx.internal.im2rec”
   
   What’s wrong
   hoe to correct set the arguments

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