This commit is contained in:
Şefik Serangil 2020-02-10 17:54:54 +03:00
parent c3a7967246
commit 351131261d

View File

@ -81,7 +81,7 @@ demography = DeepFace.analyze("img4.jpg") #passing nothing as 2nd argument will
#demography = DeepFace.analyze("img4.jpg", ['age', 'gender', 'race', 'emotion']) #identical to above line
```
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/tests/dataset/img4-cropped.jpg" width="50%" height="50%"></p>
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/tests/dataset/img4-cropped.jpg" width="20%" height="20%"></p>
Analysis function returns a json object.