mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
verified
This commit is contained in:
parent
65c637370f
commit
0b45350b6d
@ -31,7 +31,7 @@ A modern [**face recognition pipeline**](https://sefiks.com/2020/05/01/a-gentle-
|
|||||||
|
|
||||||
**Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE)
|
**Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE)
|
||||||
|
|
||||||
This function verifies face pairs as same person or different persons. It expects exact image paths as inputs. Passing numpy or based64 encoded images is also welcome.
|
This function verifies face pairs as same person or different persons. It expects exact image paths as inputs. Passing numpy or based64 encoded images is also welcome. Then, it is going to return a dictionary and you should check just its verified key.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
result = DeepFace.verify(img1_path = "img1.jpg", img2_path = "img2.jpg")
|
result = DeepFace.verify(img1_path = "img1.jpg", img2_path = "img2.jpg")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user