final update

This commit is contained in:
2023-06-05 23:22:41 +05:00
parent 54905c2d2b
commit 2e1eda3c69
28 changed files with 3439 additions and 177 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ namespace UltraFace
if(!_detectionSetup.isValidate) return;
_detectedCounter.Add(maxFaceHeight >= _detectionSetup.correctFaceHeight ? true : false);
if(_detectedCounter.Count == 32)
if(_detectedCounter.Count == 64)
{
var trueCounter = _detectedCounter.Count(x => x == true);
var falseCounter = _detectedCounter.Count(x => x == false);