diff --git a/README.md b/README.md index 12f3189f5..79426b280 100644 --- a/README.md +++ b/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 diff --git a/README_zh-CN.md b/README_zh-CN.md index c4a24dd18..68260c3dc 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -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 | ## 介绍 diff --git a/docs/en/01-how-to-build/linux-x86_64.md b/docs/en/01-how-to-build/linux-x86_64.md index c4df79957..0b4c79930 100644 --- a/docs/en/01-how-to-build/linux-x86_64.md +++ b/docs/en/01-how-to-build/linux-x86_64.md @@ -196,11 +196,11 @@ export PPLNN_DIR=$(pwd) OpenVINO openvino - 1. Install OpenVINO package + 1. Install OpenVINO package

-pip install openvino-dev
+pip install openvino-dev>=2022.3.0
 
-2. Optional. If you want to use OpenVINO in MMDeploy SDK, please install and configure it by following the guide. +2. Optional. If you want to use OpenVINO in MMDeploy SDK, please install and configure it by following the guide. diff --git a/docs/en/05-supported-backends/openvino.md b/docs/en/05-supported-backends/openvino.md index 44034b4e8..9787ffa02 100644 --- a/docs/en/05-supported-backends/openvino.md +++ b/docs/en/05-supported-backends/openvino.md @@ -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). diff --git a/docs/zh_cn/01-how-to-build/linux-x86_64.md b/docs/zh_cn/01-how-to-build/linux-x86_64.md index 6ce0db521..7323152ab 100644 --- a/docs/zh_cn/01-how-to-build/linux-x86_64.md +++ b/docs/zh_cn/01-how-to-build/linux-x86_64.md @@ -194,11 +194,11 @@ export PPLNN_DIR=$(pwd) OpenVINO openvino - 1. 安装 OpenVINO + 1. 安装 OpenVINO

-pip install openvino-dev
+pip install openvino-dev>=2022.3.0
 
-2. 可选. 如果您想在 MMDeploy SDK 中使用 OpenVINO,请根据指南安装并配置它 +2. 可选. 如果您想在 MMDeploy SDK 中使用 OpenVINO,请根据指南安装并配置它 diff --git a/docs/zh_cn/05-supported-backends/openvino.md b/docs/zh_cn/05-supported-backends/openvino.md index 9eccc3cc4..90b047dbb 100644 --- a/docs/zh_cn/05-supported-backends/openvino.md +++ b/docs/zh_cn/05-supported-backends/openvino.md @@ -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). diff --git a/requirements/optional.txt b/requirements/optional.txt index 70315e40e..aefd71df0 100644 --- a/requirements/optional.txt +++ b/requirements/optional.txt @@ -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