Face Animation - markandre13/makehuman.js GitHub Wiki
Face Animation
Blendshapes
Apple ARKit Blendshapes
Apple's Face ID can animate faces using 52 blendshapes (morphs), which has become quite popular for vtubers and game developers. Google's Tensorflow/Mediapipe Face Landmarker has also be extended to deliver data for those blendshapes.
- Tensorflow's Face Landmarks Detection Model github
- Kalidoface creator Rich Yee