From e8c97857e5e0f155e3ef74e9d11e888bc7298915 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Tue, 26 May 2020 12:48:09 +0300 Subject: [PATCH] demos --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 28f73a5..474ad50 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ The easiest way to install deepface is to download it from [`PyPI`](https://pypi pip install deepface ``` -## Face Recognition - -[`Demo`](https://youtu.be/KRCvkNCOphE) +### Face Recognition - [`Demo`](https://youtu.be/KRCvkNCOphE) Verify function under the DeepFace interface is used for face recognition. @@ -153,8 +151,6 @@ DeepFace.stream("/user/database")

-You can watch a **demo** of real time analysis [`here`](https://youtu.be/-c9sSJcx6wI). - Even though face recognition is based on one-shot learning, you can use multiple face pictures of a person as well. You should rearrange your directory structure as illustrated below. ```bash