mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
file extension
This commit is contained in:
parent
b6f97a64ff
commit
81f4440be2
@ -67,8 +67,8 @@ Deepface also offers facial attribute analysis including [`age`](https://sefiks.
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
from deepface import DeepFace
|
from deepface import DeepFace
|
||||||
demography = DeepFace.analyze("img.zip") #passing nothing as 2nd argument will find everything
|
demography = DeepFace.analyze("img.jpg") #passing nothing as 2nd argument will find everything
|
||||||
#demography = DeepFace.analyze("img.zip", ['age', 'gender', 'race', 'emotion']) #identical to above line
|
#demography = DeepFace.analyze("img.jpg", ['age', 'gender', 'race', 'emotion']) #identical to above line
|
||||||
```
|
```
|
||||||
|
|
||||||
Analysis function returns a json object.
|
Analysis function returns a json object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user