From 8e898a636f5254a3fe451b097c633c9965a8a680 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 4 Jun 2021 13:50:52 -0400 Subject: [PATCH] add meet and selfie models --- Models.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Models.md b/Models.md index b53e4c3..e61f1da 100644 --- a/Models.md +++ b/Models.md @@ -72,6 +72,8 @@ but can be switched on-the-fly due to standardized output implementation | MediaPipe BlazeFace (Back) | 78K | blazeface-back.json | 527K | blazeface-back.bin | 112 | | MediaPipe FaceMesh | 88K | facemesh.json | 2.9M | facemesh.bin | 118 | | MediaPipe Iris | 120K | iris.json | 2.5M | iris.bin | 191 | +| MediaPipe Meet | 94K | meet.json | 364K | meet.bin | 163 | +| MediaPipe Selfie | 82K | selfie.json | 208M | selfie.bin | 136 | | Oarriaga Emotion | 18K | emotion.json | 802K | emotion.bin | 23 | | SSR-Net Age (IMDB) | 93K | age.json | 158K | age.bin | 158 | | SSR-Net Gender (IMDB) | 92K | gender-ssrnet-imdb.json | 158K | gender-ssrnet-imdb.bin | 157 |