Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
40f20c6f
Commit
40f20c6f
authored
Apr 09, 2021
by
WenmuZhou
Browse files
update doc
parent
af1ac7c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
deploy/lite/readme.md
deploy/lite/readme.md
+2
-2
deploy/lite/readme_en.md
deploy/lite/readme_en.md
+2
-3
No files found.
deploy/lite/readme.md
View file @
40f20c6f
...
@@ -248,7 +248,7 @@ use_direction_classify 0 # 是否使用方向分类器,0表示不使用,1
...
@@ -248,7 +248,7 @@ use_direction_classify 0 # 是否使用方向分类器,0表示不使用,1
adb shell
adb shell
cd /data/local/tmp/debug
cd /data/local/tmp/debug
export LD_LIBRARY_PATH=${PWD}:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${PWD}:$LD_LIBRARY_PATH
./ocr_db_crnn ch_ppocr_mobile_v2.0_det_opt.nb
b
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到手机上。
如果对代码做了修改,则需要重新编译并push到手机上。
...
@@ -256,7 +256,7 @@ use_direction_classify 0 # 是否使用方向分类器,0表示不使用,1
...
@@ -256,7 +256,7 @@ use_direction_classify 0 # 是否使用方向分类器,0表示不使用,1
运行效果如下:
运行效果如下:
<div
align=
"center"
>
<div
align=
"center"
>
<img
src=
"../imgs_results/lite_demo.png"
width=
"600"
>
<img
src=
"../
../doc/
imgs_results/lite_demo.png"
width=
"600"
>
</div>
</div>
...
...
deploy/lite/readme_en.md
View file @
40f20c6f
...
@@ -248,7 +248,7 @@ After the above steps are completed, you can use adb to push the file to the pho
...
@@ -248,7 +248,7 @@ After the above steps are completed, you can use adb to push the file to the pho
adb shell
adb shell
cd /data/local/tmp/debug
cd /data/local/tmp/debug
export LD_LIBRARY_PATH=${PWD}:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${PWD}:$LD_LIBRARY_PATH
./ocr_db_crnn ch_ppocr_mobile_v2.0_det_opt.nb
b
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.
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.
...
@@ -256,10 +256,9 @@ If you modify the code, you need to recompile and push to the phone.
The outputs are as follows:
The outputs are as follows:
<div
align=
"center"
>
<div
align=
"center"
>
<img
src=
"../imgs_results/lite_demo.png"
width=
"600"
>
<img
src=
"../
../doc/
imgs_results/lite_demo.png"
width=
"600"
>
</div>
</div>
## FAQ
## FAQ
Q1: What if I want to change the model, do I need to run it again according to the process?
Q1: What if I want to change the model, do I need to run it again according to the process?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment