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

Using two versions of openvino on the same app

Antonio_Bejar
Beginner
764 Views

Hi everyone!

 

I have an app using OV 2022.1. This versión has support for VPU accelerators. As the app is growing, some functionalities NEED recent openVINO distributions but... doing this NO SUPPORT for VPU is given... Can't forget customers using that functionality but it's a must improving my product with new models using latest improvements given by 2023.x.

Is it fine to use these two versions at the same time side by side?

 

Thank you for your help.

 

0 Kudos
4 Replies
Zulkifli_Intel
Moderator
746 Views

Thank you for reaching out to Intel Customer Support.

 

You can use two OpenVINO versions side by side. It is recommended to use a virtual environment for each of them to avoid any conflict.

 

Sincerely,

Zulkifli 


0 Kudos
Antonio_Bejar
Beginner
687 Views

That was the first thing I did, but for a Python prototype. Of course it works!

 

The problem is when I have a c++ app with lots of  things implemented on it for a lot of devices, being one of them VPU.

 

But now, more things will be added to the app, recent OV versions are required for that but... NO VPU support.

 

Of course, the first thing comes to mind is creating two versions of the app but, for now, that is not an option here.

 

So, the question remains.

 

Any suggestions?

 

Thanks in advance.

 

 

0 Kudos
Zulkifli_Intel
Moderator
669 Views

Hi Antonio Bejar,

 

Multiple version of OpenVINO is allowed to co-exist on the same system. It is not recommended to run a model/sample from an old version to the latest version, because some of the functions may not be supported and possibly result in error.

 

Can you share a bit more detail on your objective? Also, are using Raspberry Pi?

 

As of now, the latest OpenVINO version that supports NCS2 is 2022.3.1.

 

Sincerely,

Zulkifli


0 Kudos
Zulkifli_Intel
Moderator
589 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
Reply