verify outputs

This commit is contained in:
Sefik Ilkin Serengil 2022-01-12 17:18:18 +03:00 committed by GitHub
parent 9674bc04f7
commit b4122698b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: