JiageWang / hand-writing-recognitionLinks
基于pytorch卷积神经网络的中文手写汉字识别,使用HWDB数据库
☆118Updated 6 years ago
Alternatives and similar repositories for hand-writing-recognition
Users that are interested in hand-writing-recognition are comparing it to the libraries listed below
Sorting:
- Pytorch 实现中文手写汉字识别☆111Updated 6 years ago
- 汉字手写识别☆112Updated 4 years ago
- 好未来Feature Camp:中文手写汉字识别☆411Updated 6 years ago
- 使用Pytorch实现了中文手写字符识别☆27Updated 7 years ago
- 图像文字检测模型(EAST/AdvancedEAST),及包含文字识别模型(CRNN+CTC),Keras/TensorFlow实现.☆210Updated 5 years ago
- OCR;文本检测、文本识别(cnn+ctc、crnn+ctc)。☆223Updated 2 years ago
- TensorFlow2.0的中文汉字手写体识别!OCR必备,欢迎star!☆693Updated 2 years ago
- crnn实现水平和垂直方向中文文字识别, 提供在3w多个中文字符训练的水平识别和垂直识别的预训练模型; 欢迎关注,试用和反馈问题... ...☆248Updated 5 years ago
- CNN models for CASIA-HWDB dataset recognition, Implementation of paper <Building Fast and Compact Convolutional Neural Networks for Offli…☆47Updated 7 years ago
- 竖排书法汉字识别☆64Updated 5 years ago
- CNN在线识别手写中文。☆549Updated 3 years ago
- 中文ocr识别☆218Updated 6 years ago
- keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...☆108Updated 4 years ago
- 基于CTPN(tensorflow)+CRNN(pytorch)+CTC的不定长文本检测和识别☆297Updated 7 years ago
- 中文自然场景文字检测及识别☆32Updated 3 years ago
- 本项目实现了ocr主流算法gru/lstm+ctc+cnn架构,进行不定长度验证码识别,达到不分割字符而识别验证码内容的效果。验证码内容包含了大小字母以及数字,并增加点、线、颜色、位置、字体等干扰项。本项目对gru +ctc+cnn、lstm+ctc+cnn、cnn三种架构…☆241Updated 6 years ago
- Chinese text detection and recognition based on CTPN + DENSENET using Keras and Tensor Flow,使用keras和tensorflow基于CTPN+Densenet实现的中文文本检测和识别