From b38b93c6fc91876231982e625f1f4fea46aefc18 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 2 Feb 2023 10:28:56 -0500 Subject: [PATCH] add affectnet --- Models.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Models.md b/Models.md index ad45ba0..9c36efc 100644 --- a/Models.md +++ b/Models.md @@ -127,6 +127,7 @@ Switching model also automatically switches implementation used inside `Human` s | NanoDet | 255K | nanodet.json | 7.3M | nanodet.bin | 229 | 416x416 | Oarriaga Emotion | 18K | emotion.json | 802K | emotion.bin | 23 | 64x64 | Oarriaga Gender | 30K | gender.json | 198K | gender.bin | 39 | 64x64 +| HSE-AffectNet | 47K | affectnet-mobilenet.json | 6.7M | affectnet-mobilenet.bin | 64 | 224x224 | PoseNet | 47K | posenet.json | 4.8M | posenet.bin | 62 | 385x385 | Sirius-AI MobileFaceNet | 125K | mobilefacenet.json | 5.0M | mobilefacenet.bin | 139 | 112x112 | SSR-Net Age (IMDB) | 93K | age.json | 158K | age.bin | 158 |64x64 @@ -151,6 +152,7 @@ Switching model also automatically switches implementation used inside `Human` s - Body Segmentation: [**MediaPipe Selfie**](https://drive.google.com/file/d/1dCfozqknMa068vVsO2j_1FgZkW_e3VWv/preview) - Body Segmentation: [**Robust Video Matting**](https://github.com/PeterL1n/RobustVideoMatting) - Emotion Prediction: [**Oarriaga**](https://github.com/oarriaga/face_classification) +- Emotion Prediction: [**HSE-AffectNet**](https://github.com/HSE-asavchenko/face-emotion-recognition) - Eye Iris Details: [**MediaPipe Iris**](https://drive.google.com/file/d/1bsWbokp9AklH2ANjCfmjqEzzxO1CNbMu/view) - 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)