- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear li, peng
Are you getting a specific exception or error ? Also which version of OpenVino are you using ? Please download the latest version 2019R2 which was just released yesterday.
Much thanks,
Shubha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same problem as well. I can compile the code but it just exists upon the
ExecutableNetwork executable_network = core.LoadNetwork(network, "CPU");
Just wonder if there is any additional DLLs required for linking, but they are not mentioned anywhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear everyone,
First of all, kindly upgrade to OpenVino 2019R3 if you haven't already. Also you will need to rely on something like http://www.dependencywalker.com/ on your Windows machine (or ldd on Linux) to figure out why the plugin DLL (or *.so) is not being found. Making sure that the environment variables in setupvars.bat (or *.sh) are set within the shell from which you're invoking your program is essential. Finally please make sure that C:\Program Files (x86)\IntelSWTools\openvino_2019.3.336\inference_engine\bin\intel64\Release (or Linux version of this path) is in your PATH environment variable.
Not being able to execute :
ExecutableNetwork executable_network = core.LoadNetwork(network, "CPU");
almost always has to do with one or more DLLs (or *.so) not being locatable by the executing program.
Hope it helps,
Thanks,
Shubha
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page