Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6552 Discussions

Validate OpenCV install (OpenVino) on Raspberry Pi

Stephch
Beginner
939 Views

Hi,

I have followed the installation instruction for OpenVino on Raspberry Pi (https://software.intel.com/en-us/articles/OpenVINO-Install-RaspberryPI) and it works until I test OpenCV installation

It seems that Python does not link OpenCV correctly as I get the error:

 

  • >>> import cv2
  • Traceback (most recent call last):
  •   File "<stdin>", line 1, in <module>
  • ImportError: No module named 'cv2'
     

My PYTHONPATH seems fine as per the script>

  • echo $PYTHONPATH
  • /home/pi/Downloads/inference_engine_vpu_arm/deployment_tools/model_optimizer:/home/pi/Downloads/inference_engine_vpu_arm/deployment_tools/model_optimizer:

Anyone who has succeeded in installing on Raspberry Pi and tweaked something from the instruction?

Thanks!

 

0 Kudos
3 Replies
Hyodo__Katsuya
Innovator
939 Views
$ nano ~/.bashrc ### Add 1 row below source /home/pi/inference_engine_vpu_arm/bin/setupvars.sh $ source ~/.bashrc
0 Kudos
Dmitry_K_Intel3
Employee
939 Views

Please show the output of

cat /proc/cpuinfo

 

0 Kudos
Stephch
Beginner
939 Views

Thank you for the responses. I finally decided to re-install Raspbian Stretch on a new SD card and installed the Desktop version without recommended software. The installation guide works without any issues.

0 Kudos
Reply