- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Terry, would running Dependency Walker help you ? Off the top of my head I can't think of anything more.
Thanks,
Shubha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page