ljchang commited on
Commit
6d2e804
·
verified ·
1 Parent(s): 1aadc45

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,6 +8,8 @@ tags:
8
 
9
  # blendshape + pose -> MP 478 mesh PLS (v5)
10
 
 
 
11
  Full-rank linear regression mapping 52 blendshape features + 3 pose covariates
12
  (Pitch, Yaw, Roll) to 478×3 = 1434 MediaPipe FaceMesh vertex coordinates in a
13
  pose-canonical (Procrustes-aligned) frame. Companion to `au_to_mesh_pls` — same
 
8
 
9
  # blendshape + pose -> MP 478 mesh PLS (v5)
10
 
11
+ ![Each blendshape activated, tessellated MediaPipe mesh colored by per-vertex displacement from neutral.](bs_to_mesh_montage.png)
12
+
13
  Full-rank linear regression mapping 52 blendshape features + 3 pose covariates
14
  (Pitch, Yaw, Roll) to 478×3 = 1434 MediaPipe FaceMesh vertex coordinates in a
15
  pose-canonical (Procrustes-aligned) frame. Companion to `au_to_mesh_pls` — same