- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have been configuring openVINO on my Raspberry pi 2 B, and followed these instructions.
I was successfully able to run the "object_detection_sample_ssd" demonstration, but that is where my luck ended with the tutorial. I tried to run the openCV test, and it didn't work. Here's what I have gathered so far.
pi@raspberrypi:~/build $ python3 Python 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'cv2' >>> [1]+ Stopped python3
Here's my PYTHONPATH
pi@raspberrypi:~/build $ echo $PYTHONPATH /opt/intel/openvino//python/python3.7:/opt/intel/openvino//deployment_tools/model_optimizer:
Let me know what other information I can provide.
Daniel
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try to append /opt/intel/openvino/python/python3 to PYTHONPATH:
export PYTHONPATH=/opt/intel/openvino/python/python3:$PYTHONPATH
This could be a problem of setupvars.sh script. Do you use 2019R1 or 2019R2?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page