Skip to content

OpenVino Backend

Johannes Czech edited this page Oct 21, 2022 · 8 revisions

2.1. Installation of drivers

Install the OpenVino runtime package:

To install OpenVino on Windows you may need to use compability mode Windows 7 for the installation executable.

2.2. Setup the environment variables

For the OpenVino 2022 version:

OpenVINO_DIR=/opt/intel/openvino_2022/runtime/cmake

For the OpenVino 2021 version (deprecated):

OPEN_VINO_PATH=/opt/intel/openvino_2021/
ngraph_DIR=/opt/intel/openvino_2021/deployment_tools/ngraph/cmake/
InferenceEngine_DIR=/opt/intel/openvino_2021/deployment_tools/inference_engine/share

Next part: