mirror of
https://github.com/serengil/deepface.git
synced 2025-06-10 13:27:08 +00:00
verify outputs
This commit is contained in:
parent
9674bc04f7
commit
b4122698b6
@ -202,10 +202,10 @@ def verify(img1_path, img2_path = '', model_name = 'VGG-Face', distance_metric =
|
||||
resp_obj = {
|
||||
"verified": identified
|
||||
, "distance": distance
|
||||
, "max_threshold_to_verify": threshold
|
||||
, "threshold": threshold
|
||||
, "model": model_name
|
||||
, "detector_backend": detector_backend
|
||||
, "similarity_metric": distance_metric
|
||||
|
||||
}
|
||||
|
||||
if bulkProcess == True:
|
||||
|
Loading…
x
Reference in New Issue
Block a user