Incompatibility of different versions of OpenVINO demos and Open Model Zoo models.
Downloaded human_pose_estimation_demo.py and model.lst files from GitHub* repository.
Encountered error: No module named 'models' when executing human_pose_estimation_demo.py script.
The installed version of OpenVINO™ must match the Open Model Zoo version for maximum compatibility. Do not use a more recent Open Model Zoo version with an older OpenVINO version.
There is no need to download Open Model Zoo from GitHub when OpenVINO has been installed locally. Open Model Zoo is part of OpenVINO install package, and is available at
\<INSTALL_DIR>\openvino_<version>\deployment_tools\open_model_zoo folder.
- Upgrade to the latest OpenVINO version for new capabilities and performance improvements.
- Ensure that demos and models are from the same OpenVINO version for compatibility.