tensorflow-crnn
tensorflow-crnn copied to clipboard
tensorflow slim Implementation crnn
tensorflow-crnn
Tensorflow slim Implementation of the Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition tasks, such as scene text recognition and OCR.
Install
pip install -r requirements.txt
Example
captcha generate image look like this

trained model can download from Baidu
complete code in Infer
How To Train
- train
python train.py - eval
python eval.py
common args define in util.py
Metrics

