From b67750c829fb746ab31a6530d924ab462072f02a Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 24 Jun 2021 09:34:12 +0300 Subject: [PATCH] explanation fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3201f..538a8ed 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A modern [**face recognition pipeline**](https://sefiks.com/2020/05/01/a-gentle- **Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE) -Verification function under the deepface interface offers to verify face pairs as same person or different persons. You should pass face pairs as array instead of calling verify function in a for loop for the best practice. This will speed the function up dramatically and reduce the allocated memory. +Verification function under the deepface interface offers to verify face pairs as same person or different persons. ```python from deepface import DeepFace