Merge pull request #18564 from alalek:dnn_test_openvino_4.x

This commit is contained in:
Alexander Alekhin 2020-10-11 08:08:20 +00:00
commit 4bfdf7cf2a

View File

@ -363,7 +363,7 @@ TEST_P(Test_Model, Detection_normalized)
scoreDiff = 5e-3; scoreDiff = 5e-3;
iouDiff = 0.09; iouDiff = 0.09;
} }
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2020040000) #if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_GE(2020040000)
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_MYRIAD) if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_MYRIAD)
{ {
iouDiff = 0.095f; iouDiff = 0.095f;