Tensorflow slim Implementation of the Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition tasks, such as scene text recognition and OCR.
pip install -r requirements.txt
captcha
generate image look like this
trained model can download from Baidu
complete code in Infer
- train
python train.py
- eval
python eval.py
common args define in util.py