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
初學者
4,666 檢視

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

1 解決方案
Wan_Intel
主席
4,642 檢視

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

 

在原始文章中檢視解決方案

3 回應
Wan_Intel
主席
4,643 檢視

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

 

Sukaima
初學者
4,597 檢視
Wan_Intel
主席
4,571 檢視

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


回覆