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

Enable some tests for Inference Engine 2019R1

This commit is contained in:
Dmitry Kurtaev
2019-04-08 11:29:10 +03:00
parent dad2247b56
commit a2bbfa1db5
9 changed files with 70 additions and 98 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ TEST_P(Test_ONNX_nets, LResNet100E_IR)
lInf = 0.035;
}
else if (backend == DNN_BACKEND_INFERENCE_ENGINE && target == DNN_TARGET_CPU) {
l1 = 4.5e-5;
l1 = 4.6e-5;
lInf = 1.9e-4;
}
testONNXModels("LResNet100E_IR", pb, l1, lInf);