YIYIMZ / my_orc_keras_verification_code_identification
本项目实现了ocr主流算法gru/lstm+ctc+cnn架构,进行不定长度验证码识别,达到不分割字符而识别验证码内容的效果。验证码内容包含了大小字母以及数字,并增加点、线、颜色、位置、字体等干扰项。本项目对gru +ctc+cnn、lstm+ctc+cnn、cnn三种架构进行了对比,实践说明同等训练下gru/lstm+ctc+cnn架构准确率和速度均明显优于cnn架构,gru +ctc+cnn优于lstm+ctc+cnn,在实验2500个样本数据200轮训练时,gru +ctc+cnn架构在500样本测试准确率达90.2%。本项目技术能够训练长序列的ocr识别,更换数据集和相关调整,即可用于比如身份证号码、车牌、手机号、邮编等识别任务,也可用于汉字识别。
☆239Updated 5 years ago
Alternatives and similar repositories for my_orc_keras_verification_code_identification:
Users that are interested in my_orc_keras_verification_code_identification are comparing it to the libraries listed below
- Deep Learning on 身份证识别☆124Updated 5 years ago
- OCR;文本检测、文本识别(cnn+ctc、crnn+ctc)。☆217Updated last year
- 第一届西安交通大学人工智能实践大赛(2018AI实践大赛--图片文字识别)第一名;仅采用densenet识别图中文字☆460Updated 5 years ago
- 中文ocr识别☆219Updated 5 years ago
- 用keras实现OCR定位、识别☆531Updated 5 years ago
- 基于CTPN(tensorflow)+CRNN(pytorch)+CTC的不定长文本检测和识别☆293Updated 6 years ago
- 图片识别,发票识别☆198Updated 7 years ago
- Chinese text detection and recognition based on CTPN + DENSENET using Keras and Tensor Flow,使用keras和tensorflow基于CTPN+Densenet实现的中文文本检测和识别☆287Updated 5 years ago
- 运用tensorflow实现自然场景文字检测,keras/pytorch实现crnn+ctc实现不定长中文OCR识别☆392Updated 5 years ago
- Photographing Chinese-Address OCR implemented using CTPN+CTC+Address Correction. 拍照文档中文地址文字识别。☆345Updated 5 years ago
- 图像文字检测模型(EAST/AdvancedEAST),及包含文字识别模型(CRNN+CTC),Keras/TensorFlow实现.☆197Updated 4 years ago
- CNN在线识别手写中文。☆516Updated 2 years ago
- 百度云魅族深度学习应用大赛☆422Updated 2 years ago
- 基于tensorflow、keras/pytorch实现对自然场景的文字检测及端到端的OCR中文文字识别☆102Updated 5 years ago
- 好未来Feature Camp:中文手写汉字识别☆371Updated 5 years ago
- BasicOCR是一个致力于解决自然场景文字识别算法研究的项目。该项目由长城数字大数据应用技术研究院佟派AI团队发起和维护。☆344Updated 4 years ago
- The progress was used to generate synthetic dataset for Chinese OCR.☆268Updated 7 years ago
- A project to recognize Chinese plate number☆221Updated 6 years ago
- 基于keras的银行卡号识别☆69Updated 5 years ago
- Extremely simple implement for CRNN by Tensorflow☆527Updated last year
- 中文字符识别项目☆16Updated 6 years ago
- 身份证复印件识别,CCF BDCI参赛项目☆61Updated 5 years ago
- Based on crnn add Chinese recognition☆134Updated 6 years ago
- keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...☆107Updated 4 years ago
- crnn实现水平和垂直方向中文文字识别, 提供在3w多个中文字符训练的水平识别和垂直识别的预训练模型; 欢迎关注,试用和反馈问题... ...☆247Updated 4 years ago
- CCF2019-OCR身份证要素识别-数据生成器☆153Updated 4 years ago
- 百度文字识别api,Python3,包含了(通用文字识别,通用文字识别(含位置信息版),通用文字识别(高精度版),通用文字识别(高精度含位置版),网络图片文字识别,身份证识别,银行卡识别,驾驶证识别,行驶证识别,营业执照识别,车牌识别,表格文字识别-提交请求,通用票据识别,…☆74Updated 5 years ago
- End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码识别☆116Updated 7 years ago
- 离线环境下第二代居民身份证信息识别☆414Updated 5 years ago
- 验证码识别比赛code,针对数字,大小写字母能达到97-99%的准确率☆129Updated 6 months ago