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

folly is compiled successfully, but problem occurs when make thrift: ``` /usr/local/lib/libfolly.so: undefined reference to `jump_fcontext' /usr/local/lib/libfolly.so: undefined reference to `make_fcontext' ```

@bgshih hi, 有没有推荐的中文训练数据集呢? thanks a lot for your brilliant work.

Has anyone successfully trained a model to recognize special characters and spaces. If so could you please share the model weights. Thank you

If I want to train a model to recognize Chinese,what should the iphabet be?Chinese has thousands of types,so the Chinese iphabet should contain thousands of Chinese?If it is,should I list...

I have generated data.mdb with images that contain a Arabic word in each of them. I've made the following modification in create_dataset.py. That is, I've encoded the labels into utf-8...

I've been in dependency hell the last few hours trying to get crnn dependencies set up. Even docker which is supposed to be around to help me avoid this issue...

There is another code using pytorch with the same process as your paper https://github.com/meijieru/crnn.pytorch The parameter in the CNN,RNN is just copy from your paper.And since the frame of torch...

I am following the pytorch implementation. I couldnt find any support for beam search decoding in either of the implementations. Does the decoding by default use beam search?

Hi, I get this error. Any idea where I can look further? TIA. ``` ./build_cpp.sh mkdir: cannot create directory ‘build’: File exists -- Configuring done -- Generating done -- Build...