1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Fix 2019R2 tests

This commit is contained in:
Dmitry Kurtaev
2019-07-27 13:30:15 +03:00
parent a0c3bb70a9
commit 77d4e3e8d2
5 changed files with 13 additions and 4 deletions
+4
View File
@@ -496,7 +496,11 @@ TEST_P(Test_Caffe_nets, DenseNet_121)
float l1 = default_l1, lInf = default_lInf;
if (target == DNN_TARGET_OPENCL_FP16)
{
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2019020000)
l1 = 0.04; lInf = 0.21;
#else
l1 = 0.017; lInf = 0.0795;
#endif
}
else if (target == DNN_TARGET_MYRIAD)
{