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 2019/02/15 12:28:47 UTC

[GitHub] jasperDD commented on issue #14164: How can i create .rec file for R

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


With regards,
Apache Git Services