Skip to content

Commit

Permalink
explanation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil authored Jun 24, 2021
1 parent cca16c5 commit b67750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b67750c

Please sign in to comment.