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