Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
chineseocr_lite_onnxruntime
Commits
c878a3ed
Commit
c878a3ed
authored
May 06, 2025
by
chenzk
Browse files
Update sf.md
parent
7ae4696c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
c878a3ed
...
@@ -16,17 +16,17 @@ https://arxiv.org/pdf/1512.03385.pdf
...
@@ -16,17 +16,17 @@ https://arxiv.org/pdf/1512.03385.pdf
## 模型结构
## 模型结构
det:
det:


rec:
rec:


cls:
cls:


## 算法原理
## 算法原理


## 数据集
## 数据集
推荐使用icdar2015数据集
[
icdar2015
](
https://rrc.cvc.uab.es/?ch=4&com=downloads
)
。
推荐使用icdar2015数据集
[
icdar2015
](
https://rrc.cvc.uab.es/?ch=4&com=downloads
)
。
...
@@ -82,7 +82,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/eval.py -c configs/c
...
@@ -82,7 +82,7 @@ python3 -m paddle.distributed.launch --gpus '0,1,2,3' tools/eval.py -c configs/c
python3 main.py --img_dir="./images/" --det_model_dir="./models/dbnet.onnx" --rec_model_dir="./models/crnn_lite_lstm.onnx" --cls_model_dir="./models/angle_net.onnx" --use_angle_cls=1 --warmup=1
python3 main.py --img_dir="./images/" --det_model_dir="./models/dbnet.onnx" --rec_model_dir="./models/crnn_lite_lstm.onnx" --cls_model_dir="./models/angle_net.onnx" --use_angle_cls=1 --warmup=1
```
```
## result
## result


### 精度
### 精度
检测模型测试
检测模型测试
...
@@ -100,7 +100,7 @@ ocr
...
@@ -100,7 +100,7 @@ ocr
### 热点应用行业
### 热点应用行业
制造,金融,交通,教育,医疗
制造,金融,交通,教育,医疗
## 源码仓库及问题反馈
## 源码仓库及问题反馈
https://developer.
hpccube.com
/codes/modelzoo/chineseocr_lite_onnx
https://developer.
sourcefind.cn
/codes/modelzoo/chineseocr_lite_onnx
## 参考资料
## 参考资料
*
[
chineseocr_lite
](
https://github.com/DayBreak-u/chineseocr_lite
)
*
[
chineseocr_lite
](
https://github.com/DayBreak-u/chineseocr_lite
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment