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

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2026-05-25 16:29:45 +03:00
54 changed files with 523 additions and 414 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ class dnn_test(NewOpenCVTests):
iouDiff = 0.05
confThreshold = 0.0001
nmsThreshold = 0
scoreDiff = 1e-3
scoreDiff = 1.1e-3
classIds, confidences, boxes = model.detect(frame, confThreshold, nmsThreshold)