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

deployment manager without needing to download python or openvino

Duggy
New Contributor I
515 Views

Hi,

 

Question:

When the deployment manager is used to package the application and openvino requirements is there any need to download any other tool/software to the deployment machine?

 

That is do we need to download Openvino from website or Python separately for the machine or is the package created all encompassing?

 

Thanks

 

Labels (1)
0 Kudos
2 Replies
Wan_Intel
Moderator
500 Views

Hi Duggy,

Thanks for reaching out to us.

 

You do not need to download the Intel® Distribution of OpenVINO™ Toolkit for the deployment machine as the Deployment Manager creates a deployment package that includes associated dependencies into a runtime package for your target devices.

 

After you unzip the runtime package, the package will unpack to the destination directory and the following subdirectories are created:

 

·      bin : Snapshot of the bin directory from the OpenVINO installation directory.

 

·      deployment_tools/inference_engine : Contains the Inference Engine binary files.

 

·      install_dependencies: Copy of the install_dependencies directory from the OpenVINO installation directory. * <user_data>`: The directory with the user data (IRs, datasets, etc.) you specified while configuring the package.

 

To run inference on different Target Systems, please refer to Deploy Package on Target Systems.

 

On another note, Python is usually found pre-installed on macOS and Linux. However, Python does not come pre-installed with Windows.

Hence, you must install Python for Windows.

 

 

Regards,

Wan

 

0 Kudos
Wan_Intel
Moderator
478 Views

Hi Duggy,

 

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

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

 

 

Regards,

Wan

 

0 Kudos
Reply