suixin1424 / mouse_controlLinks
一种基于神经网络来模拟人手移动鼠标的方法
☆155Updated 4 months ago
Alternatives and similar repositories for mouse_control
Users that are interested in mouse_control are comparing it to the libraries listed below
Sorting:
- 验证码识别☆17Updated last month
- ☆18Updated 4 months ago
- 模拟人手轨迹☆164Updated 2 years ago
- 更加快速的获取框的模型☆66Updated last year
- python模拟鼠标滑动轨迹☆148Updated 2 years ago
- 用于点选汉字或者图标是否一样 基于孪生网络☆76Updated last year
- 调用罗技键鼠驱动☆130Updated 4 months ago
- 基于孪生神经网络实现的点选识别☆155Updated last year
- 滑块验证码识别,基于YOLOv8训练,支持单缺口、多缺口、截图识别,pip安装即可使用,感谢Star☆203Updated this week
- 随着互联网技术的发展,鼠标轨迹识别算法在很多人机交互产品中的需求日益增加,比如,一些网站为了防止被爬,增加了一些滑块验证码,但是一些软件已经可以模拟人的行为破解滑块验证码。本项目就是通过对鼠标轨迹的特征分析,判定是否是人的行为还是机器行为。常见应用场景:网站反爬虫、在线考试…