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()