Skip to content
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

2022春季改进 #74

Open
ZhiyuanChen opened this issue Feb 20, 2022 · 5 comments
Open

2022春季改进 #74

ZhiyuanChen opened this issue Feb 20, 2022 · 5 comments

Comments

@ZhiyuanChen
Copy link

ZhiyuanChen commented Feb 20, 2022

2022春季验证码为静态验证码,有多种不同风格(应该是5-6种)。用户每次登陆会随机一个验证码风格,在当次session当中验证码风格不会改变。怀疑长度也是这样确定的。

为了应对新版验证码,我用了一个Mobilenet+LSTM的模型,可以直接输出不定长的验证码。

由于目前缺乏数据集,使用验证码生成器生成了2亿张图片进行预训练,目前在预训练数据集上可以达到81%的准确率。如果有大佬愿意参与内测可以戳我(需要熟悉代码)。

折腾了一晚上模型实在太累了,有大佬可以帮忙整理一下数据集么?

以及如果有大佬想来MSRA/商汤实习也欢迎戳我

@CinnabarCHU
Copy link

需要数据集可以帮忙爬取,但问题是马上开学了,没有时间标注啊

@qqyc
Copy link

qqyc commented Feb 20, 2022

请问有bug或者使用问题应该如何反馈?

@xmcp
Copy link

xmcp commented Feb 21, 2022

xmcp/HEED-GUI 是一个可以通过事先人工输入少量验证码实现自动刷新的辅助工具,无需验证码识别模型或接入第三方API,原理供参考

@000lbh
Copy link

000lbh commented Feb 26, 2022

那我说一句吧,其实已经跟第一个人私下说过了。新版验证码疑似用kaptcha生成

@Hovennnnn
Copy link

用CNN+GRU+CTC的方法训练了一个新的模型:https://github.com/Hovennnnn/PKUAutoElective2023
测试选课网上的准确率在96%以上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants