There are 0 repository under crnn-ctc topic.
Collaboration with wangxupeng(https://github.com/wangxupeng)
Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition using Pytorch
[CVPR 2019] "Handwriting Recognition in Low-resource Scripts using Adversarial Learning ”, IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2019.
Extract handwritten information like name, student ID and then recognize them with CRNN-CTC-Attention. Using lexicon search on class list to help teacher on updating score faster
TF2 implementation of Text recognition CRNN
PyTorch implemnts `An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition` paper.
This is a solution to Cinnamon AI Challenge (https://drive.google.com/drive/folders/1Qa2YA6w6V5MaNV-qxqhsHHoYFRK5JB39) using convolutional, attention, bidirectional LSTM, achieving CER 0.081 WER 0.188 and SER 0.89
Convolutional Recurrent Neural Network (CRNN) for reading Captchas(驗證碼)
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.
Tuning, training, and transfer learning CRNN models for handwritten text words.
Computer Graphics and AI (ML DL included) compilations.
CaptchaCrack_CRNN
Realtime Indonesian License Plate Character Recognition
Identifying Books on Library Shelves using Supervised Deep Learning.
The following project deals with the development of CNN and CRNN with CTC loss for the recognition of digit sequences from the Street View images. This also includes pre-processing, data augmentation, and structuring input for training neural networks to get sequence recognition.