Christian Bartz
Christian Bartz
the compiler creates a `.so` file once you are done with compiling the `warpctc` library. That is the file I'm talking about. If you place this file in `/Users/sukshi/torch/install/lib` the...
No, I'm talking about a file that sshould be named `libwarpctc.so` or something like that. I see that you have a `libwarpctc.dylib` file. This might be a mac equivalent of...
Models are available [here](https://bartzi.de/research/stn-ocr) but there is no demo code. And there will be no demo code. There is, however, demo code for the newer version of this approach [here](https://github.com/Bartzi/see)
Sorry, I can't read chinese... what's your problem?
did you install `warpctc` as mentioned in the README?
okay, then there is something wrong with your paths... you have to make sure that the file `ctc.h` can be found by the compiler... I don't know if anaconda makes...
That's what I said. Did you set the `install_prefix` for `warpctc` correctly? Did you do `make install`?
Hmm, that's a very good question to be honest. I can't remember entirely. However, my guess is that we just used the text recognition training script. Recognizing Characters on already...
Hi, you can fix this by building MXNet without openCV! OpenCV is not required for this code to work.
You might have already been able to find [this](https://github.com/apache/incubator-mxnet/issues/10936), but here it says that you might not have OpenCV properly installed, that is everything I can do for you, since...