From d7b2a715801ed3ab933fff674f9b80842e3797b4 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 8 Jan 2022 10:10:26 +0300 Subject: [PATCH] retinaface ref --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fb2ebd..844e2d2 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,8 @@ The performance of RetinaFace is very satisfactory even in the crowd as seen in

+You can find out more about RetinaFace on this [repo](https://github.com/serengil/retinaface). + **API** - [`Demo`](https://youtu.be/HeKCQ6U9XmI) Deepface serves an API as well. You can clone [`/api/api.py`](https://github.com/serengil/deepface/tree/master/api/api.py) and pass it to python command as an argument. This will get a rest service up. In this way, you can call deepface from an external system such as mobile app or web.