Files
openvino/docs/install_guides/installing-openvino-overview.md
Sebastian Golebiewski 9b8ab44500 DOCS: Reintroducing APT and YUM installation methods for 22.3 (#14492)
* reintroducing apt and yum

* fix indents and create tabs

fixing indent in apt
creating tabs in yum article

* Update installing-openvino-yum.md

* tabbed content

Inserting installation steps into tabs.
Correcting formatting.

* correcting indents

* correct indent

* indent fix

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

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

* removing non-cpu dev

Removing GNA, NCS2, VPU from Step 5 in YUM article.
Correcting links to Python.

* add apt and yum for installation

* revising openvino-dev installation

* removing opencv from apt

* remove opencv from yum

* removing non-cpu devs

* Update installing-model-dev-tools.md

* update disclaimer

* openvino development tools

correcting the name

* build samples sections

* add architecture

* remove install details yum

* remove install details apt

* reflink fix

* removing ncs2

* add dependencies

* install parametere

* move note

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
2022-12-09 22:03:29 +04:00

5.1 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: