简体   繁体   中英

OPENVINO-python, cannot import name 'IEPlugin' from 'openvino.inference_engine'

I am trying to run a project developed with openvino 2019. I have version 2021 and I cannot downgrade to the old version. According to intel, the IENetwork and IEPlugin class has already been eliminated. What do you recommend for it to work? I attach the repository: https://github.com/vyzboy92/people_detection_tracking-CPU/blob/master/multi_camera_people_detection.py

enter image description here

EDIT: I realized in the installation guide , the version selection doesn't go below than 2020

You could install it on their GitHub . Looking at the directories of the source code, it looks like the python library is at

openvino-2019_R3.1\inference-engine\ie_bridges\python\src\openvino

Try uninstalling the latest version and put the folder in your site-packages .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM