Inference Engine Python* API
Reason this release was yanked:
Project moved from openvino-python to openvino (https://pypi.org/project/openvino)
Project description
This project moved from openvino-python to openvino, and 2021.1 version to be removed in the default view. The specific version is still available for users depending on this exact version by using openvino-python==2021.1.
OpenVINO™ Toolkit
OpenVINO™ toolkit quickly deploys applications and solutions that emulate human vision. Based on Convolutional Neural Networks (CNNs), the toolkit extends computer vision (CV) workloads across Intel® hardware, maximizing performance. The OpenVINO™ toolkit includes the Deep Learning Deployment Toolkit (DLDT).
OpenVINO™ toolkit:
- Enables CNN-based deep learning inference on the edge
- Supports heterogeneous execution across an Intel® CPU, Intel® Integrated Graphics, Intel® FPGA, 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
- Includes optimized calls for computer vision standards, including OpenCV* and OpenCL™
Operating Systems:
- Ubuntu* 20.04 long-term support (LTS), 64-bit
Install the Runtime Package Using the PyPI Repository
- Set up and update pip to the highest version:
python3 -m pip install --upgrade pip
- Install the Intel® distribution of OpenVINO™ toolkit:
pip install openvino-python
- Add PATH to environment variables.
- Ubuntu* and macOS*:
export LD_LIBRARY_PATH=<library_dir>:${LD_LIBRARY_PATH}
- Windows* 10:
set PATH=<library_dir>;%PATH%
How to find library_dir
:
- Ubuntu*, macOS*:
- standard user:
echo $(python3 -m site --user-base)/lib
- root or sudo user:
/usr/local/lib
- virtual environments or custom Python installations (from sources or tarball):
echo $(which python3)/../../lib
- standard user:
- Windows*:
- standard Python:
python -c "import os, sys; print((os.path.dirname(sys.executable))+'\Library\\bin')"
- virtual environments or custom Python installations (from sources or tarball):
python -c "import os, sys; print((os.path.dirname(sys.executable))+'\..\Library\\bin')"
- standard Python:
- Verify that the package is installed:
python3 -c "import openvino"
Now you are ready to develop and run your application.
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
Hashes for openvino_python-2021.1-110.5-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3a0eefb59086b642c8f5581afafaa89ac06e370f6688904da6fbb48be7a548b |
|
MD5 | 63803a070262b7e939421c06a8afdbfb |
|
BLAKE2b-256 | 5dc4aed9c1177216f0a7c2f85abc57bcc2dca904ba9fb1325cadd0b174fe1c79 |
Hashes for openvino_python-2021.1-110.5-cp37-cp37m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 163a0ff9aa2ae1f72b267d76b500cc8f94c7b766006a45f4a0c2fc57ab653e3c |
|
MD5 | 3785dd974fc013507c1228394ae6abfc |
|
BLAKE2b-256 | e69beb8da3f35264a38482d41259b9bb764b670cc181fb8719cf42df6fb167e2 |
Hashes for openvino_python-2021.1-110.5-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c59fa502a38b69d7d0171114c2f38d9c05973ce67927a8971ad60bfafba9197 |
|
MD5 | b8c9c1f8893e4ccac7f110626d0a1082 |
|
BLAKE2b-256 | a4d2ecb8853d3fc0e15d0deaf0c2dab2af3d44a6111dce16add8390902458be9 |
Hashes for openvino_python-2021.1-110.5-cp36-cp36m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7ab8fbf8d58f7f22b0bf792124e51c0fd109984d08926f36e27b5f3d7136837 |
|
MD5 | e6d25e3ac30774e5a635fb9ba65a4468 |
|
BLAKE2b-256 | d586090b48c5391036a51677fdece9140ace6f9a9e447253375bb2d73605fa00 |
Hashes for openvino_python-2021.1-110.5-cp36-cp36m-manylinux1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d02a329cbc8790731db08a8163aae31ff8c98553b9edb27912ae4d2b171b5cc |
|
MD5 | 59026837e5123616ae0cb4336a82c564 |
|
BLAKE2b-256 | f03562084b408082e9981f8eb90c5247f0aade05731ad987992c052bc5c9e565 |
Hashes for openvino_python-2021.1-110.5-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5681aa72b7489016b9153d386059a53c43c44a003c989110f46ddc0458873942 |
|
MD5 | ae230358697abf0a8f7dfb0b54e255cc |
|
BLAKE2b-256 | 34c0f5bd9b66a25023601d84c2c2d8658fb24b1fdb7b88222b8b9f82cc678fc5 |