mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 20:15:21 +00:00
large scale
This commit is contained in:
parent
bb502de5d3
commit
df9954fdc2
@ -52,7 +52,7 @@ from deepface import DeepFace
|
|||||||
df = DeepFace.find(img_path = "img1.jpg", db_path = "C:/workspace/my_db")
|
df = DeepFace.find(img_path = "img1.jpg", db_path = "C:/workspace/my_db")
|
||||||
print(df.head())
|
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**
|
**Supported face recognition models**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user