From df9954fdc2145890e87bb2bba969ba73f42c3fbb Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 26 May 2020 13:55:59 +0300 Subject: [PATCH] large scale --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31bc735..61430b5 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ from deepface import DeepFace df = DeepFace.find(img_path = "img1.jpg", db_path = "C:/workspace/my_db") print(df.head()) -#DeepFace.find(img_path = ["img1.jpg", "img2.jpg"], db_path = "C:/workspace/my_db") #apply face recognition for multiple identities. this will return a list including pandas dataframe items. +#DeepFace.find(img_path = ["img1.jpg", "img2.jpg"], db_path = "C:/workspace/my_db") ``` **Supported face recognition models**