- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!,
I'd like to get some help about this problem using Intel® Distribution of OpenVINO™ toolkit 2021.2 for Intel NCS2 connected to Raspberry PI 4 (raspbian)
When I try to run this code:
https://github.com/glennford49/ObjectDetection_openvino
Models: https://www.mediafire.com/file/o6ecf6txs8p1aui/model.zip/file
Video: https://www.youtube.com/watch?v=kptX-BsDNy0
I had this errors:
from openvino.inference_engine import IENetwork, IECoreModuleNotFoundError: No module named 'openvino'
When I explored the opt/ directory, the armv71 directory doesn't exists.
According to the tutorial, this must be the directory root:
/opt/intel/openvino/python/python3.7/armv7l
What can I do with that?. Thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Cesar,
Thanks for reaching out to us.
Based on your error, it seems like you didn’t set the environment variables. You can do so with this command:
source /opt/intel/openvino/bin/setupvars.sh
Please refer to the README.md file in the GitHub. The tutorial in the video starts from Step 3 which assuming steps 1 and 2 have been completed.
For steps 1 and 2, you may refer to this installation guide.
After you’ve installed and verified with the demo successfully, you can just easily run the objectDetection.py with this command:
python3 objectDetection.py
Regards,
Peh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Cesar,
This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Regards,
Peh

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