explanation fixed

This commit is contained in:
Sefik Ilkin Serengil 2021-06-24 09:34:12 +03:00 committed by GitHub
parent cca16c56d3
commit b67750c829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ A modern [**face recognition pipeline**](https://sefiks.com/2020/05/01/a-gentle-
**Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE)
Verification function under the deepface interface offers to verify face pairs as same person or different persons. You should pass face pairs as array instead of calling verify function in a for loop for the best practice. This will speed the function up dramatically and reduce the allocated memory.
Verification function under the deepface interface offers to verify face pairs as same person or different persons.
```python
from deepface import DeepFace