This software implements the Convolutional Recurrent Neural Network (CRNN) in tensorflow.Origin software could be found in crnn
A demo program can be found in demo_mjsyth.py.Before running the demo,you should download a a pretrained model (I would upload next time) to Put the downloaded model file into directory ./tmp
The demo reads an example image and recognizes its text content.
for example:
output: label evangelically
识别结果 evangelically
1.you could use utils in ./dataset to convert your dataset to tfrecords and save them in ./data