Skip to content

This software implements the Convolutional Recurrent Neural Network (CRNN) in tensorflow

Notifications You must be signed in to change notification settings

AimeeKing/crnn-tensorflow

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

This software implements the Convolutional Recurrent Neural Network (CRNN) in tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages