You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add webcam_expression_mirror.py — live FACS expression mirroring
Streams webcam face landmarks via MediaPipe to a Genesis 9 figure's FACS
morph controls at up to 10 fps. Includes EMA smoothing, a live AU bar
chart overlay, headless mode, and automatic morph reset on exit.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/examples/README.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ The examples are roughly ordered from simple to complex. Start with
30
30
|[dataset_generator.py](#dataset_generatorpy)| ML / Data | Generates a randomised render dataset with JSON sidecar for LoRA training | Yes |
31
31
|[pose_interpolation.py](#pose_interpolationpy)| Animation | Interpolates between two saved states with easing curves and renders each step | Yes |
32
32
|[expression_transfer.py](#expression_transferpy)| AI / Vision | Extracts a facial expression from a photo using MediaPipe and applies it to a Genesis 9 figure | No |
33
+
|[webcam_expression_mirror.py](#webcam_expression_mirrorpy)| AI / Vision | Mirrors your live webcam expression onto a Genesis 9 figure in real time | No |
0 commit comments