Giter Club home page Giter Club logo

geetestcrack's Introduction

GeetestCrack

基于yolov5的极验空间推理验证码模型训练

测试接口

接口随时都可能会关掉,如果不通就是被我关掉了。
测试接口:http://49.234.3.186:8888/index
限制每天500次请求,每小时100次请求,每分钟60次请求。(总计)
该接口仅用于学术交流,不得任何商业使用!

GET请求参数

参数
gt c9428d9361cd70d26e28d7cd780ec640
challenge 9a5d3a1db9dadbaa867f6a34a5512740

请求成功示例

{
  "msg":[],
  "result":"success",
  "score":"1",
  "validate":"ac00fdb3bc74b012c3b82cca057675fa" #使用challenge和validate一起提交验证即可
}

验证码问题求解思路

训练模型比较简单,我自己标记了100张图的标签,可以直接训练,也可以直接用我训练好的权重文件best.pt,训练了大概700次左右,感觉效果还是不错的,我认为比较麻烦的部分还是分析问题找出符合条件的物体,我写出的逻辑识别成功率大概在80%,暂时不公开逻辑。
请点击在黄色圆柱体后面的黄色物体。判断前后左右,可以根据物体底部的xy坐标。
请点击与绿色物品有相同大小的球。判断相同大小,可以对比符合条件的物体的二维面积,最相近的可以认为相同大小。

image image image image

免责声明

该项目仅用于学术交流,不得任何商业使用!

geetestcrack's People

Contributors

xiaoheimaoo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.