mirror of
https://github.com/serengil/deepface.git
synced 2025-06-12 06:17:10 +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 = {
|
resp_obj = {
|
||||||
"verified": identified
|
"verified": identified
|
||||||
, "distance": distance
|
, "distance": distance
|
||||||
, "max_threshold_to_verify": threshold
|
, "threshold": threshold
|
||||||
, "model": model_name
|
, "model": model_name
|
||||||
|
, "detector_backend": detector_backend
|
||||||
, "similarity_metric": distance_metric
|
, "similarity_metric": distance_metric
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if bulkProcess == True:
|
if bulkProcess == True:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user