From 270ef7a2c5cb961e4b5ae58064e58b608b2770cd Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 8 Aug 2022 15:09:33 -0400 Subject: [PATCH] add insightface --- Models.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Models.md b/Models.md index 0b290b7..c1fa086 100644 --- a/Models.md +++ b/Models.md @@ -152,6 +152,7 @@ Switching model also automatically switches implementation used inside `Human` s - Face Description: [**HSE-FaceRes**](https://github.com/HSE-asavchenko/HSE_FaceRec_tf) - Face Detection: [**MediaPipe BlazeFace**](https://drive.google.com/file/d/1f39lSzU5Oq-j_OXgS67KfN5wNsoeAZ4V/view) - Face Embedding: [**BecauseofAI MobileFace**](https://github.com/becauseofAI/MobileFace) +- Face Embedding: [**DeepInsight InsightFace**](https://github.com/deepinsight/insightface) - Facial Spacial Geometry: [**MediaPipe FaceMesh**](https://drive.google.com/file/d/1VFC_wIpw4O7xBOiTgUldl79d9LA-LsnA/view) - Facial Spacial Geometry with Attention: [**MediaPipe FaceMesh Attention Variation**](https://arxiv.org/abs/2006.10962) - Gender, Emotion, Age, Race Prediction: [**GEAR Predictor**](https://github.com/Udolf15/GEAR-Predictor)