Replies: 4 comments
-
You can create both |
Beta Was this translation helpful? Give feedback.
-
in R there is im2rec function, library(“mxnet”) then i get the error What’s wrong |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, im2rec doesn’t work from R. There is an open issue about that, but so far it hasn’t been done: #7273 Please, use python or C++ to generate both .lst and .rec files. Take a look at this tutorial for more information: https://github.com/leocvml/mxnet-im2rec_tutorial |
Beta Was this translation helpful? Give feedback.
-
suppose, as example just take captcha picture from this classic task
https://github.com/apache/incubator-mxnet/tree/master/example/captcha
so, i create train.lst
https://github.com/apache/incubator-mxnet/blob/master/example/captcha/captcha_example.png
my train.lst file contain
0 6 6 4 3 train /C:/Users/Adm/Downloads/pic/captcha_example.png
How to get .rec file for it in R language?
Beta Was this translation helpful? Give feedback.
All reactions