OPENVINO-python,无法从 'openvino.inference_engine' 导入名称 'IEPlugin'
OPENVINO-python, cannot import name 'IEPlugin' from 'openvino.inference_engine'
我正在尝试 运行 一个用 openvino 2019 开发的项目。我有 2021 版本,我无法降级到旧版本。根据英特尔的说法,IENetwork 和 IEPlugin class 已经被淘汰。你有什么建议让它工作?
我附上存储库:https://github.com/vyzboy92/people_detection_tracking-CPU/blob/master/multi_camera_people_detection.py
enter image description here
编辑:我在 installation guide 中意识到,版本选择不会低于 2020
,因此请使用以下答案。
您可以在 their GitHub 上安装它。查看源代码的目录,看起来 python 库在
openvino-2019_R3.1\inference-engine\ie_bridges\python\src\openvino
尝试卸载最新版本并将位于 inference-engine\ie_bridges\python\src\
的 openvino
文件夹放入您的 site-packages
。
我正在尝试 运行 一个用 openvino 2019 开发的项目。我有 2021 版本,我无法降级到旧版本。根据英特尔的说法,IENetwork 和 IEPlugin class 已经被淘汰。你有什么建议让它工作? 我附上存储库:https://github.com/vyzboy92/people_detection_tracking-CPU/blob/master/multi_camera_people_detection.py
enter image description here
编辑:我在 installation guide 中意识到,版本选择不会低于 2020
,因此请使用以下答案。
您可以在 their GitHub 上安装它。查看源代码的目录,看起来 python 库在
openvino-2019_R3.1\inference-engine\ie_bridges\python\src\openvino
尝试卸载最新版本并将位于 inference-engine\ie_bridges\python\src\
的 openvino
文件夹放入您的 site-packages
。