Files
openvino/docs/install_guides/installing-openvino-overview.md
Evan 226e94aa66 Docs: Edits to streamline Install OpenVINO Overview Page (master branch) (#13156)
* docs: update install OpenVINO overview

* Update docs/install_guides/installing-openvino-overview.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/install_guides/installing-openvino-overview.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/install_guides/installing-openvino-overview.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/install_guides/installing-openvino-overview.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update docs/install_guides/installing-openvino-overview.md

* Update installing-openvino-overview.md

* Update installing-openvino-overview.md

* Update docs/install_guides/installing-openvino-overview.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* docs: add <a> tags to section headers

* Update installing-openvino-overview.md

* docs: remove <br> after Python and C++ headers

* docs: add breakline after Python and C++

* docs: minor update

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

* Update docs/install_guides/installing-model-dev-tools.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-10-19 09:43:10 +08:00

5.0 KiB

Installing Intel® Distribution of OpenVINO™ Toolkit

@sphinxdirective

.. toctree:: :maxdepth: 3 :hidden:

OpenVINO Runtime <openvino_docs_install_guides_install_runtime> OpenVINO Development Tools <openvino_docs_install_guides_install_dev_tools> Build from Source https://github.com/openvinotoolkit/openvino/wiki/BuildingCode Creating a Yocto Image <openvino_docs_install_guides_installing_openvino_yocto>

@endsphinxdirective

Intel® Distribution of OpenVINO™ toolkit is a comprehensive toolkit for developing applications and solutions based on deep learning tasks, such as computer vision, automatic speech recognition, natural language processing, recommendation systems, and more. It provides high-performance and rich deployment options, from edge to cloud. Some of its advantages are:

  • Enables CNN-based and transformer-based deep learning inference on the edge or cloud.
  • Supports various execution modes across Intel® technologies: Intel® CPU, Intel® Integrated Graphics, Intel® Discrete Graphics, Intel® Neural Compute Stick 2, and Intel® Vision Accelerator Design with Intel® Movidius™ VPUs.
  • Speeds time-to-market via an easy-to-use library of computer vision functions and pre-optimized kernels.
  • Compatible with models from a wide variety of frameworks, including TensorFlow, PyTorch, PaddlePaddle, ONNX, and more.

Install OpenVINO

Since the 2022.1 release, the OpenVINO installation package is distributed in two parts: OpenVINO Runtime and OpenVINO Development Tools.

  • OpenVINO Runtime contains the core set of libraries for running machine learning model inference on processor devices.
  • OpenVINO Development Tools is a set of utilities for working with OpenVINO and OpenVINO models. It includes the following tools:
    • Model Optimizer
    • Post-Training Optimization Tool
    • Benchmark Tool
    • Accuracy Checker and Annotation Converter
    • Model Downloader and other Open Model Zoo tools

The best way to get started with OpenVINO is to install OpenVINO Development Tools, which will also install the OpenVINO Runtime Python package as a dependency. Follow the instructions on the Install OpenVINO Development Tools page to install it.

Python

For developers working in Python, OpenVINO Development Tools can easily be installed using PyPI. See the For Python Developers section of the Install OpenVINO Development Tools page for instructions.

C++

For developers working in C++, the core OpenVINO Runtime libraries must be installed separately. Then, OpenVINO Development Tools can be installed using requirements files or PyPI. See the For C++ Developers section of the Install OpenVINO Development Tools page for instructions.

Option 2. Install OpenVINO Runtime only

OpenVINO Runtime may also be installed on its own without OpenVINO Development Tools. This is recommended for users who already have an optimized model and want to deploy it in an application that uses OpenVINO for inference on their device. To install OpenVINO Runtime only, follow the instructions on the Install OpenVINO Runtime page.

The following methods are available to install OpenVINO Runtime:

Option 3. Build OpenVINO from source

Source files are also available in the OpenVINO Toolkit GitHub repository. If you want to build OpenVINO from source for your platform, follow the OpenVINO Build Instructions.

Next Steps

Still unsure if you want to install OpenVINO toolkit? Check out the OpenVINO tutorials to run example applications directly in your web browser without installing it locally. Here are some exciting demos you can explore:

Follow these links to install OpenVINO: