diff --git a/deploy/lite/README.md b/deploy/lite/README.md index 7fade218c2a49e2fdfe36a7259fa4d739351bd38..c67c6bbe6385f05695ee1e521f9cef6320a02607 100644 --- a/deploy/lite/README.md +++ b/deploy/lite/README.md @@ -1,6 +1,6 @@ # Paddle-Lite端侧部署 -本教程将介绍基于[Paddle Lite](https://github.com/PaddlePaddle/Paddle-Lite) 在移动端部署PaddleDetection模型的详细步骤。 +本教程将介绍基于[Paddle Lite](https://github.com/PaddlePaddle/Paddle-Lite) 在移动端部署FOM模型的详细步骤。 Paddle Lite是飞桨轻量化推理引擎,为手机、IOT端提供高效推理能力,并广泛整合跨平台硬件,为端侧部署及应用落地问题提供轻量化的部署方案。 @@ -11,7 +11,7 @@ Paddle Lite是飞桨轻量化推理引擎,为手机、IOT端提供高效推理 - 安卓手机(armv7或armv8) ### 1.1 准备交叉编译环境 -交叉编译环境用于编译 Paddle Lite 和 PaddleDetection 的C++ demo。 +交叉编译环境用于编译 Paddle Lite 和 FOM 的C++ demo。 支持多种开发环境,不同开发环境的编译流程请参考对应文档,请确保安装完成Java jdk、Android NDK(R17以上)。 1. [Docker](https://paddle-lite.readthedocs.io/zh/latest/source_compile/compile_env.html#docker) diff --git a/docs/en_US/tutorials/motion_driving.md b/docs/en_US/tutorials/motion_driving.md index 9f8fc2e336186db70a3a28894a15af38f264aee5..b7f4150e58157755925faa86b0f6ea1c3569e39f 100644 --- a/docs/en_US/tutorials/motion_driving.md +++ b/docs/en_US/tutorials/motion_driving.md @@ -190,7 +190,7 @@ The prediction models will be exported to the directory of `output_inference/fom - [Deployment of FOM model with Paddle Lite](https://github.com/PaddlePaddle/PaddleGAN/tree/develop/deploy/lite) -- [FOM-Lite-Demo](https://paddlegan.bj.bcebos.com/applications/first_order_model/paddle_lite/apk/face_detection_demo 2.zip)。For more details, please refer to [Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite) . +- [FOM-Lite-Demo](https://paddlegan.bj.bcebos.com/applications/first_order_model/paddle_lite/apk/fom_demo.zip)。For more details, please refer to [Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite) . Current problems: (a).Paddle Lite performs slightly worse than Paddle Inference,under optimization (b).Run Generator in a single thread, if the number of frames is too large, it will run at the small core rather than the large core. diff --git a/docs/zh_CN/tutorials/motion_driving.md b/docs/zh_CN/tutorials/motion_driving.md index 9cb6af1fddf129a492367d85c3e3ec3208824886..02bee44515227c6d3718c6539d1b45a565bb5dee 100644 --- a/docs/zh_CN/tutorials/motion_driving.md +++ b/docs/zh_CN/tutorials/motion_driving.md @@ -180,7 +180,7 @@ python tools/export_model.py \ #### 4.2 PaddleLite部署 - [使用Paddle Lite部署FOM模型](https://github.com/PaddlePaddle/PaddleGAN/tree/develop/deploy/lite) -- [FOM-Lite-Demo](https://paddlegan.bj.bcebos.com/applications/first_order_model/paddle_lite/apk/face_detection_demo%202.zip)。更多内容,请参考[Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite) +- [FOM-Lite-Demo](https://paddlegan.bj.bcebos.com/applications/first_order_model/paddle_lite/apk/fom_demo.zip)。更多内容,请参考[Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite) 目前问题: (a).Paddle Lite运行效果略差于Paddle Inference,正在优化中 (b).单线程跑Generator,帧数多了会跑到小核不跑大核