From 7938aa60c4ad2da41f9e558fa77ae22e0786259a Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 8 Feb 2020 23:58:09 +0300 Subject: [PATCH] custom verification --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index aa4818a..a4b77bd 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,7 @@ Instead of using pre-tuned threshold values, you can alternatively check the dis ```python distance = result[1] #the less the better - threshold = 0.30 #threshold for VGG-Face and Cosine Similarity - if distance < threshold: return True else: