Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
a645162 committed Apr 8, 2024
1 parent 0fd33a0 commit d62d623
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

上海海事大学统一认证平台验证码本地OCR识别Qt跨平台部署方案。

本项目不再维护!

## 技术栈

- C++
Expand All @@ -20,6 +22,8 @@

### 服务器部署模型

验证码OCR识别系列项目今后将只会维护推理服务器(shmtu-cas-ocr-server)这一个项目。

[https://github.com/a645162/shmtu-cas-ocr-server](https://github.com/a645162/shmtu-cas-ocr-server)

注:这个项目为王老师的研究生课程《机器视觉》的课程设计项目,仅用作学习用途!!!
Expand All @@ -31,15 +35,28 @@
* Go版(为Wails桌面客户端做准备)
[https://github.com/a645162/shmtu-cas-go](https://github.com/a645162/shmtu-cas-go)
* Rust版(未来想做Tauri桌面客户端可能会移植)
ps.功能其实和Golang版本没啥区别,甚至可能实现地更费劲,Golang的移植已经让我比较抓狂了,虽然Rust我也是会的,但是或许不会做。。。

注:这个项目为王老师的研究生课程《机器视觉》的课程设计项目,仅用作学习用途!!!

### 模型训练

神经网络图像分类模型训练
**神经网络图像分类模型训练**

使用PyTorch以及经典网络ResNet

[https://github.com/a645162/shmtu-cas-ocr-model](https://github.com/a645162/shmtu-cas-ocr-model)

**人工标注的数据集(2选1下载)**

* Hugging Face
https://huggingface.co/datasets/a645162/shmtu_cas_validate_code
* Gitee AI(国内较快)
https://ai.gitee.com/datasets/a645162/shmtu_cas_validate_code

训练代码中包含爬虫代码,以及自动测试识别结果代码。
您可以对其修改,对测试通过的图片进行标注,这样可以获得准确的标注。

注:这个项目为王老师的研究生课程《机器视觉》的课程设计项目,仅用作学习用途!!!

### 模型本地部署
Expand Down

0 comments on commit d62d623

Please sign in to comment.