crnn icon indicating copy to clipboard operation
crnn copied to clipboard

Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.

Results 91 crnn issues
Sort by recently updated
recently updated
newest added

:~/ML/crnn$ ./install_all.sh This script will install fblualib and all its dependencies. It has been tested on Ubuntu 13.10 and Ubuntu 14.04, Linux x86_64. ++ arch + [[ x86_64 != \x\8\6\_\6\4...

I have this error when I run th demo.lua on docker container. Does anybody have any idea? ``` loop or previous error loading module 'torch' stack traceback: [C]: in function...

Hi , is crnn tested on ubuntu 16.04 ? this is not worked on 16.04 . TPHH library doesn't support 16.04 , this tested on 13.04 , 14.04.

Whether CRNN is effective for handwritten Chinese character recognition and how many training sets are needed.

Can CRNN run base on Windows?if all envoriment is prepared.

/init.lua:389: error loading module 'libcrnn' from file './libcrnn.so': ./libcrnn.so: undefined symbol: _ZN6google10LogMessage6streamEv stack traceback: [C]: in function 'error' /home/tutu/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' demo.lua:9: in main chunk [C]: in function 'dofile'...

`[ 25%] Building CXX object CMakeFiles/crnn.dir/ctc.cpp.o In file included from /home/user/torch/install/include/thpp/Tensor.h:14:0, from /media/u556552/f5c1b8df-0e60-4c24-ad5f-2868c5732ecc/Advertisements/text-reco/TextBoxes_plusplus/crnn/src/cpp/ctc.cpp:8: /home/u556552/torch/install/include/thpp/Storage.h:22:43: fatal error: thpp/if/gen-cpp2/Tensor_types.h: No such file or directory compilation terminated. CMakeFiles/crnn.dir/build.make:86: recipe for target 'CMakeFiles/crnn.dir/ctc.cpp.o' failed...

I'm installed torch. And I placed it home. but it still : THPP_LIBRARY linked by target "crnn" in directory /home/dev2/textbox2/crnn/src/cpp And i checked torch/install/lib it doesn't have any file called...

I was building docker image with docker build -t crnn_docker . But I am getting the following error. I checked that the file is not busy using lsof. I am...