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