-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
[Bug] MYRIAD unable to run #11476
Comments
Hi, have you tried to run setupvars.bat script before running the inference? |
@mateusztabaka yes I have. I am able to run with my cpu but not with MYRIAD. It seems that the openvino 2022 does not have the inference engine folder which was found in the 2021 version, so I do not know where to install the myriad driver neccessary. |
@Averen19, Do you use PyPI version? MYRIAD plugin has been removed from PyPI wheel because of license incompatibility. Please try a distribution: https://registrationcenter-download.intel.com/akdlm/irc_nas/18618/w_openvino_toolkit_p_2022.1.0.643_offline.exe |
Hi, whats the difference between your link and the one available from intel directly [https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html] I tried to download your version but it says I already have the files. |
Oh, that's the same but just a direct link. I just checked my Windows install and can find myriad plugin:
Can you please share exact commands which are used? Try on a new prompt:
then verify that OpenVINO Python is from import openvino
print(openvino.__file__) should be:
(3.8 or other Python version) |
Seems like it's not properly installed - try double-click on
|
Sorry - I forgot a dot symbol
|
Ah thank you very much, I finally got it to work. But my end goal is to run this on raspberry pi with ncs2. I tried finding openvino 2022 for raspbian but was unable to find it and the latest version was only until 2021.2 https://download.01.org/opencv/ . What do you recommend the steps I should take to be able to run inferrencing on RPI? |
There were several questions asked about RPI and MyriadX/NCS2. |
Hello, I'm trying to run a yolov5 model with openvino and NCS2. My assumption with installing openvino is that it comes preinstalled with NCS2 dependencies, but when I'm trying to run with NCS2 I get the following issue:
The text was updated successfully, but these errors were encountered: