This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Description
Hello,
I am trying to reproduce the first tutorial in object detection. I get to the point of running
sudo python3 tutorial1.py -i $SV/object-detection/Cars\ -\ 1900.mp4 -m $SV/object-detection/mobilenet-ssd/FP32/mobilenet-ssd.xml
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.