JiageWang / hand-writing-recognition
基于pytorch卷积神经网络的中文手写汉字识别,使用HWDB数据库
☆104Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for hand-writing-recognition
- Pytorch 实现中文手写汉字识别☆96Updated 5 years ago
- 汉字手写识别☆95Updated 3 years ago
- 好未来Feature Camp:中文手写汉字识别☆364Updated 5 years ago
- CNN models for CASIA-HWDB dataset recognition, Implementation of paper <Building Fast and Compact Convolutional Neural Networks for Offli…☆45Updated 6 years ago
- 使用Pytorch实现了中文手写字符识别☆25Updated 6 years ago
- 图像文字检测模型(EAST/AdvancedEAST),及包含文字识别模型(CRNN+CTC),Keras/TensorFlow实现.☆190Updated 4 years ago
- TensorFlow2.0的中文汉字手写体识别!OCR必备,欢迎star!☆610Updated last year
- 竖排书法汉字识别☆63Updated 4 years ago
- crnn实现水平和垂直方向中文文字识别, 提供在3w多个中文字符训练的水平识别和垂直识别的预训练模型; 欢迎关注,试用和反馈问题... ...☆242Updated 4 years ago
- 这是之前我和我的组员参与Tiny-mind 手写汉字识别大赛的一个项目, 主要实现了用Resnet或VGG16作为Backbone来训练一个分类任务以及基于opencv的一些图片数据集增强,最终我们组的成绩为TOP-5准确率99.19, 排名5/700。这个项目也可以用于其…☆83Updated 5 years ago
- OCR;文本检测、文本识别(cnn+ctc、crnn+ctc)。☆220Updated last year
- The SCUT-EPT Dataset for the research of offline handwritten Chinese text recognition (HCTR) in educational documents has been released.☆114Updated 4 years ago
- CTPN+CRNN bank card number identification(data/test pictures accuary ≈90%)☆69Updated 2 years ago
- The official implementation of the "A high-performance CNN method for offline handwritten Chinese character recognition and visualization…☆37Updated 3 years ago
- 中文ocr识别☆218Updated 5 years ago
- 数字图像课程大作业,实现图片中文档提取与矫正。整体思路是通过hough变换检测出直线,进而得到角点,最后经过投影变换,进行矫正。整个项目只用到了opencv的IO操作(包括手写卷积,hough哈夫变换,投影变换等等)☆72Updated 4 years ago
- keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...☆107Updated 4 years ago
- 不能更简单的基于keras的CRNN汉字识别代码. 即Fast R-CNN 网络的keras实现。☆38Updated 4 years ago
- CNN在线识别手写中文。☆509Updated 2 years ago
- Robust End-to-End Offline Chinese Handwriting Text Page Spotter with Text Kernel☆37Updated 3 years ago
- Offline Handwritten Chinese Character Recognition based on HCCR-CNN9Layer.☆27Updated 6 years ago
- 基于CTPN(tensorflow)+CRNN(pytorch)+CTC的不定长文本检测和识别☆292Updated 6 years ago
- pytorch, ctpn ,text detection ,ocr,文本检测☆139Updated 4 years ago
- 基于tensorflow、keras/pytorch框架实现图片文字检测及端到端的OCR文字识别☆28Updated 4 years ago
- crnn trian pytorch☆52Updated 6 years ago
- ocr_torch是基于Torch1.8实现的DBNet(2.2M) + CRNN(3.8M)实现的轻量级文字检测识别项目(支持onnx推理).☆28Updated 3 years ago
- 票据识别合成样本☆12Updated 3 years ago
- 表格结构解析新思路(表格识别新思路)☆122Updated 3 years ago
- Chinese text detection and recognition based on CTPN + DENSENET using Keras and Tensor Flow,使用keras和tensorflow基于CTPN+Densenet实现的中文文本检测和识别☆285Updated 4 years ago
- 将原本Keras版本的AdvancedEAST改写成PyTorch版,将数据集由.npy文件改成一个LMDB文件,加入Precision,Recall, F1 score方便训练以及调试,底层网络仍然用VGG16。☆37Updated 4 years ago