Image Feature Extraction
Py-Feat
English
ljchang commited on
Commit
592578e
·
verified ·
1 Parent(s): 9386186

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,7 +8,7 @@ language:
8
  # MP_Blendshapes
9
 
10
  ## Model Description
11
- MP_Blendshapes has been ported to pytorch from Google's [mediapipe](https://github.com/google-ai-edge/mediapipe) library using Liam Schoneveld's github [repository](https://github.com/nlml/deconstruct-mediapipe). The inputs are 146/473 of mediapipe's FaceMeshV2 high density landmark model. The 52 blendshapes are similar to [ARKit Fafce Blendshapes](https://arkit-face-blendshapes.com/) and loosely correspond to Facial Action Unit Coding System.
12
 
13
  See the mediapipe [model card](https://storage.googleapis.com/mediapipe-assets/Model%20Card%20Blendshape%20V2.pdf) for more details.
14
 
@@ -18,7 +18,8 @@ See the mediapipe [model card](https://storage.googleapis.com/mediapipe-assets/M
18
 
19
  ## Model Sources
20
  - **Repository**: [GitHub Repository](https://github.com/cosanlab/py-feat)
21
- - **Paper**: [Mediapipe blendshape model card](https://storage.googleapis.com/mediapipe-assets/Model%20Card%20Blendshape%20V2.pdf)
 
22
 
23
  ## Citation
24
  If you use the mp_blendshapes model in your research or application, please cite the following paper:
 
8
  # MP_Blendshapes
9
 
10
  ## Model Description
11
+ MP_Blendshapes has been ported to pytorch from Google's [mediapipe](https://github.com/google-ai-edge/mediapipe) library using Liam Schoneveld's github [repository](https://github.com/nlml/deconstruct-mediapipe). The inputs are 146/473 of mediapipe's FaceMeshV2 high density landmark model. The 52 blendshapes are similar to [ARKit Face Blendshapes](https://arkit-face-blendshapes.com/) and loosely correspond to Facial Action Unit Coding System.
12
 
13
  See the mediapipe [model card](https://storage.googleapis.com/mediapipe-assets/Model%20Card%20Blendshape%20V2.pdf) for more details.
14
 
 
18
 
19
  ## Model Sources
20
  - **Repository**: [GitHub Repository](https://github.com/cosanlab/py-feat)
21
+ - **Model Card**: [Mediapipe blendshape model card](https://storage.googleapis.com/mediapipe-assets/Model%20Card%20Blendshape%20V2.pdf)
22
+ - **Paper**: [Attention mesh: High-fidelity face mesh prediction in real-time](https://arxiv.org/abs/2006.10962)
23
 
24
  ## Citation
25
  If you use the mp_blendshapes model in your research or application, please cite the following paper: