plotting from the function

This commit is contained in:
Sefik Ilkin Serengil 2020-02-23 23:36:28 +03:00 committed by GitHub
parent 8e8d5778a6
commit 9a7b66364a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,6 @@ def verify(img1_path, img2_path
#------------------------- #-------------------------
#plot = True #passed from the function
if plot: if plot:
label = "Verified: "+identified label = "Verified: "+identified
label += "\nThreshold: "+str(round(distance, 2)) label += "\nThreshold: "+str(round(distance, 2))