Christian Bartz

Results 304 comments of Christian Bartz

Hi, I will add more precise commands. Which steps do you have trouble with?

Hi, sry that it took me so long, I've been on holiday^^ Hmm, okay I will try to link to webpages for more precise instructions. Did you make sure that...

Hmm, I'm not sure but did you also set the submodules to the correct version? This could be one of the sources of the errors you are seeing while compiling....

I do not have a private fork of mxnet, because I did not change anything in mxnet^^ With submodules I mean the git submodules included in the mxnet repository. You...

Normally the FSNS input file size is: 600x150 (as there are always 4 views of a sign at once). If you use the command line switch `--is-original-fsns`, the code will...

think you have to provide the full name of the params file. Did you try that already? The main difference between SEE and STN-OCR is that SEE is written in...

did you run `make install` after building `warp_ctc`? Did you make sure that Cython is able to find the header files of `warp_ctc`.

if your `CMAKE_INSTALL_PREFIX` is set to `/usr/local`. Cython should be able to find your files, once you did run `make install` successfully.

did you check that `ctc.h` is in `/usr/local/include`? Unfortunately, I can not provide a docker image at the moment.

It seems that the linker can not find the library. Where is your compiled library stored on your pc? Is that path in your environment variable `LD_LIBRARY_PATH`?