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.

Deployment files requirements for NSC2

Lee__Terry
Beginner
295 Views

I run into some issues when running a  openVino program on another computer without openVino installed.

The error message indicated some missing files (I/O error).

I copied all the files in the Release directory to the second computer.

The questions are:

What other files I may needs for the deployment ?

Is there document that could help on determine the files needed?

Environment;

openVino R5, windows 10, NSC2, object detection 

Thanks in advance,

Terry

 

 

0 Kudos
4 Replies
Shubha_R_Intel
Employee
295 Views

Dearest Terry:

You didn't say specifically whether you are using OpenVino on Ubuntu or Windows. I use Windows so let me answer your question from a Windows perspective :

You need the binaries under deployment_tools\inference_engine\bin\intel64\Release

After you build the samples, there are other libs and DLLs which the samples need :

C:\Users\MickeyMouse\Documents\Intel\OpenVINO\inference_engine_samples_2017\intel64\Release

Hope it helps. 
 

Thanks for using OpenVino !

Shubha

0 Kudos
Lee__Terry
Beginner
295 Views

Hi Shubha,

That helps. Thanks.

The environment is windows 10, openvino R5, ncs2.

One additional directory that is needed for openCV:

C:\Intel\computer_vision_sdk_2018.5.445\opencv\bin

I'm still having issues with deployment on a new computer.

After tracking done the code, the I/O error trigger at the line of code the program call the c++ DLL. The c++ DLL is the openVino code that C# project call. 

Is there any software/program needed to install that you can think of ?

Thanks,

Terry

 

 

 

0 Kudos
Shubha_R_Intel
Employee
295 Views

Terry, would running Dependency Walker help you ? Off the top of my head I can't think of anything more.

Thanks,

Shubha

0 Kudos
Lee__Terry
Beginner
295 Views

Shbha,

Thanks for the suggestion.

It take a bit of time. It's working eventually. missing the mvnc under deployment_tools\inference_engine\bin\intel64\Release could be the main issue.

Terry

 

0 Kudos
Reply