label fixed

This commit is contained in:
Şefik Serangil 2020-02-15 19:20:11 +03:00
parent 9f4b804d4d
commit 517827bd23

View File

@ -30,8 +30,8 @@ result = DeepFace.verify("img1.jpg", "img2.jpg")
You can retrieve the fields of the response object easily in Python. You can retrieve the fields of the response object easily in Python.
```python ```python
print("Is verified: ", demography["verified"]) print("Is verified: ", result["verified"])
print("Distance: ", demography["distance"]) print("Distance: ", result["distance"])
``` ```
## Face recognition models ## Face recognition models