face detectors

This commit is contained in:
Sefik Ilkin Serengil 2020-09-24 10:17:27 +03:00 committed by GitHub
parent e8a37f21cc
commit 016bfc3438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,8 @@ for backend in backends:
demography = DeepFace.analyze("img4.jpg", detector_backend = backend) demography = DeepFace.analyze("img4.jpg", detector_backend = backend)
``` ```
[MTCNN](https://sefiks.com/2020/09/09/deep-face-detection-with-mtcnn-in-python/) seems to overperform in detection and alignment stages but it is slower than [SSD](https://sefiks.com/2020/08/25/deep-face-detection-with-opencv-in-python/).
**Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI) **Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI)
You can run deepface for real time videos as well. You can run deepface for real time videos as well.