Browse Source

Update export_openvino_model.md

fix
syyxsxx 5 years ago
parent
commit
da09dc31ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/deploy/openvino/export_openvino_model.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/`演示**。