Skip to content

tsstss123/CGZZT

Repository files navigation

CGZZT

a simple Chinese CAPTCHA Recognition Tool

工具准备

代码说明

wind.py

启动一个GUI展示预测功能(需要网络,自动从网站上下载并预测,人工统计正确率)

-symbol.json

网络结构

.params

网络参数

char.pki

字符编号

Mxnet Build tutorials

# Clone mxnet repository. In terminal, run the commands WITHOUT "sudo"
git clone https://github.com/dmlc/mxnet.git ~/MXNet/mxnet --recursive

# Install MXNet dependencies
cd ~/MXNet/mxnet/setup-utils
bash install-mxnet-ubuntu.sh

# We have added MXNet Python package path in your ~/.bashrc. 
# Run below command to refresh environment variables.
$ source ~/.bashrc

Git使用说明

先本地设置好,fork一份到自己的仓库,用https方法clone一份到本机

添加我的仓库为远程源

git remote -v
git remote add upstream https://github.com/tsstss123/CGZZT/

从主仓库拉更新

git fetch upstream
git merge upstream/master

在github网页上更新的方法

fork后如何同步源的新更新

向我提交代码,向我发起pull request即可

git学习参考

史上最浅显易懂的Git教程! 廖雪峰

Pro Git(中文版)

Git远程操作详解 阮一峰

fork后如何跟上源repo的变化

Markdown学习参考

Markdown入门指南

About

a simple Chinese CAPTCHA Recognition Tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages