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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user