ljchang commited on
Commit
7c18f8d
·
verified ·
1 Parent(s): e9c2de8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -40,9 +40,9 @@ blendshapes** (the v2.7 model; replaces v2.6).
40
  | Action Units | 20 probabilities [0,1] | AU01,02,04,05,06,07,09,10,11,12,14,15,17,20,23,24,25,26,28,43 |
41
  | Emotion | 7-class softmax | Neutral, Happy, Sad, Surprise, Fear, Disgust, Anger |
42
  | Valence / Arousal | 2 × [−1,1] | tanh |
43
- | Gaze | (yaw, pitch) radians | head-centric; yaw+ = right, pitch+ = up |
44
  | Face mesh | 478 × (x,y,z) | MediaPipe topology, chip-pixel coords (z = relative depth) |
45
- | Head pose | (yaw, pitch, roll, tx, ty, tz) | radians / pixels |
46
  | 68 landmarks | derived | dlib-68 subset sampled from the 478 mesh |
47
  | Blendshapes | 52 coefficients [0,1] | MediaPipe/ARKit standard names (browInnerUp, jawOpen, mouthSmileLeft, …) |
48
 
 
40
  | Action Units | 20 probabilities [0,1] | AU01,02,04,05,06,07,09,10,11,12,14,15,17,20,23,24,25,26,28,43 |
41
  | Emotion | 7-class softmax | Neutral, Happy, Sad, Surprise, Fear, Disgust, Anger |
42
  | Valence / Arousal | 2 × [−1,1] | tanh |
43
+ | Gaze | (yaw, pitch) radians | RAW convention is y-down: yaw+ = subject's right (image-left), pitch+ = looking DOWN. `Detectorv2` negates pitch so Fex columns are canonical +up (since py-feat 2.1.1) |
44
  | Face mesh | 478 × (x,y,z) | MediaPipe topology, chip-pixel coords (z = relative depth) |
45
+ | Head pose | (pitch, yaw, roll, tx, ty, tz) | radians / pixels; RAW pitch+ = down (img2pose teacher frame); `Detectorv2` outputs canonical +up (since py-feat 2.1.1) |
46
  | 68 landmarks | derived | dlib-68 subset sampled from the 478 mesh |
47
  | Blendshapes | 52 coefficients [0,1] | MediaPipe/ARKit standard names (browInnerUp, jawOpen, mouthSmileLeft, …) |
48