caihaoye16 / crnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crnn-tensorflow

This software implements the Convolutional Recurrent Neural Network (CRNN) in tensorflow.Origin software could be found in crnn

run demo

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: demo

output: label evangelically

识别结果 evangelically

Train a new model

1.you could use utils in ./dataset to convert your dataset to tfrecords and save them in ./data

About


Languages

Language:Python 100.0%