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

Hi, I have installed torch with TORCH_LUA_VERSION=LUA51. After installation when I try to run the main_train.lua, it throws me an error lua: parser.c:2059: parse_root: Assertion `lua_gettop(L) == top' failed. Aborted...

Is there C or CPP interface for demo.lua (for prediction) ? So that I can call predict function from my C code.

@bgshih The prediction made by DecodingWithLexicon is Very Slow is there a way that we can expediate its predictions. I am Using GetForce gtx 1080 in which the cores are...

Hi @bgshih Is subtracting the mean and dividing by the standard deviation important preprocessing step in CRNN?

Dear Sir.I am a student .I have finished your paper name"An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition".Since I have the experience...

@LinJM @bgshih @varun-suresh Is the following hardware environment configuration applicable?Thank you! - Core i5 3.4GHz CPU @ 8G - Storage: 1TB Fusion Drive - Ideo Card:AMD R9 390, Retina 5K...

Hello, I'm a beginner. When I learn the code, I can't understand the meaning of the parameters in config.lua(). function getConfig() local config = { nClasses = 36, -- 分类...

I want to know if you have the sanme code which is used in tensorflow?

Hi, Bgshih, What's dataset the pretrained model use? Is it http://www.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz ?[this file is too big....] I'm confused about it. If you have time, I hope I can receive you...

@bgshih , I have a dataset where the labels exceed the 26-character max length that the model needs, but I am unable to find where in the code I need...