Skip to content
View QQ2737499951's full-sized avatar

Block or report QQ2737499951

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. pytorch-captcha-recognition pytorch-captcha-recognition Public

    Forked from dee1024/pytorch-captcha-recognition

    基于CNN训练的一套 "端到端" 的验证码识别模型,使用深度学习+训练数据+大量计算力,纯数字识别率高达 99.99%,数字+字母识别率 96%

    Python 3 1

  2. CHINESE-OCR-1 CHINESE-OCR-1 Public

    Forked from xiaofengShi/CHINESE-OCR

    [python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别

    Python 2

  3. easy12306 easy12306 Public

    Forked from zhaipro/easy12306

    使用机器学习算法完成对12306验证码的自动识别

    Python 1 1

  4. benchmarking-keras-pytorch benchmarking-keras-pytorch Public

    Forked from cgnorthcutt/benchmarking-keras-pytorch

    Reproducible Benchmarking of Keras and PyTorch Models

    Python 1

  5. tesseract tesseract Public

    Forked from tesseract-ocr/tesseract

    Tesseract Open Source OCR Engine (main repository)

    C++

  6. my_orc_keras_verification_code_identification my_orc_keras_verification_code_identification Public

    Forked from 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+c…

    Python 1