[improvement]: openvino upgrade to 2022.3.0 (#1944)
parent
bbee83da6c
commit
1411ed3858
10
README.md
10
README.md
|
@ -30,12 +30,12 @@ English | [简体中文](README_zh-CN.md)
|
|||
|
||||
## Highlights
|
||||
|
||||
The new v1.x version has been released, which is adapted to the preview version of upstream codebase, please **align the version** when using it.
|
||||
The new v1 version has been released, which is adapted to the preview version of upstream codebase, please **align the version** when using it.
|
||||
|
||||
| mmdeploy | mmengine | mmcv | mmdet | others |
|
||||
| :------: | :------: | :----: | :----: | :----: |
|
||||
| 0.x | - | \<=1.x | \<=2.x | 0.x |
|
||||
| 1.x | 0.x | 2.x | 3.x | 1.x |
|
||||
| mmdeploy | mmengine | mmcv | mmdet | others |
|
||||
| :------: | :------: | :------: | :------: | :----: |
|
||||
| 0.x.y | - | \<=1.x.y | \<=2.x.y | 0.x.y |
|
||||
| 1.x.y | 0.x.y | 2.x.y | 3.x.y | 1.x.y |
|
||||
|
||||
## Introduction
|
||||
|
||||
|
|
|
@ -30,12 +30,12 @@
|
|||
|
||||
## 1.x 预览版本
|
||||
|
||||
全新的 v1.x 版本已发布,针对上游算法预览版做适配,使用时务必**对齐版本**。
|
||||
全新的 v1 版本已发布,针对上游算法预览版做适配,使用时务必**对齐版本**。
|
||||
|
||||
| mmdeploy | mmengine | mmcv | mmdet | others |
|
||||
| :------: | :------: | :----: | :----: | :----: |
|
||||
| 0.x | - | \<=1.x | \<=2.x | 0.x |
|
||||
| 1.x | 0.x | 2.x | 3.x | 1.x |
|
||||
| mmdeploy | mmengine | mmcv | mmdet | mmcls and others |
|
||||
| :------: | :------: | :------: | :------: | :--------------: |
|
||||
| 0.x.y | - | \<=1.x.y | \<=2.x.y | 0.x.y |
|
||||
| 1.x.y | 0.x.y | 2.x.y | 3.x.y | 1.x.y |
|
||||
|
||||
## 介绍
|
||||
|
||||
|
|
|
@ -196,11 +196,11 @@ export PPLNN_DIR=$(pwd)
|
|||
<tr>
|
||||
<td>OpenVINO</td>
|
||||
<td>openvino </td>
|
||||
<td>1. Install <a href="https://docs.openvino.ai/2021.4/get_started.html">OpenVINO</a> package
|
||||
<td>1. Install <a href="https://docs.openvino.ai/latest/">OpenVINO</a> package
|
||||
<pre><code>
|
||||
pip install openvino-dev
|
||||
pip install openvino-dev>=2022.3.0
|
||||
</code></pre>
|
||||
2. <b>Optional</b>. If you want to use OpenVINO in MMDeploy SDK, please install and configure it by following the <a href="https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#install-openvino">guide</a>.
|
||||
2. <b>Optional</b>. If you want to use OpenVINO in MMDeploy SDK, please install and configure it by following the <a href="https://docs.openvino.ai/latest/openvino_docs_install_guides_overview.html">guide</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -6,14 +6,14 @@ This tutorial is based on Linux systems like Ubuntu-18.04.
|
|||
|
||||
It is recommended to create a virtual environment for the project.
|
||||
|
||||
1. Install [OpenVINO](https://docs.openvino.ai/2021.4/get_started.html). It is recommended to use the installer or install using pip.
|
||||
1. Install [OpenVINO](https://docs.openvino.ai/latest/get_started.html). It is recommended to use the installer or install using pip.
|
||||
Installation example using [pip](https://pypi.org/project/openvino-dev/):
|
||||
|
||||
```bash
|
||||
pip install openvino-dev
|
||||
pip install openvino-dev>=2022.3.0
|
||||
```
|
||||
|
||||
2. \*`Optional` If you want to use OpenVINO in SDK, you need install OpenVINO with [install_guides](https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#install-openvino).
|
||||
2. \*`Optional` If you want to use OpenVINO in SDK, you need install OpenVINO with [install_guides](https://docs.openvino.ai/latest/openvino_docs_install_guides_overview.html).
|
||||
|
||||
3. Install MMDeploy following the [instructions](../01-how-to-build/build_from_source.md).
|
||||
|
||||
|
|
|
@ -194,11 +194,11 @@ export PPLNN_DIR=$(pwd)
|
|||
<tr>
|
||||
<td>OpenVINO</td>
|
||||
<td>openvino </td>
|
||||
<td>1. 安装 <a href="https://docs.openvino.ai/2021.4/get_started.html">OpenVINO</a>
|
||||
<td>1. 安装 <a href="https://docs.openvino.ai/latest/get_started.html">OpenVINO</a>
|
||||
<pre><code>
|
||||
pip install openvino-dev
|
||||
pip install openvino-dev>=2022.3.0
|
||||
</code></pre>
|
||||
2. <b>可选</b>. 如果您想在 MMDeploy SDK 中使用 OpenVINO,请根据<a href="https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#install-openvino">指南</a>安装并配置它
|
||||
2. <b>可选</b>. 如果您想在 MMDeploy SDK 中使用 OpenVINO,请根据<a href="https://docs.openvino.ai/latest/openvino_docs_install_guides_overview.html">指南</a>安装并配置它
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -6,14 +6,14 @@ This tutorial is based on Linux systems like Ubuntu-18.04.
|
|||
|
||||
It is recommended to create a virtual environment for the project.
|
||||
|
||||
1. Install [OpenVINO](https://docs.openvino.ai/2021.4/get_started.html). It is recommended to use the installer or install using pip.
|
||||
1. Install [OpenVINO](https://docs.openvino.ai/latest/get_started.html). It is recommended to use the installer or install using pip.
|
||||
Installation example using [pip](https://pypi.org/project/openvino-dev/):
|
||||
|
||||
```bash
|
||||
pip install openvino-dev
|
||||
pip install openvino-dev>=2022.3.0
|
||||
```
|
||||
|
||||
2. \*`Optional` If you want to use OpenVINO in SDK, you need install OpenVINO with [install_guides](https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#install-openvino).
|
||||
2. \*`Optional` If you want to use OpenVINO in SDK, you need install OpenVINO with [install_guides](https://docs.openvino.ai/latest/openvino_docs_install_guides_overview.html).
|
||||
|
||||
3. Install MMDeploy following the [instructions](../01-how-to-build/build_from_source.md).
|
||||
|
||||
|
|
|
@ -7,5 +7,5 @@ mmpose>=0.24.0,<=0.25.1
|
|||
mmrazor>=0.3.0
|
||||
mmsegmentation
|
||||
onnxruntime>=1.8.0
|
||||
openvino-dev
|
||||
openvino-dev>=2022.3.0
|
||||
tqdm
|
||||
|
|
Loading…
Reference in New Issue