Skip to content

Commit 916eb19

Browse files
committed
[Fix] Update face detector score threshold 0.6
1 parent 1f6b124 commit 916eb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-engine/src/main/java/m/co/rh/id/a_jarwis/ml_engine/provider/component/MLEngineInstance.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ private FaceDetectorYN loadFaceDetect() {
5858
}
5959
}
6060
return FaceDetectorYN.create(faceDetectFile.getAbsolutePath(), "", new Size(FACE_DETECT_WIDTH, FACE_DETECT_HEIGHT),
61-
0.4f, 0.5f);
61+
0.6f, 0.5f);
6262
}
6363
}

0 commit comments

Comments
 (0)