face analysis

This commit is contained in:
Sefik Ilkin Serengil 2020-02-22 16:37:35 +03:00 committed by GitHub
parent 3ea0da0eb2
commit dd2f48e76a
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 #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/img-10.jpg" width="20%" height="20%"></p> <p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/tests/dataset/img10.jpg" width="20%" height="20%"></p>
Analysis function returns a json object. Analysis function returns a json object.