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

enable fusion tests, update thresholds and fix missed eltwise fusions

This commit is contained in:
YashasSamaga
2020-11-21 17:35:20 +05:30
parent 0105f8fa38
commit 0f8ab0557e
9 changed files with 73 additions and 35 deletions
+2 -1
View File
@@ -321,6 +321,7 @@ TEST_P(DNNTestNetwork, SSD_VGG16)
else if (target == DNN_TARGET_CUDA_FP16)
{
scoreDiff = 0.03;
iouDiff = 0.13;
}
processNet("dnn/VGG_ILSVRC2016_SSD_300x300_iter_440000.caffemodel",
@@ -511,7 +512,7 @@ TEST_P(DNNTestNetwork, FastNeuralStyle_eccv16)
else if (target == DNN_TARGET_CUDA_FP16)
{
l1 = 0.3;
lInf = 7.2;
lInf = 7.6;
}
processNet("dnn/fast_neural_style_eccv16_starry_night.t7", "", inp, "", "", l1, lInf);
#if defined(HAVE_INF_ENGINE) && INF_ENGINE_VER_MAJOR_GE(2019010000)