typo in large scale

This commit is contained in:
Sefik Ilkin Serengil 2020-05-26 10:38:42 +03:00 committed by GitHub
parent 650cc5d354
commit 5ab64bb71d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,9 @@ resp_obj = DeepFace.verify(dataset)
Items of resp_obj might be unsorted when you pass multiple instances to verify function. Please check the item indexes in the response object.
## Face recognition on a large scala data set
## Large scale face recognition
You can apply face recognition on a large scale data set as well. Vector representations of faces in your database folder stored in a pickle file when find function is called once. Then, deepface just finds vector representation of the target image. Finding an identity in a large scale data set will be performed in just seconds.
You can [apply](https://youtu.be/Hrjp-EStM_s) face recognition on a large scale data set as well. Vector representations of faces in your database folder stored in a pickle file when find function is called once. Then, deepface just finds vector representation of the target image. Finding an identity in a large scale data set will be performed in just seconds.
```python
from deepface import DeepFace