From 0b45350b6d6f03f97782a8ce69ccaa3659012d14 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Mon, 27 Dec 2021 11:54:45 +0300 Subject: [PATCH] verified --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c1df5..2f431ca 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A modern [**face recognition pipeline**](https://sefiks.com/2020/05/01/a-gentle- **Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE) -This function verifies face pairs as same person or different persons. It expects exact image paths as inputs. Passing numpy or based64 encoded images is also welcome. +This function verifies face pairs as same person or different persons. It expects exact image paths as inputs. Passing numpy or based64 encoded images is also welcome. Then, it is going to return a dictionary and you should check just its verified key. ```python result = DeepFace.verify(img1_path = "img1.jpg", img2_path = "img2.jpg")