Skip to content

Commit

Permalink
[Fix] Update face detector score threshold 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Jul 8, 2023
1 parent 1f6b124 commit 916eb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ private FaceDetectorYN loadFaceDetect() {
}
}
return FaceDetectorYN.create(faceDetectFile.getAbsolutePath(), "", new Size(FACE_DETECT_WIDTH, FACE_DETECT_HEIGHT),
0.4f, 0.5f);
0.6f, 0.5f);
}
}

0 comments on commit 916eb19

Please sign in to comment.