Commit 7fb450e5 authored by cuicheng01's avatar cuicheng01
Browse files

update lite doc

parent 5cabafb5
...@@ -22,10 +22,10 @@ Lite预测功能测试的主程序为`test_lite.sh`,可以测试基于Lite预 ...@@ -22,10 +22,10 @@ Lite预测功能测试的主程序为`test_lite.sh`,可以测试基于Lite预
```shell ```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
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment