Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PaddleOCR
提交
6c6f88b9
P
PaddleOCR
项目概览
PaddlePaddle
/
PaddleOCR
大约 1 年 前同步成功
通知
1528
Star
32962
Fork
6643
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
108
列表
看板
标记
里程碑
合并请求
7
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PaddleOCR
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
108
Issue
108
列表
看板
标记
里程碑
合并请求
7
合并请求
7
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
6c6f88b9
编写于
11月 11, 2021
作者:
C
cuicheng01
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update tipc lite demo
上级
d515dd51
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
3 addition
and
4 deletion
+3
-4
test_tipc/docs/test_lite_arm_cpu_cpp.md
test_tipc/docs/test_lite_arm_cpu_cpp.md
+1
-1
test_tipc/prepare_lite.sh
test_tipc/prepare_lite.sh
+0
-1
test_tipc/readme.md
test_tipc/readme.md
+2
-2
未找到文件。
test_tipc/docs/test_lite_arm_cpu_cpp.md
浏览文件 @
6c6f88b9
# Lite\_arm\_cpu\_cpp预测功能测试
Lite
\_
arm
\_
cpu
\_
cpp预测功能测试的主程序为
`test_lite_arm_cpu_cpp.sh`
,可以在ARM CPU上基于Lite预测库测试模型C++推理功能。
Lite
\_
arm
\_
cpu
\_
cpp预测功能测试的主程序为
`test_lite_arm_cpu_cpp.sh`
,可以在ARM CPU上基于Lite预测库测试模型
的
C++推理功能。
## 1. 测试结论汇总
...
...
test_tipc/prepare_lite.sh
浏览文件 @
6c6f88b9
...
...
@@ -22,7 +22,6 @@ for model in ${lite_model_list[*]}; do
model_file
=
${
model_dir
}
/inference.pdmodel
param_file
=
${
model_dir
}
/inference.pdiparams
paddle_lite_opt
--model_dir
=
${
model_dir
}
--model_file
=
${
model_file
}
--param_file
=
${
param_file
}
--valid_targets
=
arm
--optimize_out
=
${
model_dir
}
_opt
echo
"paddle_lite_opt --model_dir=
${
model_dir
}
--model_file=
${
model_file
}
--param_file=
${
param_file
}
--valid_targets=arm --optimize_out=
${
model_dir
}
_opt"
done
# prepare test data
...
...
test_tipc/readme.md
浏览文件 @
6c6f88b9
...
...
@@ -80,7 +80,7 @@ test_tipc/
├── test_train_inference_python.sh
# 测试python训练预测的主程序
├── test_inference_cpp.sh
# 测试c++预测的主程序
├── test_serving.sh
# 测试serving部署预测的主程序
├── test_lite
.sh
# 测试lite部署
预测的主程序
├── test_lite
_arm_cpu_cpp.sh
# 测试lite在arm_cpu上部署的C++
预测的主程序
├── compare_results.py
# 用于对比log中的预测结果与results中的预存结果精度误差是否在限定范围内
└── readme.md
# 使用文档
```
...
...
@@ -107,4 +107,4 @@ test_tipc/
[
test_train_inference_python 使用
](
docs/test_train_inference_python.md
)
[
test_inference_cpp 使用
](
docs/test_inference_cpp.md
)
[
test_serving 使用
](
docs/test_serving.md
)
[
test_lite
使用
](
docs/test_lite
.md
)
[
test_lite
_arm_cpu_cpp 使用
](
docs/test_lite_arm_cpu_cpp
.md
)
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录