From ad2ef9a1b47e8abdedc24360ecf93b7c12b2d786 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 11 Feb 2020 16:27:11 +0300 Subject: [PATCH] verify results --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09eaeff..6ce8939 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ result = DeepFace.verify("img1.jpg", "img2.jpg") ``` Model: VGG-Face Similarity metric: Cosine -Found Distance: 0.25638097524642944 Max Threshold to Verify: 0.40 +Found Distance: 0.25638097524642944 Result: They are same ```