From 81f4440be2ab155fdeeec4c8db54ce5ea598bc70 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Mon, 10 Feb 2020 17:11:58 +0300 Subject: [PATCH] file extension --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4408a6..fbddb20 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ Deepface also offers facial attribute analysis including [`age`](https://sefiks. ```python from deepface import DeepFace -demography = DeepFace.analyze("img.zip") #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") #passing nothing as 2nd argument will find everything +#demography = DeepFace.analyze("img.jpg", ['age', 'gender', 'race', 'emotion']) #identical to above line ``` Analysis function returns a json object.