From 51c8ea3c6061b64c1f078d397bde9fd1fc89479b Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sun, 21 Jun 2020 22:53:04 +0300 Subject: [PATCH] large scale face recogntion comment removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7ad92..476b660 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can apply face recognition on a [large scale](https://sefiks.com/2020/05/25/ from deepface import DeepFace import pandas as pd df = DeepFace.find(img_path = "img1.jpg", db_path = "C:/workspace/my_db") -#dfs = DeepFace.find(img_path = ["img1.jpg", "img2.jpg"], db_path = "C:/workspace/my_db") #returns list of pandas data frames +#dfs = DeepFace.find(img_path = ["img1.jpg", "img2.jpg"], db_path = "C:/workspace/my_db") ```