浏览代码

Merge branch 'develop' of https://github.com/syyxsxx/PaddleX into develop

wangsiyuan06 5 年之前
父节点
当前提交
27ba4ed3ef
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/deploy/openvino/export_openvino_model.md
  2. 1 1
      docs/deploy/raspberry/Raspberry.md

+ 1 - 1
docs/deploy/openvino/export_openvino_model.md

@@ -7,7 +7,7 @@
 * PaddleX 1.2+
 * OpenVINO 2021.1+
 
-**说明**:PaddleX安装请参考[PaddleX](https://paddlex.readthedocs.io/zh_CN/develop/install.html) , OpenVINO安装请参考[OpenVINO](https://docs.openvinotoolkit.org/latest/index.html),ONNX请安装1.6.0以上版本否则会出现转模型错误。
+**说明**:PaddleX安装请参考[PaddleX](https://paddlex.readthedocs.io/zh_CN/develop/install.html) , OpenVINO安装请参考[OpenVINO](https://docs.openvinotoolkit.org/latest/index.html),ONNX请安装1.6.0以上版本否则会出现转模型错误。  
 **注意**:安装OpenVINO时请务必安装官网教程初始化OpenVINO运行环境,并安装相关依赖  
 
 请确保系统已经安装好上述基本软件,**下面所有示例以工作目录 `/root/projects/`演示**。

+ 1 - 1
docs/deploy/raspberry/Raspberry.md

@@ -54,7 +54,7 @@ git clone https://github.com/PaddlePaddle/Paddle-Lite.git
 cd Paddle-Lite
 sudo ./lite/tools/build.sh  --arm_os=armlinux --arm_abi=armv7hf --arm_lang=gcc  --build_extra=ON full_publish
 ```
-对于armv7hf的架构预编库位置:`./build.lite.armlinux.armv7hf.gcc/inference_lite_lib.armlinux.armv7hf/cxx`  
+预编库位置:`./build.lite.armlinux.armv7hf.gcc/inference_lite_lib.armlinux.armv7hf/cxx`  
 
 **注意**:预测库版本需要跟opt版本一致,检测与分割请使用Paddle-LITE的full版本预测库,更多Paddle-Lite编译内容请参考[Paddle-Lite编译](https://paddle-lite.readthedocs.io/zh/latest/user_guides/source_compile.html);更多预编译Paddle-Lite预测库请参考[Paddle-Lite Release Note](https://github.com/PaddlePaddle/Paddle-Lite/releases)