Skip to content

dnn: configure plugin path for InferenceEngine#14895

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:dnn_ie_extensions_path
Jun 26, 2019
Merged

dnn: configure plugin path for InferenceEngine#14895
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:dnn_ie_extensions_path

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Jun 26, 2019

force_builders_only=linux,docs,Custom,Custom Win,Custom Mac
build_image:Custom=ubuntu-openvino-2019r1:16.04
build_image:Custom Win=openvino-2019r1
build_image:Custom Mac=openvino-2019r1

test_modules:Custom=dnn,python2,python3,java
test_modules:Custom Win=dnn,python2,python3,java
test_modules:Custom Mac=dnn,python2,python3,java

buildworker:Custom=linux-1
test_opencl:Custom=ON
test_bigdata:Custom=1
test_filter:Custom=*

}
if (!found && !candidates.empty())
{
CV_LOG_WARNING(NULL, "DNN-IE: Can't load extension plugin (extra layers for some networks). Specify path via OPENCV_DNN_IE_EXTRA_PLUGIN_PATH parameter");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// Some of networks can work without a library of extra layers.

What about case when no extensions are found but it's not actually used? I mean cpu_extensions contains custom CPU layers but for some networks it's enough to use basic layers.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently this warning appear only if OpenVINO/IE is not configured properly.
Otherwise this message will be shown one time per model loading (which is tolerable and would help with next error messages).

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Jun 26, 2019

👍

@opencv-pushbot opencv-pushbot merged commit 333e51b into opencv:3.4 Jun 26, 2019
@alalek alalek mentioned this pull request Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants