People: Reduce face detection score threshold #22
This commit is contained in:
parent
58e3573e10
commit
65b779823d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue