add affectnet

master
Vladimir Mandic 2023-02-02 10:28:56 -05:00
parent ba16d32c56
commit b38b93c6fc
1 changed files with 2 additions and 0 deletions

@ -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)