Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6571 Discusiones

Need help in enabling Openvino for "AI Core XM 2280"

Gupta_harsh
Principiante
2.000 Vistas

I am trying to install OpenVino SDK that supports VPU (AI Core XM 2280) on intel Up Xtreme Device. However I couldn't able to figure which version of OpenVino should I be using for the same.

After installation of latest openvino package when i am running below command still it is showing ["CPU"] only and VPU is still not detecting.

python -c "from openvino import Core; print(Core().available_devices)"

Etiquetas (1)
0 kudos
5 Respuestas
Zulkifli_Intel
Moderador
1.959 Vistas

Hi Gupta_harsh.

 

The latest OpenVINO version that supports the VPU is the OpenVINO 2022.3.2 LTS release.

 

 

Regards,

Zul


Gupta_harsh
Principiante
1.922 Vistas

Hey Zulkifli,

Thanks for your response, I tried installing the OpenVino 2022.3.2 but still VPU is not visible only CPU is coming.
I have also attached the screenshot regarding that.

Zulkifli_Intel
Moderador
1.848 Vistas

Hi Gupta_harsh,

 

Are you using the OpenVINO™ Runtime package from PyPI or installer?

 

For your information, the OpenVINO™ Runtime package install from PyPI only includes a set of libraries for Intel® CPU and Intel® GPU hardware.

 

To configure VPU, please download the OpenVINO™ Runtime package using Installer.

 

 

Regards,

Zul


Zulkifli_Intel
Moderador
1.746 Vistas

Thank you for your question. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.


Gupta_harsh
Principiante
1.405 Vistas
Hi Zulkifli,

As per your suggestion i tried to install openvino using the installater.
But after successful installation when i am checking the devices using command:
python -c "from openvino import Core; print(Core().available_devices)"

It is still showing ["CPU"] only and VPU is still not detecting.
Responder