nickliqian / cnn_captcha

use cnn recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。
Apache License 2.0
2.78k stars 781 forks source link

Captcha库生成的验证码最小宽度问题 #188

Open Ambert1108 opened 3 years ago

Ambert1108 commented 3 years ago

captcha库生成的验证码是不是最小宽度为160,我设置100生成的验证码宽度都不一致且不等于100,在运行verify_and_split_data.py文件是会因为宽度不等于100而无法分类