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.

Openvino version

Sukaima
Beginner
2,373 Views

Is there anyway to check for different openvino versions which is installed in my pc.

1 Solution
Wan_Intel
Moderator
2,349 Views

Hi Sukaima,

Thanks for reaching out to us.

You may check the current OpenVINO version used on your machine in the terminal with the following command:

from openvino.runtime import get_version

print(get_version())

 

 

Regards,

Wan

 

View solution in original post

0 Kudos
3 Replies
Wan_Intel
Moderator
2,350 Views

Hi Sukaima,

Thanks for reaching out to us.

You may check the current OpenVINO version used on your machine in the terminal with the following command:

from openvino.runtime import get_version

print(get_version())

 

 

Regards,

Wan

 

0 Kudos
Wan_Intel
Moderator
2,278 Views

Hi Sukaima,

Glad to know that your issue has been resolved.

Please submit a new question if additional information is needed as this thread will no longer be monitored.



Regards,

Wan


0 Kudos
Reply