face analysis

This commit is contained in:
Sefik Ilkin Serengil 2020-02-22 16:37:10 +03:00 committed by GitHub
parent a6caaff5b0
commit 3ea0da0eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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