- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried to set KEY_VPU_FORCE_RESET=NO to use different VPUs from different applications simultaneously: https://docs.openvinotoolkit.org/latest/_docs_IE_DG_supported_plugins_MYRIAD.html#MYRIAD_DEVICE_ALLOC
I tried this code
plugin.SetConfig({ { PluginConfigParams::KEY_VPU_FORCE_RESET, PluginConfigParams::NO } });
And tried this code
ExecutableNetwork executable_network = plugin.LoadNetwork (network, {InferenceEngine::SetConfig(KEY_VPU_FORCE_RESET, "NO") });
In both cases I got this error:
How to set KEY_VPU_FORCE_RESET=NO ?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ABoch5,
What model did you use?
Also, are you using the latest version of OpenVINO?
Best Regards,
Sahira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sahira_Intel,
I use OpenVINO 2019 R1 + OpenCV4.1.0-openvino
I use yolov3.cfg/weights that is converted to the Frozen TensorFlow pb-model and it works well.
I use this C++ example: https://github.com/opencv/open_model_zoo/blob/e458c1f0407d0303e36be4828bb963a67d6d050a/demos/object_detection_demo_yolov3_async/main.cpp#L284-L287
But I can't set KEY_VPU_FORCE_RESET=NO as I described in my question. Compile-time error can't be related to the model that I load in run-time.
Also I can't find KEY_VPU_FORCE_RESET keyword neither in github repositories:
https://github.com/opencv/dldt/search?q=KEY_VPU_FORCE_RESET&unscoped_q=KEY_VPU_FORCE_RESET
https://github.com/opencv/open_model_zoo/search?q=KEY_VPU_FORCE_RESET&unscoped_q=KEY_VPU_FORCE_RESET
howere it is there in the manual: https://docs.openvinotoolkit.org/latest/_docs_IE_DG_supported_plugins_MYRIAD.html#MYRIAD_DEVICE_ALLOC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for providing that information. I asked for the model so that I can run this on my end using the exact same model, etc. as you.
I will get back to you with what I find.
Best Regards,
Sahira
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page