mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
label fixed
This commit is contained in:
parent
9f4b804d4d
commit
517827bd23
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user