From 62678e13ee163f47d250185cf4a8333bfb4b6dec Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Mon, 24 Feb 2020 08:51:35 +0300 Subject: [PATCH] new unit tests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f52b4b..d4558a7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ from deepface import DeepFace result = DeepFace.verify("img1.jpg", "img2.jpg") ``` -

+

```json { @@ -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.