Skip to content

Commit

Permalink
Merge pull request opencv#18564 from alalek:dnn_test_openvino_4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Oct 11, 2020
2 parents 1b44321 + e58da86 commit 4bfdf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dnn/test/test_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ TEST_P(Test_Model, Detection_normalized)
scoreDiff = 5e-3;
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)
{
iouDiff = 0.095f;
Expand Down

0 comments on commit 4bfdf7c

Please sign in to comment.