* 13154 * Update docs/install_guides/installing-openvino-windows-header.md * Update docs/install_guides/installing-openvino-macos-header.md Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
4.0 KiB
Configurations for Intel® Vision Accelerator Design with Intel® Movidius™ VPUs
@sphinxdirective
.. _vpu guide:
.. toctree:: :maxdepth: 2 :hidden:
IEI Mustang-V100-MX8-R10 Card <openvino_docs_install_guides_movidius_setup_guide>
@endsphinxdirective
The steps in this guide are only required if you want to perform inference on Intel® Vision Accelerator Design with Intel® Movidius™ VPUs with OpenVINO™ on Linux or Windows.
For troubleshooting issues, please see the Troubleshooting Guide for more information.
Linux
For Intel® Vision Accelerator Design with Intel® Movidius™ VPUs, the following additional installation steps are required.
Note
: If you installed OpenVINO™ Runtime to the non-default install directory, replace
/opt/intelwith the directory in which you installed the software.
- Set the environment variables:
source /opt/intel/openvino_2022/setupvars.sh
Note
: The
HDDL_INSTALL_DIRvariable is set to<openvino_install_dir>/runtime/3rdparty/hddl. If you installed the Intel® Distribution of OpenVINO™ to the default install directory, theHDDL_INSTALL_DIRwas set to/opt/intel/openvino_2022/runtime/3rdparty/hddl.
- Install dependencies:
${HDDL_INSTALL_DIR}/install_IVAD_VPU_dependencies.sh
Note, if the Linux kernel is updated after the installation, it is required to install drivers again:
cd ${HDDL_INSTALL_DIR}/drivers
sudo ./setup.sh install
Now the dependencies are installed and you are ready to use the Intel® Vision Accelerator Design with Intel® Movidius™ with OpenVINO™.
Optional Steps
For advanced configuration steps for your IEI Mustang-V100-MX8-R10 accelerator, see Configurations for IEI Mustang-V100-MX8-R10 card. IEI Mustang-V100-MX8-R11 accelerator doesn't require any additional steps.
@sphinxdirective
.. _vpu guide windows:
@endsphinxdirective
Windows
To enable inference on Intel® Vision Accelerator Design with Intel® Movidius™ VPUs, the following additional installation steps are required:
- Download and install Visual C++ Redistributable for Visual Studio 2017
- Check with a support engineer if your Intel® Vision Accelerator Design with Intel® Movidius™ VPUs card requires SMBUS connection to PCIe slot (most unlikely). Install the SMBUS driver only if confirmed (by default, it's not required):
- Go to the
<INSTALL_DIR>\runtime\3rdparty\hddl\drivers\SMBusDriverdirectory, where<INSTALL_DIR>is the directory in which OpenVINO™ Runtime is installed. - Right click on the
hddlsmbus.inffile and choose Install from the pop up menu.
- Go to the
You are done installing your device driver and are ready to use your Intel® Vision Accelerator Design with Intel® Movidius™ VPUs.
For advanced configuration steps for your IEI Mustang-V100-MX8 accelerator, see Configurations for IEI Mustang-V100-MX8-R10 card.
What’s Next?
After configuration is done, you are ready to try out OpenVINO™.
Developing in Python:
- Start with tensorflow models with OpenVINO™
- Start with ONNX and PyTorch models with OpenVINO™
- Start with PaddlePaddle models with OpenVINO™
Developing in C++:
- [Image Classification Async C++ Sample](@ref openvino_inference_engine_samples_classification_sample_async_README)
- [Hello Classification C++ Sample](@ref openvino_inference_engine_samples_hello_classification_README)
- [Hello Reshape SSD C++ Sample](@ref openvino_inference_engine_samples_hello_reshape_ssd_README)