Summary
The 'IEPlugin' class has been deprecated starting from OpenVINO™ 2021.1 release, 'IECore' class can be imported.
Description
- Used IEPlugin in OpenVINO™ toolkit 2021 on Google* Colab Notebook.
- Encountered:
ImportError: cannot import name 'IEPlugin' from 'openvino.inference_engine'
Resolution
- ie_api.IEPlugin class has been deprecated starting from OpenVINO™ 2021.1 release.
- Import openvino.inference_engine.IECore class instead to represent an Inference Engine entity and allow manipulation of plugins.