...
25 from model_zoo.model_api.models.open_pose import OpenPoseDecoder
...
I get the error:
Traceback (most recent call last):
...
File "/workspace/sscape/detector.py", line 25, in <module>
from model_zoo.model_api.models.open_pose import OpenPoseDecoder
ModuleNotFoundError: No module named 'model_zoo'
I also see no model_zoo package in /usr/local/lib/python3.10/dist-packages
In PR 3907 The file 'demos/common/python/openvino/model_zoo/__init__.py' was removed and the file 'demos/common/python/model_zoo/__init__.py' was not added.
Following the instructions from https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/common/python/model_zoo/model_api:
And trying import of any of the model_api models:
I get the error:
I also see no model_zoo package in /usr/local/lib/python3.10/dist-packages
In PR 3907 The file '
demos/common/python/openvino/model_zoo/__init__.py
' was removed and the file 'demos/common/python/model_zoo/__init__.py
' was not added.