add facemesh attention model

master
Vladimir Mandic 2022-04-11 11:55:24 -04:00
parent c3d1ddf7a6
commit 9e2f1fb170
1 changed files with 2 additions and 0 deletions

@ -96,6 +96,7 @@ Switching model also automatically switches implementation used inside `Human` s
| MediaPipe MediaPipe BlazeFace (Front) | 51K | blazeface-front.json | 393K | blazeface-front.bin | 73 |
| MediaPipe BlazeFace (Back) | 78K | blazeface-back.json | 527K | blazeface-back.bin | 112 |
| MediaPipe FaceMesh | 88K | facemesh.json | 2.9M | facemesh.bin | 118 |
| MediaPipe FaceMesh with Attention | 335K | facemesh-attention.json | 2.3M | facemesh-attention.bin | 647 |
| 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 |
@ -143,6 +144,7 @@ Switching model also automatically switches implementation used inside `Human` s
- Face Detection: [**MediaPipe BlazeFace**](https://drive.google.com/file/d/1f39lSzU5Oq-j_OXgS67KfN5wNsoeAZ4V/view)
- Face Embedding: [**BecauseofAI MobileFace**](https://github.com/becauseofAI/MobileFace)
- 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)
- Hand Detection & Skeleton: [**MediaPipe HandPose**](https://drive.google.com/file/d/1sv4sSb9BSNVZhLzxXJ0jBv9DqD-4jnAz/view)
- Hand Tracking: [**HandTracking**](https://github.com/victordibia/handtracking)