Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
-
Updated
May 9, 2023 - Python
Convolutional Recurrent Neural Networks(CRNN) for Scene Text Recognition
Use Convolutional Recurrent Neural Network to recognize the Handwritten line text image without pre segmentation into words or characters. Use CTC loss Function to train.
TF2 implementation of Text recognition CRNN
This repository contains code for Scene Text OCR following the famous CRNN model. The detection part is handled by EAST and the recognition is done by CRNN.
CRNN implementation with TensorFlow 2
My implementations of different deep learning architectures for text recognition with TensorFlow 2.
Add a description, image, and links to the crnn-tensorflow topic page so that developers can more easily learn about it.
To associate your repository with the crnn-tensorflow topic, visit your repo's landing page and select "manage topics."