You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
and get an error: ModuleNotFoundError: No module named 'openvino'
In line 25 of tutoriall1.py there is a 'from openvino.inference_engine ...' command which is not recognised. I have OpenVINO running in my mac and I had initialised the openvino variables.
Hello,
I am trying to reproduce the first tutorial in object detection. I get to the point of running
and get an error: ModuleNotFoundError: No module named 'openvino'
In line 25 of tutoriall1.py there is a 'from openvino.inference_engine ...' command which is not recognised. I have OpenVINO running in my mac and I had initialised the openvino variables.
Could you help me with this?
Thank you,
Veronica.