From 5ab64bb71dbffa4015cf50c4354168d510388dba Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 26 May 2020 10:38:42 +0300 Subject: [PATCH] typo in large scale --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d07ad34..4c62893 100644 --- a/README.md +++ b/README.md @@ -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