xmy0916 / pytorch_crnn
基于pytorch写的CRNN文字识别~简化写法帮助入门
☆11Updated 4 years ago
Alternatives and similar repositories for pytorch_crnn:
Users that are interested in pytorch_crnn are comparing it to the libraries listed below
- Pytorch 实现中文手写汉字识别☆103Updated 5 years ago
- 将原本Keras版本的AdvancedEAST改写成PyTorch版,将数据集由.npy文件改成一个LMDB文件,加入Precision,Recall, F1 score方便训练以及调试,底层网络仍然用VGG16。☆38Updated 4 years ago
- 使用Pytorch实现了中文手写字符识别☆26Updated 6 years ago
- crnn实现水平和垂直方向中文文字识别, 提供在3w多个中文字符训练的水平识别和垂直识别的预训练模型; 欢迎关注,试用和反馈问题... ...☆247Updated 4 years ago
- License Plate Recognition☆31Updated 3 years ago
- pytorch, ctpn ,text detection ,ocr,文本检测☆141Updated 4 years ago
- This repository implements the the encoder and decoder model with attention model for OCR☆359Updated 3 years ago
- Papers, Datasets, Algorithms, SOTA for STR. Long-time Maintaining☆100Updated 3 years ago
- ☆269Updated 4 years ago
- Pytorch implementation of CRNN (CNN + RNN + CTCLoss) for all language OCR.☆383Updated 5 years ago
- ☆18Updated 3 years ago
- 图像文字检测模型(EAST/AdvancedEAST),及包含文字识别模型(CRNN+CTC),Keras/TensorFlow实现.☆201Updated 5 years ago
- Pytorch re-implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition (…☆281Updated 3 months ago
- 基于pytorch卷积神经网络的中文手写汉字识别,使用HWDB数据库☆108Updated 5 years ago
- Official implementations of PSENet, PAN and PAN++.☆451Updated 2 years ago
- ctcloss + centerloss crnn text recognition☆200Updated 4 years ago
- A pure pytorch implemented ocr project including text detection and recognition☆595Updated 3 years ago
- Unofficial PyTorch implementation of Towards Accurate Scene Text Recognition with Semantic Reasoning Networks☆193Updated 4 years ago
- Extremely simple implement for Chinese OCR by PyTorch.☆343Updated 3 years ago
- ocr_torch是基于Torch1.8实现的DBNet(2.2M) + CRNN(3.8M)实现的轻量级文字检测识别项目(支持onnx推理).☆28Updated 3 years ago
- 该工作由电子科技大学陈昂、刘俊凯、夏子寒同学完成。我们提出可以使用深度学习的方案对中国车牌进行检测和识别。我们提出使用YOLOv3网络进行车牌检测,然后创新性地对检测后的车牌使用空间变换网络STN加以校正,最后使用LPRNet网络进行车牌的字符与数字识别。目前实测结果,在老…☆75Updated 4 years ago
- 数字图像课程大作业,实现图片中文档提取与矫正。整体思路是通过hough变换检测出直线,进而得到角点,最后经过投影变换,进行矫正。整个项目只用到了opencv的IO操作(包括手写卷积,hough哈夫变换,投影变换等等)☆75Updated 4 years ago
- pytorch version of svtr model☆23Updated 2 years ago
- MaskTextspotterv3应用于中文数据集☆12Updated 3 years ago
- This is a pytorch implementation of CTPN(Detecting Text in Natural Image with Connectionist Text Proposal Network). You may want to finet…☆294Updated 5 years ago
- DB, OCR, Pytorch, 文本检测算法,A PyToch implementation of "Real-time Scene Text Detection with Differentiable Binarization".☆11Updated 4 years ago
- A pytorch re-implementation of Real-time Scene Text Detection with Differentiable Binarization☆974Updated 2 years ago
- [python3.6] 自然场景文字检测,tf+pytorch实现vgg+ctpn+crnn实现不定长场景文字OCR识别☆16Updated 4 years ago
- 端到端的中文场景文字识别。☆12Updated 2 years ago
- RRPN++: Guidance Towards More Accurate Scene Text Detection☆89Updated 3 years ago