[improvement]: openvino upgrade to 2022.3.0 (#1944)

pull/1974/head
tpoisonooo 2023-03-31 14:08:07 +08:00 committed by GitHub
parent bbee83da6c
commit 1411ed3858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 23 deletions

View File

@ -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

View File

@ -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 |
## 介绍

View File

@ -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>

View File

@ -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).

View File

@ -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>

View File

@ -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).

View File

@ -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