Konstantin Baierer

Results 277 comments of Konstantin Baierer

I also do not think that there is a sensible approach to extending a trained model for symbols the network was not originally aware of. It is possible to adapt...

In the title, you have a typo, it should be `scons display=1 install` (not `dislplay`). Not sure why you get these errors for just `scons` without `display=1`. I can confirm...

@wanghaisheng Can you try https://github.com/tmbdev/clstm/pull/110? I've never used the display features before, but this will fix the `long unsigned int`/`int` errors.

@stweil ~See #110 for `int` -> `size_t`, that fixes the template argument errors.~ *Sorry, did not read that right, yes, `size_t` would probably be the more appropriate type. If you...

Very nice, thanks for sharing! I failed to get it to run in Debian Jessie with either Python2/3 but that is probably an include path problem. Cython either refused to...

I tried the version shipped in Jessie stable first, then pip install, but it seemed to fall back to the Jessie bundled path at some point. As I said, I...

After removing `cython3`, it works with Python3 in Jessie, no more unicode/str/bytes related exceptions :tada: It's weird that `/usr/lib` cython takes precedence over `/usr/local/lib` or `$HOME/.local/lib` but apparently that's either...

I've merged this with current master in [cython-2017](https://github.com/tmbdev/clstm/tree/cython-2017) branch, so as not to interfere with any changes you may not have pushed.

Can you provide sample images, sample output, what data you trained on, parameters used for training / recognition?

You mean, after running `scons` in the checked out repository, you do not have `./clstmocr`, `clstmocrtrain` etc.? If that is the case, then compilation went wrong, please post the output...