1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Fixed Test_Model.DetectionOutput

This commit is contained in:
Liubov Batanina
2020-11-19 12:11:52 +03:00
parent e8536c4a0e
commit b86f129393
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -206,6 +206,8 @@ TEST_P(Test_Model, DetectionOutput)
{
if (backend == DNN_BACKEND_OPENCV)
scoreDiff = 4e-3;
else
scoreDiff = 2e-2;
iouDiff = 1.8e-1;
}