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
beec2c1e
Commit
beec2c1e
authored
Jul 17, 2020
by
LDOUBLEV
Browse files
fix lite-demo en readme
parent
29193ed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
deploy/lite/readme_en.md
deploy/lite/readme_en.md
+12
-12
No files found.
deploy/lite/readme_en.md
View file @
beec2c1e
# Tutorial of
Deploy
PaddleOCR
on
Mobile
# Tutorial of PaddleOCR Mobile
deployment
This tutorial will introduce how to use paddle-lite to deploy paddleOCR ultra-lightweight Chinese and English detection models on mobile phones.
...
...
@@ -8,9 +8,9 @@ It provides efficient inference capabilities for mobile phones and IOTs,
and extensively integrates cross-platform hardware to provide lightweight
deployment solutions for end-side deployment issues.
## 1. P
REPARATION
## 1. P
reparation
-
Computer (for Compli
e
PaddleLite)
-
Computer (for Comp
i
li
ng
Paddle
Lite)
-
Mobile phone (arm7 or arm8)
## 2. Build ncnn library
...
...
@@ -32,8 +32,8 @@ The structure of the prediction library is as follows:
```
inference_lite_lib.android.armv8/
|-- cxx C++
预测库和头文件
| |-- include C++
头文件
|-- cxx C++
prebuild library
| |-- include C++
| | |-- paddle_api.h
| | |-- paddle_image_preprocess.h
| | |-- paddle_lite_factory_helper.h
...
...
@@ -41,18 +41,18 @@ inference_lite_lib.android.armv8/
| | |-- paddle_use_kernels.h
| | |-- paddle_use_ops.h
| | `-- paddle_use_passes.h
| `-- lib
C++预测库
| |-- libpaddle_api_light_bundled.a C++
静态库
| `-- libpaddle_light_api_shared.so C++
动态库
|-- java Java
预测库
| `-- lib
| |-- libpaddle_api_light_bundled.a C++
static library
| `-- libpaddle_light_api_shared.so C++
dynamic library
|-- java Java
predict library
| |-- jar
| | `-- PaddlePredictor.jar
| |-- so
| | `-- libpaddle_lite_jni.so
| `-- src
|-- demo C++
和Java示例代码
| |-- cxx
C++ 预测库demo
| `-- java
Java 预测库demo
|-- demo C++
and java demo
| |-- cxx
| `-- java
```
...
...
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