We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Kirill,
Thank you very much for shearing this project. I would just like to know if you could help me out.
I am attempting to run the demo.py part to test you spoof detection but I am getting the below error
ImportError: cannot import name 'IEPlugin' from 'openvino.inference_engine'
I am I missing something when I imported openvino for python.
Any help would really be appreciated.
The text was updated successfully, but these errors were encountered:
pip install openvino
Sorry, something went wrong.
Hello, Are you sure that you initiated the OpenVINO environment before running the script? Also, make sure that you properly installed OpenVINO (it's not like pip install) and you can import openvino.inference engine under the OpenVINO environment Please, refer to https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_linux.html
openvino.inference
Hello, guys, thanks for reporting the problem. I will fix it as soon as possible.
No branches or pull requests
Hi Kirill,
Thank you very much for shearing this project. I would just like to know if you could help me out.
I am attempting to run the demo.py part to test you spoof detection but I am getting the below error
ImportError: cannot import name 'IEPlugin' from 'openvino.inference_engine'
I am I missing something when I imported openvino for python.
Any help would really be appreciated.
The text was updated successfully, but these errors were encountered: