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

Installation of Openvino on new machine, or can python libraries be used

Duggy
New Contributor I
594 Views

Hi,

We have a working product using OpenVino. Now we want to deploy it to a new machine. This new machine will only run the program that we have built that uses OpenVino face detection demo in part. The question is, do we need to download the OpenVino installation package for the new machine or can we just pip install openvino libraries? 

 

The new machine will not be doing any optimization, downloading of models etc. 

 

Thanks

 

Labels (2)
0 Kudos
2 Replies
Wan_Intel
Moderator
572 Views

Hi Duggy,

Thanks for reaching out to us.


You don’t have to download the OpenVINO installation package for the new machine. Instead, you can use OpenVINO™ Deployment Manager, which is a Python command-line tool that creates a deployment package by assembling the model, IR files, your application, and associated dependencies into a runtime package for your target device.


Prerequisites for using the OpenVINO™ Deployment Manager are available at Prerequisites. Steps to create a deployment package are available at Create Deployment Package Using Deployment Manager. Steps to deploy the Inference Engine components from the development machine to the target system are available at Deploy Package on Target Systems.



Regards,

Wan


0 Kudos
Wan_Intel
Moderator
525 Views

Hi Duggy,


This thread will no longer be monitored since we have provided a suggestion. 

If you need any additional information from Intel, please submit a new question.



Regards,

Wan


0 Kudos
Reply