para editing to pass facematch
This commit is contained in:
parent
46acafd738
commit
b7448b2c76
@ -107,7 +107,7 @@ class Paravision(FaceClass):
|
||||
|
||||
|
||||
def scores(self):
|
||||
return '{ "status":0, "remark":"OK", "score":%d }' % self.match_score
|
||||
return '{ "status":0, "threshold": 380, "device1_qual": 0.5, "device2_qual": 0.5, "remark":"OK", "score":%d }' % self.match_score
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user