1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

dnn(test): adjust tests for OpenVINO 2020.4

This commit is contained in:
Alexander Alekhin
2020-07-15 22:52:08 +00:00
parent 55e8549839
commit 1c371d07b5
7 changed files with 80 additions and 7 deletions
+2
View File
@@ -390,6 +390,8 @@ TEST_P(DNNTestNetwork, DenseNet_121)
if (target == DNN_TARGET_OPENCL_FP16)
{
l1 = 2e-2; lInf = 9e-2;
if (backend == DNN_BACKEND_INFERENCE_ENGINE_NGRAPH)
lInf = 0.1f;
}
else if (target == DNN_TARGET_MYRIAD)
{