Merge pull request #1442 from LDOUBLEV/fix_lite_doc

update lite doc
This commit is contained in:
MissPenguin 2020-12-15 22:55:44 +08:00 committed by GitHub
commit 3af8e009c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ Paddle Lite是飞桨轻量化推理引擎为手机、IOT端提供高效推理
- 电脑编译Paddle Lite
- 安卓手机armv7或armv8
***注意: PaddleOCR 移动端部署当前不支持动态图模型只支持静态图保存的模型。当前PaddleOCR静态图的分支是`release/static`。***
### 1.1 准备交叉编译环境
交叉编译环境用于编译 Paddle Lite 和 PaddleOCR 的C++ demo。
支持多种开发环境,不同开发环境的编译流程请参考对应文档。

View File

@ -13,6 +13,8 @@ deployment solutions for end-side deployment issues.
- Computer (for Compiling Paddle Lite)
- Mobile phone (arm7 or arm8)
***Note: PaddleOCR lite deployment currently does not support dynamic graph models, only models saved with static graph. The static branch of PaddleOCR is `release/static`.***
## 2. Build PaddleLite library
1. [Docker](https://paddle-lite.readthedocs.io/zh/latest/source_compile/compile_env.html#docker)
2. [Linux](https://paddle-lite.readthedocs.io/zh/latest/source_compile/compile_env.html#linux)