From 1f51906255c9b8e3b2d9aa80fdc7da776f0488e6 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 26 May 2020 13:56:58 +0300 Subject: [PATCH] repeated links removed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af70490..0be51a7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Items of resp_obj might be unsorted when you pass multiple instances to verify f **Large scale face recognition** - [`Demo`](https://youtu.be/Hrjp-EStM_s) -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. +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. ```python from deepface import DeepFace