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