1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +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
+1 -1
View File
@@ -263,7 +263,7 @@ TEST_P(Test_Model, DetectionMobilenetSSD)
}
else if (target == DNN_TARGET_CUDA_FP16)
{
scoreDiff = 4e-4;
scoreDiff = 0.002;
iouDiff = 1e-2;
}
float confThreshold = FLT_MIN;