diff --git a/README.md b/README.md index 49bee96..38b8199 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ _Parametric Morphable Model-based methods_ A Morphable Model For The Synthesis Of 3D Faces (1999) [[Paper]](http://gravis.dmi.unibas.ch/publications/Sigg99/morphmod2.pdf)[[Code]](https://github.com/MichaelMure/3DMM)

-FLAME: Faces Learned with an Articulated Model and Expressions (2017) [[Paper]](https://ps.is.tuebingen.mpg.de/uploads_file/attachment/attachment/400/paper.pdf)[[Code (Chumpy)]](https://github.com/Rubikplayer/flame-fitting)[[Code (TF)]](https://github.com/TimoBolkart/TF_FLAME) +FLAME: Faces Learned with an Articulated Model and Expressions (2017) [[Paper]](https://ps.is.tuebingen.mpg.de/uploads_file/attachment/attachment/400/paper.pdf)[[Code (Chumpy)]](https://github.com/Rubikplayer/flame-fitting)[[Code (TF)]](https://github.com/TimoBolkart/TF_FLAME) [[Code (PyTorch)]](https://github.com/HavenFeng/photometric_optimization)
[FLAME](http://flame.is.tue.mpg.de/) is a lightweight and expressive generic head model learned from over 33,000 of accurately aligned 3D scans. The model combines a linear identity shape space (trained from 3800 scans of human heads) with an articulated neck, jaw, and eyeballs, pose-dependent corrective blendshapes, and additional global expression blendshapes. The code demonstrates how to 1) reconstruct textured 3D faces from images, 2) fit the model to 3D landmarks or registered 3D meshes, or 3) generate 3D face templates for [speech-driven facial animation](https://github.com/TimoBolkart/voca).

@@ -496,6 +496,9 @@ The code demonstrates how to 1) reconstruct textured 3D faces from images, 2) fi SMPL-X: Expressive Body Capture: 3D Hands, Face, and Body from a Single Image (2019) [[Paper]](https://ps.is.tuebingen.mpg.de/uploads_file/attachment/attachment/497/SMPL-X.pdf)[[Video]](https://youtu.be/XyXIEmapWkw)[[Code]](https://github.com/vchoutas/smplify-x)

+ExPose: Monocular Expressive Body Regression through Body-Driven Attention (2020) [[Paper]](https://ps.is.tuebingen.mpg.de/uploads_file/attachment/attachment/620/0983.pdf)[[Video]](https://youtu.be/lNTmHLYTiB8)[[Code]](https://github.com/vchoutas/expose) +

+ Category-Specific Object Reconstruction from a Single Image (2014) [[Paper]](https://people.eecs.berkeley.edu/~akar/categoryshapes.pdf)