This commit is contained in:
Sefik Ilkin Serengil 2020-05-26 12:48:09 +03:00 committed by GitHub
parent 84373cd167
commit e8c97857e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,7 @@ The easiest way to install deepface is to download it from [`PyPI`](https://pypi
pip install deepface pip install deepface
``` ```
## Face Recognition ### Face Recognition - [`Demo`](https://youtu.be/KRCvkNCOphE)
[`Demo`](https://youtu.be/KRCvkNCOphE)
Verify function under the DeepFace interface is used for face recognition. Verify function under the DeepFace interface is used for face recognition.
@ -153,8 +151,6 @@ DeepFace.stream("/user/database")
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/stock-3.jpg" width="90%" height="90%"></p> <p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/icon/stock-3.jpg" width="90%" height="90%"></p>
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. 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 ```bash