final update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user