dianxuan/README.md
2023-12-07 14:17:31 +08:00

73 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 点选
基于孪生神经网络实现的点选识别
## 温馨提示
该项目仅供学习研究改进点选验证码的安全性,请勿用于商用或其他带有攻击性质的业务场景中!!!
## 效果
4090训练100轮 测试集可以达到98.6%以上,基本上已经破解了该类验证码。
![效果演示](./beeb1dc9cdf4f18a98a51d631745ba75.png "效果演示")
## 坑
注意啊建议重新把yolo分割文字那个部分训练下因为我这个样本是别人从前台截图后标注训练的导致泛化性能不是很好
有能力的话建议把样本都重新标注下。
### 如何使用?
下载数据集和预训练模型https://systems.lanzout.com/iWUqz15mo57a
#### 环境安装
安装环境我用到的是python3.8
```
conda create -n geetest python=3.8
```
安装必要的环境
```
pip3 install -r requirement.txt
```
### CUDA安装
换conda源
```
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/
conda config --set show_channel_urls yes
```
安装cuda和 cudnn
```
conda install cudnn=8.1.0.77 cudatoolkit=11.2.0
```
#### 数据准备
准备数据集放入data中格式为 id_序号.jpg|pngid可以采用uuid序号第一张图是1第二张图是2只能两张图
例如,相同的两个字, ``xxxxx_1.jpg``和``xxxxx_2.jpg``
### 训练模型
配置训练参数,config.py中一般来说只需要配置gpu就行了如果你没有gpu就不填就自动使用cpu
开始训练
```
python train.py
```
预测
```
python predict.py
```
## 最后
邮箱wlkjyy@vip.qq.com
# 希望各位大佬打赏点,前期找人标注花了不少的资金!!!!