1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Update Inference Engine tests

This commit is contained in:
Dmitry Kurtaev
2018-06-26 15:38:08 +03:00
parent ab8022f74e
commit b11e22c25b
4 changed files with 6 additions and 6 deletions
+1
View File
@@ -1183,6 +1183,7 @@ TEST(Layer_Test_PoolingIndices, Accuracy)
}
}
}
net.setPreferableBackend(DNN_BACKEND_OPENCV);
net.setInput(blobFromImage(inp));
std::vector<Mat> outputs;