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 6 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
- OCR;文本检测、文本识别(cnn+ctc、crnn+ctc)。☆221Updated 2 years ago
- Deep Learning on 身份证识别☆124Updated 5 years ago
- 中文ocr识别☆218Updated 5 years ago
- 第一届西安交通大学人工智能实践大赛(2018AI实践大赛--图片文字识别)第一名;仅采用densenet识别图中文字☆462Updated 6 years ago
- 图像文字检测模型(EAST/AdvancedEAST),及包含文字识别模型(CRNN+CTC),Keras/TensorFlow实现.☆204Updated 5 years ago
- 百度云魅族深度学习应用大赛☆423Updated 3 years ago
- 中文字符识别项目☆16Updated 6 years ago
- 基于CTPN(tensorflow)+CRNN(pytorch)+CTC的不定长文本检测和识别☆295Updated 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实现的中文文本检测和识别☆286Updated 5 years ago
- 用keras实现OCR定位、识别☆530Updated 6 years ago
- 运用tensorflow实现自然场景文字检测,keras/pytorch实现crnn+ctc实现不定长中文OCR识别☆392Updated 6 years ago
- keras复现场景文本检测网络CPTN: 《Detecting Text in Natural Image with Connectionist Text Proposal Network》;欢迎试用,关注,并反馈问题...☆108Updated 4 years ago
- 一个基于TensorFlow2的CRNN项目☆57Updated 4 years ago
- Based on crnn add Chinese recognition☆134Updated 6 years ago
- Photographing Chinese-Address OCR implemented using CTPN+CTC+Address Correction. 拍照文档中文地址文字识别。☆347Updated 5 years ago
- 基于keras的银行卡号识别☆69Updated 5 years ago
- The progress was used to generate synthetic dataset for Chinese OCR.☆271Updated 7 years ago
- CTPN+CRNN bank card number identification(data/test pictures accuary ≈90%)☆69Updated 2 years ago
- crnn实现水平和垂直方向中文文字识别, 提供在3w多个中文字符训练的水平识别和垂直识别的预训练模型; 欢迎关注,试用和反馈问题... ...☆248Updated 4 years ago
- An implementation of CRNN (CNN+LSTM+warpCTC) on MxNet for chinese text recognition☆212Updated 2 years ago
- A project to recognize Chinese plate number☆221Updated 6 years ago
- End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码 识别☆116Updated 7 years ago
- 验证码识别比赛code,针对数字,大小写字母能达到97-99%的准确率☆130Updated 9 months ago
- BasicOCR是一个致力于解决自然场景文字识别算法研究的项目。该项目由长城数字大数据应用技术研究院佟派AI团队发起和维护。☆344Updated 4 years ago
- 验证码识别,该模型是基于xlvector模型上进行加工,验证码内容包含了大小字母以及数字,采用lstm+warp-ctc+cnn达到不分割字符而识别验证码内容~☆114Updated 8 years ago
- 身份证复印件识别,CCF BDCI参赛项目☆62Updated 5 years ago
- Extremely simple implement for CRNN by Tensorflow☆527Updated 2 years ago
- yolo3 + densenet ocr☆36Updated 5 years ago
- 基于深度学习和TensorFlow的英文和汉字验证码识别☆169Updated 4 years ago