From fe80d944dd5d3deb42b837a6f7d979995729f00b Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 10 Jun 2021 11:24:32 +0300 Subject: [PATCH] retinaface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44f36e9..6e68023 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ for backend in backends:

-[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/). +[RetinaFace](https://sefiks.com/2021/04/27/deep-face-detection-with-retinaface-in-python/) and [MTCNN](https://sefiks.com/2020/09/09/deep-face-detection-with-mtcnn-in-python/) seem to overperform in detection and alignment stages they are slower than others. **Tech Stack** - [`Vlog`](https://youtu.be/R8fHsL7u3eE)