gongxijun / ocr_recognitionLinks
验证码识别,该模型是基于xlvector模型上进行加工,验证码内容包含了大小字母以及数字,采用lstm+warp-ctc+cnn达到不分割字符而识别验证码内容~
☆114Updated 8 years ago
Alternatives and similar repositories for ocr_recognition
Users that are interested in ocr_recognition are comparing it to the libraries listed below
Sorting:
- A tools can generate samples for OCR trainning. 用于OCR的字符样本生成工具☆65Updated 8 years ago
- End-to-end variable length Captcha recognition using CNN+RNN+Attention/CTC (pytorch implementation). 端到端的不定长验证码识别☆116Updated 8 years ago
- 基于caffe的LSTM OCR案例,能够利用该案例完成序列的识别,包括验证码、车牌、身份证号码、地址等长序列动长的内容识别☆213Updated 8 years ago
- chinese character generator and training using keras.☆39Updated 8 years ago
- Use CTC + tensorflow to OCR☆352Updated 7 years ago
- hack captcha with CNN☆37Updated 9 years ago
- BasicOCR是一个致力于解决自然场景文字识别算法研究的项目。该项目由长城数字大数据应用技术研究院佟派AI团队发起和维护。☆346Updated 5 years ago
- CNN and LSTM model for text recognition☆267Updated 8 years ago
- A Simple Chinese OCR from tipdm contest☆64Updated 9 years ago
- This project is about directional feature extraction and HCCR-GoogLeNet CNN architecture definition for Caffe platform.☆121Updated 6 years ago
- ☆39Updated 7 years ago
- ☆29Updated 5 years ago
- Learning Deep Learning☆227Updated 8 years ago
- This repo contains code written by MXNet for ocr tasks, which uses an cnn-lstm-ctc architecture to do text recognition.☆50Updated 8 years ago
- 基于深度学习的实时车牌识别项目 A license plate recognition(LPR) project base on deep learning.☆107Updated 8 years ago
- OCR, CNN+LSTM (CTPN) for image text detection, tensorflow☆203Updated 6 years ago
- This project shows how to use CNN to perform Chinese character recognition, a much more complicated task compared to MNIST digit recognit…☆205Updated 8 years ago
- Learning Deep Learning☆23Updated 9 years ago
- darknet☆30Updated 7 years ago
- Detect text in natural images with SSD, Single Shot Detection☆223Updated 7 years ago
- ☆54Updated 6 years ago
- 代码讲解部分请前往blog:http://lan2720.github.io/☆34Updated 9 years ago
- Chinese OCR with TensorFlow☆124Updated 7 years ago
- 运用yolo3实现自然场景文字检测☆38Updated 7 years ago
- Faster_RCNN for text detection 文本检测☆64Updated 4 years ago
- ☆128Updated 8 years ago
- 基于tensorflow & tf-servering & flask 的图像检索☆102Updated 8 years ago
- Text Detection System with MSER , SWT and Text Verification☆108Updated 10 years ago
- Deep Learning on 身份证识别☆125Updated 6 years ago
- 本项目实现了ocr主流算法gru/lstm+ctc+cnn架构,进行不定长度验证码识别,达到不分割字符而识别验证码内容的效果。验证码内容包含了大小字母以及数字,并增加点、线、颜色、位置、字体等干扰项。本项目对gru +ctc+cnn、lstm+ctc+cnn、cnn三种架构…☆241Updated 6 years ago