From 7fb450e5b198bd61fa250b1e5c5d96f1cd6add0a Mon Sep 17 00:00:00 2001 From: cuicheng01 Date: Wed, 27 Oct 2021 03:52:01 +0000 Subject: [PATCH] update lite doc --- PTDN/docs/test_lite.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PTDN/docs/test_lite.md b/PTDN/docs/test_lite.md index 31368c7a..25855aa2 100644 --- a/PTDN/docs/test_lite.md +++ b/PTDN/docs/test_lite.md @@ -22,10 +22,10 @@ Lite预测功能测试的主程序为`test_lite.sh`,可以测试基于Lite预 ```shell # 数据和模型准备 -bash PTDN/prepare.sh ./PTDN/configs/ppocr_det_mobile_params.txt "lite_infer" +bash test_tipc/prepare.sh ./test_tipc/configs/ppocr_det_mobile_params.txt "lite_infer" # 手机端测试: -bash PTND/test_lite.sh ./PTDN/configs/ppocr_det_mobile_params.txt +bash PTND/test_lite.sh ./test_tipc/configs/ppocr_det_mobile_params.txt ``` @@ -62,4 +62,4 @@ Run failed with command xxx ## 3. 更多教程 -本文档为功能测试用,更详细的Lite端预测使用教程请参考:[Lite端部署](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/lite/readme.md)。 \ No newline at end of file +本文档为功能测试用,更详细的Lite端预测使用教程请参考:[Lite端部署](https://github.com/PaddlePaddle/PaddleOCR/blob/develop/deploy/lite/readme.md)。 -- GitLab