1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +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
@@ -749,7 +749,7 @@ TEST_P(Test_Caffe_nets, RFCN)
if (target == DNN_TARGET_CUDA_FP16)
{
scoreDiff = 0.0034;
iouDiff = 0.11;
iouDiff = 0.12;
}
static Mat ref = (Mat_<float>(2, 7) << 0, 7, 0.991359, 491.822, 81.1668, 702.573, 178.234,
0, 12, 0.94786, 132.093, 223.903, 338.077, 566.16);