Summary
How to properly install OpenVINO™ and link it with required dependencies.
Description
- Installed OpenVINO™ 2019.3 in Windows® 10
- Set in windows path:
C:\Program Files (x86)\Intel\openvino_2019.3.334\opencv\bin
C:\Program Files (x86)\Intel\openvino_2019.3.334\python\python3.7
- Received error: ModuleNotFoundError: No module named 'cv2'
- Attempted to troubleshoot according to this thread.
Resolution
Follow these:
- Install a compatible version of Python* (Python 3.6 - 3.8 64-bit)
- Install OpenCV*. The most common way is pip install opencv-python.
- Install the latest official OpenVINO™ version and ensure all pre-requisites installed correctly.
- Follow the Additional Installation Steps for the Intel® Vision Accelerator Design with Intel® Movidius™ VPUs before using Intel® NCS2
Additional information
Refer to Install Intel® Distribution of OpenVINO™ toolkit for Windows* 10 for more detailed instructions on installing the OpenVINO™ dependencies.