face recognition list

This commit is contained in:
Sefik Ilkin Serengil 2020-03-10 08:22:29 +03:00 committed by GitHub
parent 12468ab0e8
commit 2e1b7bfc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ Each call of verification function builds a face recognition model from scratch
```python
dataset = [
['dataset/img1.jpg', 'dataset/img2.jpg'],
['dataset/img5.jpg', 'dataset/img6.jpg']
['dataset/img1.jpg', 'dataset/img3.jpg']
]
result = DeepFace.verify(dataset)