large scale face recogntion comment removed

This commit is contained in:
Sefik Ilkin Serengil 2020-06-21 22:53:04 +03:00 committed by GitHub
parent 4c0c696692
commit 51c8ea3c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")
```
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/stock-6.jpg" width="95%" height="95%"></p>