Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
weixin_41840029
PaddleOCR
提交
24bb3360
P
PaddleOCR
项目概览
weixin_41840029
/
PaddleOCR
与 Fork 源项目一致
Fork自
PaddlePaddle / PaddleOCR
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
24bb3360
编写于
10月 18, 2021
作者:
M
MissPenguin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update doc
上级
0a63385f
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
22 addition
and
13 deletion
+22
-13
tests/docs/compare_cpp_right.png
tests/docs/compare_cpp_right.png
+0
-0
tests/docs/compare_cpp_wrong.png
tests/docs/compare_cpp_wrong.png
+0
-0
tests/docs/test_cpp.md
tests/docs/test_cpp.md
+6
-3
tests/docs/test_python.md
tests/docs/test_python.md
+6
-0
tests/readme.md
tests/readme.md
+10
-10
未找到文件。
tests/docs/compare_cpp_right.png
0 → 100644
浏览文件 @
24bb3360
49.4 KB
tests/docs/compare_cpp_wrong.png
0 → 100644
浏览文件 @
24bb3360
63.3 KB
tests/docs/test_cpp.md
浏览文件 @
24bb3360
...
...
@@ -19,7 +19,7 @@ C++预测功能测试的主程序为`test_cpp.sh`,可以测试基于C++预测
先运行
`prepare.sh`
准备数据和模型,然后运行
`test_cpp.sh`
进行测试,最终在
```tests/output```
目录下生成
`cpp_infer_*.log`
后缀的日志文件。
```
shell
bash tests/prepare.sh ./tests/configs/ppocr_det_mobile_params.txt
bash tests/prepare.sh ./tests/configs/ppocr_det_mobile_params.txt
"cpp_infer"
# 用法1:
bash tests/test_cpp.sh ./tests/configs/ppocr_det_mobile_params.txt
...
...
@@ -50,7 +50,10 @@ python3.7 tests/compare_results.py --gt_file=./tests/results/cpp_*.txt --log_fi
### 运行结果
正常运行效果如下图:
<img
src=
"compare_right.png"
width=
"1000"
>
<img
src=
"compare_
cpp_
right.png"
width=
"1000"
>
出现不一致结果时的运行输出:
<img
src=
"compare_wrong.png"
width=
"1000"
>
<img
src=
"compare_cpp_wrong.png"
width=
"1000"
>
***
本文档为功能测试用,更详细的c++预测使用教程请参考:
[
服务器端C++预测
](
https://github.com/PaddlePaddle/PaddleOCR/tree/dygraph/deploy/cpp_infer
)
tests/docs/test_python.md
浏览文件 @
24bb3360
...
...
@@ -80,6 +80,7 @@ bash tests/test.sh ./tests/configs/ppocr_det_mobile_params.txt 'whole_train_infe
-
模式5:klquant_infer , 测试离线量化;
```
shell
bash tests/prepare.sh ./tests/configs/ppocr_det_mobile_params.txt
'klquant_infer'
bash tests/test_python.sh tests/configs/ppocr_det_mobile_params.txt
'klquant_infer'
```
...
...
@@ -110,3 +111,8 @@ python3.7 tests/compare_results.py --gt_file=./tests/results/python_*.txt --log
出现不一致结果时的运行输出:
<img
src=
"compare_wrong.png"
width=
"1000"
>
***
本文档为功能测试用,更丰富的训练预测使用教程请参考:
[
模型训练
](
https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/training.md
)
[
基于Python预测引擎推理
](
https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/doc/doc_ch/inference.md
)
tests/readme.md
浏览文件 @
24bb3360
...
...
@@ -9,13 +9,13 @@
打通情况汇总如下,已填写的部分表示可以使用本工具进行一键测试,未填写的表示正在支持中。
| 算法论文 | 模型名称 | 模型类型 |
python训练预测
| 其他 |
| :--- | :--- | :---- | :-------- | :---- |
| DB |ch_ppocr_mobile_v2.0_det | 检测 | 支持 | Paddle Inference: C++
预测
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: Python, C++ / ARM CPU
|
| DB |ch_ppocr_server_v2.0_det | 检测 | 支持 | Paddle Inference: C++
预测
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: Python, C++ / ARM CPU
|
| 算法论文 | 模型名称 | 模型类型 |
基础训练预测
<br>
(模型训练&Python预测)
| 其他 |
| :--- | :--- | :---- | :--------
:
| :---- |
| DB |ch_ppocr_mobile_v2.0_det | 检测 | 支持 | Paddle Inference: C++
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: ARM CPU(C++)
|
| DB |ch_ppocr_server_v2.0_det | 检测 | 支持 | Paddle Inference: C++
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: ARM CPU(C++)
|
| DB |ch_PP-OCRv2_det | 检测 |
| CRNN |ch_ppocr_mobile_v2.0_rec | 识别 | 支持 | Paddle Inference: C++
预测
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: Python, C++ / ARM CPU
|
| CRNN |ch_ppocr_server_v2.0_rec | 识别 | 支持 | Paddle Inference: C++
预测
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: Python, C++ / ARM CPU
|
| CRNN |ch_ppocr_mobile_v2.0_rec | 识别 | 支持 | Paddle Inference: C++
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: ARM CPU(C++)
|
| CRNN |ch_ppocr_server_v2.0_rec | 识别 | 支持 | Paddle Inference: C++
<br>
Paddle Serving: Python, C++
<br>
Paddle-Lite: ARM CPU(C++)
|
| CRNN |ch_PP-OCRv2_rec | 识别 |
| DB |det_mv3_db_v2.0 | 检测 |
| DB |det_r50_vd_db_v2.0 | 检测 |
...
...
@@ -56,10 +56,10 @@ tests/
├── ppocr_rec_server_params.txt
# 测试server版ppocr识别模型的参数配置文件
├── ...
├── results/
# 预先保存的预测结果,用于和实际预测结果进行精读比对
├── p
pocr_det_mobile_results_fp32.txt
# 预存的mobile版ppocr检测模型
fp32精度的结果
├── p
pocr_det_mobile_results_fp16.txt
# 预存的mobile版ppocr检测模型
fp16精度的结果
├──
ppocr_det_mobile_results_fp32_cpp
.txt
# 预存的mobile版ppocr检测模型c++预测的fp32精度的结果
├──
ppocr_det_mobile_results_fp16_cpp
.txt
# 预存的mobile版ppocr检测模型c++预测的fp16精度的结果
├── p
ython_ppocr_det_mobile_results_fp32.txt
# 预存的mobile版ppocr检测模型python预测
fp32精度的结果
├── p
ython_ppocr_det_mobile_results_fp16.txt
# 预存的mobile版ppocr检测模型python预测
fp16精度的结果
├──
cpp_ppocr_det_mobile_results_fp32
.txt
# 预存的mobile版ppocr检测模型c++预测的fp32精度的结果
├──
cpp_ppocr_det_mobile_results_fp16
.txt
# 预存的mobile版ppocr检测模型c++预测的fp16精度的结果
├── ...
├── prepare.sh
# 完成test_*.sh运行所需要的数据和模型下载
├── test_python.sh
# 测试python训练预测的主程序
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录