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

Found Environment variable CUDNN_PATH = /usr/local/cuda/lib64/libcudnn.so.5Loading model... Model loaded from /home/chaos/crnn-master/model/crnn_demo/crnn_demo_model.t7 /home/chaos/torch/install/bin/luajit: /home/chaos/torch/install/share/lua/5.1/nn/Container.lua:67: In 4 module of nn.Sequential: In 1 module of nn.Sequential: /home/chaos/torch/install/share/lua/5.1/cudnn/init.lua:145: Error in CuDNN: CUDNN_STATUS_INTERNAL_ERROR stack traceback:...

now, I got data.mdb and lock.mdb files, but could you @bgshih tell me where should I put these two files?

My Torch7 installation is at ${HOME}/torch. After I install the fblualib , I try to make crnn. But the following mistake occurs. I have no idea what is THC_LIBRARY. Can...

@bgshih @LinJM @varun-suresh - I used VSCode to debug code, but it failed。 - Can you recommend the development tool? Thank you!

Libraries and utilities required by torch are supported till ubuntu 16

I want to copy the model by tensorflow

@bgshih Hi, I have implemented it using tensorflow based on your thesis and source . I've been doing a lot of testing and debugging, and I've even tried to increase...

I have tried CRNN using pictures with fixed width, 100 pixels. However, since resizing always leads to inaccuracy of the picture, I wonder whether I can train CRNN using same...

Dear friends, Is there any way to test in CPU ? We have not GPU: but plenty of cpu cores. We would like to test and use it at CPU...

Hi, i have been using this model and it works great. i have trained on a GPU machine. now is there any way to use this trained model and export...