GlassyWing / text-detection-ocrLinks
Chinese text detection and recognition based on CTPN + DENSENET using Keras and Tensor Flow,使用keras和tensorflow基于CTPN+Densenet实现的中文文本检测和识别
☆289Updated 6 years ago
Alternatives and similar repositories for text-detection-ocr
Users that are interested in text-detection-ocr are comparing it to the libraries listed below
Sorting:
- 基于CTPN(tensorflow)+CRNN(pytorch)+CTC的不定长文本检测和识别☆298Updated 7 years ago
- 用keras实现OCR定位、识别☆532Updated 6 years ago
- Extremely simple implement for CRNN by Tensorflow☆526Updated 2 years ago
- A repository for OCR, which inlcudes some classical OCR algorithms Pytorch implementation such as CTPN, EAST and CRNN.☆657Updated 6 years ago
- The progress was used to generate synthetic dataset for Chinese OCR.☆271Updated 8 years ago
- This repository implements the the encoder and decoder model with attention model for OCR☆358Updated 4 years ago
- 图像文字检测模型(EAST/AdvancedEAST),及包含文字识别模型(CRNN+CTC),Keras/TensorFlow实现.☆210Updated 5 years ago
- This is a pytorch implementation of CTPN(Detecting Text in Natural Image with Connectionist Text Proposal Network). You may want to finet…☆298Updated 6 years ago
- This is a tensorflow re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network.My blog:☆488Updated 5 years ago
- An implementation of CRNN (CNN+LSTM+warpCTC) on MxNet for chinese text recognition☆220Updated 2 years ago
- 运用tensorflow实现自然场景文字检测,keras/pytorch实现crnn+ctc实现不定长中文OCR识别☆393Updated 6 years ago
- Extremely simple implement for Chinese OCR by PyTorch.☆346Updated 4 years ago
- CRNN with attention to do OCR,add Chinese recognition☆338Updated last year
- Based on crnn add Chinese recognition