pprp / captcha_identify.pytorch

基于torch进行验证码识别,识别率达94%
MIT License
113 stars 24 forks source link
captcha cnn deep-learning pytorch

深度学习识别验证码

基于: https://github.com/dee1024/pytorch-captcha-recognition 进行修改

本项目致力于使用神经网络来识别各种验证码。

在这个库的基础上,进行了改动,添加了很多trick来增强识别效果,如attention机制,dual pooling, ibn模块,bnneck,center loss等。

链接为:https://github.com/pprp/captcha.Pytorch

改动

特性

原理

验证码识别率展示

快速开始

可视化

results_res101

贡献

我们期待你的 pull requests !

有问题欢迎提出issue

作者

声明

本项目仅用于交流学习