Skip to content

Commit 848942b

Browse files
alalekSajjad Ali
authored and
Sajjad Ali
committed
dnn(test): update tests for OpenVINO 2021.1 (OpenCV 4.x)
1 parent 2555e26 commit 848942b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dnn/test/test_model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ TEST_P(Test_Model, Detection_normalized)
363363
scoreDiff = 5e-3;
364364
iouDiff = 0.09;
365365
}
366-
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2020040000)
366+
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_GE(2020040000)
367367
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH && target == DNN_TARGET_MYRIAD)
368368
{
369369
iouDiff = 0.095f;

0 commit comments

Comments
 (0)