From 517827bd2337117113672cc021e2d9a8b65920bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eefik=20Serangil?= Date: Sat, 15 Feb 2020 19:20:11 +0300 Subject: [PATCH] label fixed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e4c438..e6f0ee0 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ result = DeepFace.verify("img1.jpg", "img2.jpg") You can retrieve the fields of the response object easily in Python. ```python -print("Is verified: ", demography["verified"]) -print("Distance: ", demography["distance"]) +print("Is verified: ", result["verified"]) +print("Distance: ", result["distance"]) ``` ## Face recognition models