人脸识别 -- 人脸识别度0.85
This commit is contained in:
parent
86eb194a4b
commit
dd9c18ea0b
|
|
@ -167,7 +167,7 @@ public class MyPresentation extends Presentation {
|
|||
/**
|
||||
* 识别阈值
|
||||
*/
|
||||
private static final float SIMILAR_THRESHOLD = 0.8F;
|
||||
private static final float SIMILAR_THRESHOLD = 0.85F;
|
||||
private FaceHelper faceHelper;
|
||||
|
||||
private CompositeDisposable getFeatureDelayedDisposables = new CompositeDisposable();
|
||||
|
|
|
|||
Loading…
Reference in New Issue