-
Notifications
You must be signed in to change notification settings - Fork 738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
验证码文字部分切割示例 #8
Comments
似乎大家都喜欢完整的识别,那我就上一下吧。 |
文字分割部分有点小问题, 有的时候一个词会切成两个词, 不过对识别影响不大. 我发的那个链接切的好像很完美. |
如果问题只是一个词切成两个词,那可能只是我太懒了,认为只要图片的平均亮度小于255就算有词,如果改成小于250呢? |
我看过他的实现了,挺有创意的。只是我现在的心思放在了深度学习上。 最后,希望能和大家一起玩 |
最后, 感谢大神分享! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大神,你这个文字部分只能识别第一个词,可以参考下这个验证码文字部分的切割吗?可以切割多个词 https://github.com/libowei1213/12306_captcha/blob/master/image_utils.py
The text was updated successfully, but these errors were encountered: