From 40f20c6f598b996f1e1047410825bebf2d2c7353 Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Fri, 9 Apr 2021 18:24:18 +0800 Subject: [PATCH] update doc --- deploy/lite/readme.md | 4 ++-- deploy/lite/readme_en.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/deploy/lite/readme.md b/deploy/lite/readme.md index 5f12ffdb..aa464053 100644 --- a/deploy/lite/readme.md +++ b/deploy/lite/readme.md @@ -248,7 +248,7 @@ use_direction_classify 0 # 是否使用方向分类器,0表示不使用,1 adb shell cd /data/local/tmp/debug export LD_LIBRARY_PATH=${PWD}:$LD_LIBRARY_PATH - ./ocr_db_crnn ch_ppocr_mobile_v2.0_det_opt.nbb ch_ppocr_mobile_v2.0_rec_opt.nb ch_ppocr_mobile_v2.0_cls_opt.nb ./11.jpg ppocr_keys_v1.txt + ./ocr_db_crnn ch_ppocr_mobile_v2.0_det_opt.nb ch_ppocr_mobile_v2.0_rec_opt.nb ch_ppocr_mobile_v2.0_cls_opt.nb ./11.jpg ppocr_keys_v1.txt ``` 如果对代码做了修改,则需要重新编译并push到手机上。 @@ -256,7 +256,7 @@ use_direction_classify 0 # 是否使用方向分类器,0表示不使用,1 运行效果如下:
- +
diff --git a/deploy/lite/readme_en.md b/deploy/lite/readme_en.md index 34512fca..190a1a22 100644 --- a/deploy/lite/readme_en.md +++ b/deploy/lite/readme_en.md @@ -248,7 +248,7 @@ After the above steps are completed, you can use adb to push the file to the pho adb shell cd /data/local/tmp/debug export LD_LIBRARY_PATH=${PWD}:$LD_LIBRARY_PATH - ./ocr_db_crnn ch_ppocr_mobile_v2.0_det_opt.nbb ch_ppocr_mobile_v2.0_rec_opt.nb ch_ppocr_mobile_v2.0_cls_opt.nb ./11.jpg ppocr_keys_v1.txt + ./ocr_db_crnn ch_ppocr_mobile_v2.0_det_opt.nb ch_ppocr_mobile_v2.0_rec_opt.nb ch_ppocr_mobile_v2.0_cls_opt.nb ./11.jpg ppocr_keys_v1.txt ``` If you modify the code, you need to recompile and push to the phone. @@ -256,10 +256,9 @@ If you modify the code, you need to recompile and push to the phone. The outputs are as follows:
- +
- ## FAQ Q1: What if I want to change the model, do I need to run it again according to the process? -- GitLab