diff --git a/.ci/azure/android_arm64.yml b/.ci/azure/android_arm64.yml index 715bd20f37f..9ca378e6e6b 100644 --- a/.ci/azure/android_arm64.yml +++ b/.ci/azure/android_arm64.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md resources: repositories: diff --git a/.ci/azure/linux.yml b/.ci/azure/linux.yml index eb25e1cc2c8..771d094d0ce 100644 --- a/.ci/azure/linux.yml +++ b/.ci/azure/linux.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md resources: repositories: diff --git a/.ci/azure/linux_arm64.yml b/.ci/azure/linux_arm64.yml index c906d4f5652..f30866e8aea 100644 --- a/.ci/azure/linux_arm64.yml +++ b/.ci/azure/linux_arm64.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md resources: repositories: diff --git a/.ci/azure/linux_conditional_compilation.yml b/.ci/azure/linux_conditional_compilation.yml index 8a39e77cc7a..a829f1d3542 100644 --- a/.ci/azure/linux_conditional_compilation.yml +++ b/.ci/azure/linux_conditional_compilation.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md jobs: - job: LinCC diff --git a/.ci/azure/linux_cuda.yml b/.ci/azure/linux_cuda.yml index cbfc27b7b82..26f34f69e64 100644 --- a/.ci/azure/linux_cuda.yml +++ b/.ci/azure/linux_cuda.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md resources: repositories: diff --git a/.ci/azure/linux_debian.yml b/.ci/azure/linux_debian.yml index d987ad02e5a..805acec0605 100644 --- a/.ci/azure/linux_debian.yml +++ b/.ci/azure/linux_debian.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md resources: repositories: diff --git a/.ci/azure/linux_ngraph_onnx.yml b/.ci/azure/linux_ngraph_onnx.yml index 93a722770ae..5a916bdbb50 100644 --- a/.ci/azure/linux_ngraph_onnx.yml +++ b/.ci/azure/linux_ngraph_onnx.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md jobs: - job: OpenVINO_ONNX_CI diff --git a/.ci/azure/linux_onnxruntime.yml b/.ci/azure/linux_onnxruntime.yml index 5f58dbb4f85..253b442784a 100644 --- a/.ci/azure/linux_onnxruntime.yml +++ b/.ci/azure/linux_onnxruntime.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md jobs: - job: onnxruntime diff --git a/.ci/azure/mac.yml b/.ci/azure/mac.yml index f552a085d32..22bbc52ad9f 100644 --- a/.ci/azure/mac.yml +++ b/.ci/azure/mac.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md resources: repositories: diff --git a/.ci/azure/windows.yml b/.ci/azure/windows.yml index 2dbf79a6b3b..83edf561722 100644 --- a/.ci/azure/windows.yml +++ b/.ci/azure/windows.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md resources: repositories: diff --git a/.ci/azure/windows_conditional_compilation.yml b/.ci/azure/windows_conditional_compilation.yml index d70aa7d4392..38530d4321d 100644 --- a/.ci/azure/windows_conditional_compilation.yml +++ b/.ci/azure/windows_conditional_compilation.yml @@ -8,6 +8,7 @@ trigger: - docs/ - /**/docs/* - /**/*.md + - README.md pr: branches: @@ -19,6 +20,7 @@ pr: - docs/ - /**/docs/* - /**/*.md + - README.md jobs: - job: WinCC diff --git a/README.md b/README.md index 879be8daff6..ab3135ed86b 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,18 @@ source and public models in popular formats such as TensorFlow, ONNX, PaddlePadd ### Components * [OpenVINO™ Runtime] - is a set of C++ libraries with C and Python bindings providing a common API to deliver inference solutions on the platform of your choice. - * [core](https://github.com/openvinotoolkit/openvino/tree/master/src/core) - provides the base API for model representation and modification. - * [inference](https://github.com/openvinotoolkit/openvino/tree/master/src/inference) - provides an API to infer models on device. - * [transformations](https://github.com/openvinotoolkit/openvino/tree/master/src/common/transformations) - contains the set of common transformations which are used in OpenVINO plugins. - * [low precision transformations](https://github.com/openvinotoolkit/openvino/tree/master/src/common/low_precision_transformations) - contains the set of transformations which are used in low precision models - * [bindings](https://github.com/openvinotoolkit/openvino/tree/master/src/bindings) - contains all available OpenVINO bindings which are maintained by OpenVINO team. - * [c](https://github.com/openvinotoolkit/openvino/tree/master/src/bindings/c) - provides C API for OpenVINO™ Runtime - * [python](https://github.com/openvinotoolkit/openvino/tree/master/src/bindings/python) - Python API for OpenVINO™ Runtime -* [Plugins](https://github.com/openvinotoolkit/openvino/tree/master/src/plugins) - contains OpenVINO plugins which are maintained in open-source by OpenVINO team. For more information please take a look to the [list of supported devices](#supported-hardware-matrix). -* [Frontends](https://github.com/openvinotoolkit/openvino/tree/master/src/frontends) - contains available OpenVINO frontends which allow to read model from native framework format. + * [core](./src/core) - provides the base API for model representation and modification. + * [inference](./src/inference) - provides an API to infer models on the device. + * [transformations](./src/common/transformations) - contains the set of common transformations which are used in OpenVINO plugins. + * [low precision transformations](./src/common/low_precision_transformations) - contains the set of transformations that are used in low precision models + * [bindings](./src/bindings) - contains all available OpenVINO bindings which are maintained by the OpenVINO team. + * [c](./src/bindings/c) - provides C API for OpenVINO™ Runtime + * [python](./src/bindings/python) - Python API for OpenVINO™ Runtime +* [Plugins](./src/plugins) - contains OpenVINO plugins which are maintained in open-source by OpenVINO team. For more information, take a look at the [list of supported devices](#supported-hardware-matrix). +* [Frontends](./src/frontends) - contains available OpenVINO frontends that allow reading models from the native framework format. * [Model Optimizer] - is a cross-platform command-line tool that facilitates the transition between training and deployment environments, performs static model analysis, and adjusts deep learning models for optimal execution on end-point target devices. * [Post-Training Optimization Tool] - is designed to accelerate the inference of deep learning models by applying special methods without model retraining or fine-tuning, for example, post-training 8-bit quantization. -* [Samples] - applications on C, C++ and Python languages which shows basic use cases of OpenVINO usages. +* [Samples] - applications in C, C++ and Python languages that show basic OpenVINO use cases. ## Supported Hardware matrix @@ -70,7 +70,7 @@ The OpenVINO™ Runtime can infer models on different hardware devices. This sec