diff --git a/openbr/core/opencvutils.cpp b/openbr/core/opencvutils.cpp index 3928aeb..0a44513 100644 --- a/openbr/core/opencvutils.cpp +++ b/openbr/core/opencvutils.cpp @@ -474,7 +474,7 @@ void OpenCVUtils::group(vector &rects, vector &confidences, float e { double w2 = rejectWeights[j]; - if (j == i) //|| n2 <= groupThreshold ) + if (j == i) continue; Rect r2 = rrects[j];