From 016bfc3438fcd4782db91c8822e34cd41d9e5eb8 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 24 Sep 2020 10:17:27 +0300 Subject: [PATCH] face detectors --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d444877..9d85ca1 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ for backend in backends: 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) You can run deepface for real time videos as well.