From 9a7b66364a865374defc43f54305af8dd6036ffc Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 23 Feb 2020 23:36:28 +0300 Subject: [PATCH] plotting from the function --- deepface/DeepFace.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/deepface/DeepFace.py b/deepface/DeepFace.py index abeaf45..ecd594a 100644 --- a/deepface/DeepFace.py +++ b/deepface/DeepFace.py @@ -92,8 +92,6 @@ def verify(img1_path, img2_path #------------------------- - #plot = True #passed from the function - if plot: label = "Verified: "+identified label += "\nThreshold: "+str(round(distance, 2))