From 0c127586957807fb713b8971db110abf03857fe2 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 8 Aug 2020 18:29:39 +0300 Subject: [PATCH] typo fixed --- deepface/commons/realtime.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deepface/commons/realtime.py b/deepface/commons/realtime.py index 7d89798..ac8f4ab 100644 --- a/deepface/commons/realtime.py +++ b/deepface/commons/realtime.py @@ -375,7 +375,7 @@ def analysis(db_path, model_name, distance_metric, enable_face_analysis = True): employee_name = candidate['employee'] best_distance = candidate['distance'] - p#rint(candidate[['employee', 'distance']].values) + #print(candidate[['employee', 'distance']].values) #if True: if best_distance <= threshold: @@ -472,4 +472,4 @@ def analysis(db_path, model_name, distance_metric, enable_face_analysis = True): #kill open cv things cap.release() - cv2.destroyAllWindows() \ No newline at end of file + cv2.destroyAllWindows()