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.

How to set KEY_VPU_FORCE_RESET=NO ?

ABoch5
Beginner
572 Views

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:

 

fj2-ghruwkuxhrghxf6cpripykw.jpeg

 

How to set KEY_VPU_FORCE_RESET=NO ?

0 Kudos
3 Replies
Sahira_Intel
Moderator
345 Views

Hi ABoch5,

What model did you use?

Also, are you using the latest version of OpenVINO?

 

Best Regards,

Sahira

0 Kudos
ABoch5
Beginner
345 Views

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

0 Kudos
Sahira_Intel
Moderator
345 Views

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

0 Kudos
Reply