feat: add rotation angle recognition for rotated CAPTCHA#259
Open
k23223 wants to merge 1 commit intosml2h3:masterfrom
Open
feat: add rotation angle recognition for rotated CAPTCHA#259k23223 wants to merge 1 commit intosml2h3:masterfrom
k23223 wants to merge 1 commit intosml2h3:masterfrom
Conversation
|
返回结果是的旋转度数是按照顺时针的吧? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加对旋转验证码识别,如百度、小红书
使用rotate-captcha-crack项目训练的模型
我只是转化成onnx并支持弟弟库调用
好用的话给rotate-captcha-crack点个star
rotate-captcha-crack没有开源许可证
此PR也没有开源许可证,所以:
无责任:没有任何担保,k23223不承担任何责任。
由于弟弟库维护人员过多,rotate没有调用和修改其他方法(如preproc)
如果我要调用preproc,那么就得修改preproc
可能导致其他兼容问题,所以全部写在rotate
部分代码是有pycharm自动格式化,无意修改。
测试代码: