People: Reduce face detection score threshold #22

This commit is contained in:
Michael Mayer 2021-05-26 11:55:10 +02:00
parent 58e3573e10
commit 65b779823d

View file

@ -83,7 +83,7 @@ func Detect(fileName string) (faces Faces, err error) {
shiftFactor: 0.1,
scaleFactor: 1.1,
iouThreshold: 0.2,
scoreThreshold: 10.0,
scoreThreshold: 9.0,
perturb: 63,
}