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.
6554 Discussions

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

Gupta_harsh
Beginner
1,255 Views

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)"

Labels (1)
0 Kudos
5 Replies
Zulkifli_Intel
Moderator
1,214 Views

Hi Gupta_harsh.

 

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

 

 

Regards,

Zul


0 Kudos
Gupta_harsh
Beginner
1,177 Views

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.

0 Kudos
Zulkifli_Intel
Moderator
1,103 Views

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


0 Kudos
Zulkifli_Intel
Moderator
1,001 Views

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.


0 Kudos
Gupta_harsh
Beginner
660 Views
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.
0 Kudos
Reply