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

Merge pull request #17112 from l-bat:ie_region

* Support nGraph Region

* Support region since OpenVINO 2020.2

* Skip myriad
This commit is contained in:
Liubov Batanina
2020-04-21 12:26:58 +03:00
committed by GitHub
parent 150bd3aee6
commit 8badf7f354
2 changed files with 214 additions and 0 deletions
@@ -530,6 +530,10 @@ TEST_P(Test_Darknet_layers, avgpool_softmax)
TEST_P(Test_Darknet_layers, region)
{
#if defined(INF_ENGINE_RELEASE)
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && INF_ENGINE_VER_MAJOR_GE(2020020000))
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE_NGRAPH, CV_TEST_TAG_DNN_SKIP_IE_VERSION);
#endif
testDarknetLayer("region");
}