TF-CRNN : A TensorFlow implementation of Convolutional Recurrent Neural Network¶
A TensorFlow implementation of the Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition tasks, such as scene text recognition and OCR. Original paper and code.
This implementation uses tf.estimator.Estimator to build the model and tf.data modules to handle input data.