diff --git a/app/src/main/java/com/bonus/canteen/presentation/MyPresentation.java b/app/src/main/java/com/bonus/canteen/presentation/MyPresentation.java index f36a720..b7e372d 100644 --- a/app/src/main/java/com/bonus/canteen/presentation/MyPresentation.java +++ b/app/src/main/java/com/bonus/canteen/presentation/MyPresentation.java @@ -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();