quasiris / EASTLinks
A tensorflow implementation of EAST text detector
☆14Updated 7 years ago
Alternatives and similar repositories for EAST
Users that are interested in EAST are comparing it to the libraries listed below
Sorting:
- How to train a Keras model to recognize variable length text | DLology☆70Updated 7 years ago
- face detection, verification and recognition using Keras☆141Updated 7 years ago
- Implementation of EAST scene text detector in Keras☆213Updated 3 years ago
- Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]☆149Updated 6 years ago
- Text detection with mainly MSER and SWT☆200Updated last year
- Convolutional recurrent neural network for scene text recognition or OCR in Keras☆125Updated 4 years ago
- Pytorch implementation of OCR system using CRNN + CTCLoss☆221Updated 6 years ago
- Learned representation for Offline Handwritten Signature Verification. Models and code to extract features from signature images.☆155Updated 2 years ago
- 🌈 Tutorials for Supervise.ly☆385Updated 7 years ago
- TensorFlow convolutional recurrent neural network (CRNN) for text recognition☆290Updated 6 years ago
- Pretrained deep learning features for Documents trained on OCR results with Object Detection frameworks☆51Updated 7 years ago
- Code for the paper STN-OCR: A single Neural Network for Text Detection and Text Recognition☆503Updated 8 years ago
- SSD-based object and text detection with Keras, SSD, DSOD, TextBoxes, SegLink, TextBoxes++, CRNN☆301Updated 2 years ago
- Classify and predict words using EMNIST dataset☆31Updated 7 years ago
- Code for the AAAI 2018 publication "SEE: Towards Semi-Supervised End-to-End Scene Text Recognition"☆576Updated 6 years ago
- Implemented digit detector in natural scene using resnet50 and Yolo-v2. I used SVHN as the training set, and implemented it using tensorf…☆285Updated 2 years ago
- Deep face recognition with Keras, Dlib and OpenCV☆382Updated 5 years ago
- OCR using MXNet Gluon. The pipeline is composed of a CNN + biLSTM + CTC. The dataset is from: http://www.fki.inf.unibe.ch/databases/iam-h…