From 3ea0da0eb22478ebf2b16d14eff23e86e523c597 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 22 Feb 2020 16:37:10 +0300 Subject: [PATCH] face analysis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abd19c5..f59d276 100644 --- a/README.md +++ b/README.md @@ -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 ``` -

+

Analysis function returns a json object.