Openvino Tools
Project description
Intel® Distribution of OpenVINO™ Toolkit Developer Package
LEGAL NOTICE: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details.
Introduction
OpenVINO™ toolkit is a comprehensive toolkit for quickly developing applications and solutions that solve a variety of tasks including emulation of human vision, automatic speech recognition, natural language processing, recommendation systems, and many others. Based on latest generations of artificial neural networks, including Convolutional Neural Networks (CNNs), recurrent and attention-based networks, the toolkit extends computer vision and non-vision workloads across Intel® hardware, maximizing performance. It accelerates applications with high-performance, AI and deep learning inference deployed from edge to cloud.
The Developer Package Includes the Following Components Installed by Default:
Component | Description |
---|---|
Model Optimizer | This tool imports, converts, and optimizes models that were trained in popular frameworks to a format usable by Intel tools, especially the Inference Engine. Popular frameworks include Caffe*, TensorFlow*, MXNet*, and ONNX*. |
Additional Tools | A set of tools to work with your models including Accuracy Checker utility, Post-Training Optimization Tool |
The Runtime Package Includes the Following Components Installed by Dependency:
Component | Description |
---|---|
Inference Engine | This is the engine that runs the deep learning model. It includes a set of libraries for an easy inference integration into your applications. |
System Requirements
The table below lists the supported operating systems and Python* versions required to run the installation.
Supported Operating System | Python* Version (64-bit) |
---|---|
Ubuntu* 18.04 long-term support (LTS), 64-bit | 3.6, 3.7 |
Ubuntu* 20.04 long-term support (LTS), 64-bit | 3.6, 3.7 |
Red Hat* Enterprise Linux* 8.2, 64-bit | 3.6, 3.7 |
CentOS* 7.4, 64-bit | 3.6, 3.7 |
macOS* 10.15.x versions | 3.6, 3.7, 3.8 |
Windows 10*, 64-bit Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or higher) editions | 3.6, 3.7, 3.8 |
Windows Server* 2016 or higher | 3.6, 3.7, 3.8 |
NOTE: This package can be installed on other versions of Linux and Windows OSes, but only the specific versions above are fully validated.
Install the Developer Package
Step 1. Set Up Python Virtual Environment
To avoid dependency conflicts, use a virtual environment. Skip this step only if you do want to install all dependencies globally.
Create virtual environment:
python -m pip install --user virtualenv
python -m venv openvino_env --system-site-packages
Activate virtual environment:
On Linux and macOS:
source openvino_env/bin/activate
On Windows:
openvino_env\Scripts\activate
Step 2. Set Up and Update pip to the Highest Version
Run the command below:
python -m pip install --upgrade pip
Step 3. Install the Package
Run the command below:
pip install openvino-dev
Step 4. Verify that the Package is Installed
Run the command below:
python -c "pot -h"
You will see the help message for Post-Training Optimization Tool if installation finished successfully.
Additional Resources
- Intel® Distribution of OpenVINO™ toolkit home page: https://software.intel.com/en-us/openvino-toolkit
- OpenVINO™ toolkit online documentation: https://docs.openvinotoolkit.org
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file openvino_dev-2021.3.0-2807-py3-none-any.whl
.
File metadata
- Download URL: openvino_dev-2021.3.0-2807-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbc9db9fc6158931152a781a32aa9d6db96e2a57414fbe4f43a9cadbd4f52f44 |
|
MD5 | af1bf61d08cf2bdfae39e18a4923b3e1 |
|
BLAKE2b-256 | 2cde2a9014db68f87ecc98561965086d083e7c57ae0f003d9df5916fad1b2f55 |
File details
Details for the file openvino_dev-2021.3.0-2774-py3-none-any.whl
.
File metadata
- Download URL: openvino_dev-2021.3.0-2774-py3-none-any.whl
- Upload date:
- Size: 2.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d83b521c6e7389b2e238bb1809b7c32e08659d5564f8caf729017bf85c4496d4 |
|
MD5 | bbea6f9075ff58ecfd4f2de098a81d9f |
|
BLAKE2b-256 | 3b84a926134af419b0cc2922bc22766d5663a200cc847e5912b4113512062aa6 |