Skip to content

Commit

Permalink
Update liveness.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richmondu committed Jan 7, 2019
1 parent 11f16ac commit 092238d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfaceid/liveness.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def get_shape(self, frame, face):

class FaceLiveness_COLORSPACE_YCRCBLUV:

_threshold_print = 0.31
_threshold_print = 0.35
_threshold_replay = 0.93

def __init__(self, path):
Expand Down

0 comments on commit 092238d

Please sign in to comment.