文件名称:captcha_recognize:不进行图像分割的图像识别验证码无需图片分割的验证码识别
文件大小:77KB
文件格式:ZIP
更新时间:2024-02-27 01:12:17
python tensorflow captcha captcha-breaking image-recognition-captchas
介绍
翻译:
使用TensorFlow进行图像识别验证码,无需图像分割,在ubuntu 16.04,python 2.7上运行
由captcha_eval.py判断的准确性为99.7%,训练大小为50000,经过20000步的验证码生成器: :
由captcha_eval.py判断的准确度为52.1%,训练量为100000,经过200000步验证码生成器后: :
依存关系
python 2.7
Anaconda2 4.3.1
TensorFlow 1.1
验证码
用法
1.准备验证码
将自己的验证码放在
【文件预览】:
captcha_recognize-master
----README.md(3KB)
----captcha_input.py(2KB)
----captcha_multi_gpu_train.py(4KB)
----captcha_recognize.py(3KB)
----config.py(270B)
----README-zhcn.md(3KB)
----LICENSE(11KB)
----captcha_model.py(4KB)
----captcha_records.py(4KB)
----captcha_gen_default.py(2KB)
----captcha_eval.py(3KB)
----data()
--------test_data()
----captcha_train.py(2KB)