Skip to content

seasky100/crnn

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%