未验证 提交 aacb294d 编写于 作者: Q qingqing01 提交者: GitHub

Update deploy doc. (#2986)

* Update README.md
上级 9dadaae7
......@@ -58,12 +58,12 @@ sh scripts/build.sh
- 手机移动端部署,请参考[Paddle-Lite-Demo](https://github.com/PaddlePaddle/Paddle-Lite-Demo)部署。
## 4.BenchMark测试
- 使用导出的模型,运行BenchMark批量测试脚本:
## 4.Benchmark测试
- 使用导出的模型,运行Benchmark批量测试脚本:
```shell
sh deploy/benchmark/benchmark_ppdet.sh {model_dir} {model_name}
sh deploy/benchmark/benchmark.sh {model_dir} {model_name}
```
**注意** 如果是量化模型,请使用`deploy/benchmark/benchmark_ppdet_quant.sh`脚本。
**注意** 如果是量化模型,请使用`deploy/benchmark/benchmark_quant.sh`脚本。
- 将测试结果log导出至Excel中:
```
python deploy/benchmark/log_parser_excel.py --log_path=./output_pipeline --output_name=benchmark_excel.xlsx
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册