1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #13377 from dkurt:hotfix_dnn_ie_master

This commit is contained in:
Alexander Alekhin
2018-12-06 15:11:09 +00:00
+2
View File
@@ -424,6 +424,8 @@ void InfEngineBackendNet::init(int targetId)
InferenceEngine::OutputsDataMap unconnectedOuts;
for (const auto& l : layers)
{
if (l->type == "Input")
continue;
// Add all outputs.
for (const InferenceEngine::DataPtr& out : l->outData)
{