This commit is contained in:
Sefik Ilkin Serengil 2020-05-26 13:54:01 +03:00 committed by GitHub
parent c15001e765
commit f93deabbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,7 @@ pip install deepface
## Face Recognition ## Face Recognition
A modern face recognition pipeline consists of 4 common stages: detect, [align](https://sefiks.com/2020/02/23/face-alignment-for-face-recognition-in-python-within-opencv/), represent and verify. [`Demo`](https://youtu.be/OYialFo7Qo4) A modern face recognition pipeline consists of 4 common stages: detect, [align](https://sefiks.com/2020/02/23/face-alignment-for-face-recognition-in-python-within-opencv/), represent and verify. **deepface** handles all these common stages in the background.
Deepface handles all these common stages in the background.
**Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE) **Face Verification** - [`Demo`](https://youtu.be/KRCvkNCOphE)