1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

dnn(test): update opencv_face_detector checks

This commit is contained in:
OpenCV Developers
2022-04-11 19:14:33 +00:00
parent 4754b0e253
commit be4a432bea
2 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -906,7 +906,7 @@ TEST_P(Test_Int8_nets, opencv_face_detector)
0, 1, 0.97203469, 0.67965847, 0.06876482, 0.73999709, 0.1513494,
0, 1, 0.95097077, 0.51901293, 0.45863652, 0.5777427, 0.5347801);
float confThreshold = 0.5, scoreDiff = 0.002, iouDiff = 0.21;
float confThreshold = 0.5, scoreDiff = 0.002, iouDiff = 0.4;
testDetectionNet(net, blob, ref, confThreshold, scoreDiff, iouDiff);
}