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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
macOS first-run failure (regression in 0.8.13) — 0.8.13's bundled runtime lock was compiled on a Linux/CUDA host, so it pinned CUDA-only torch deps (cuda-bindings/nvidia-*) that have no macOS wheels; the app couldn't install its Python runtime on first launch. The lock is now resolved for macOS (CPU/MPS torch). A CI gate dry-run-installs the lock on macOS to prevent recurrence. 0.8.13 is superseded — use 0.8.14.
Facial-region overlays (Detectorv2)
New ARKit-blendshape mesh overlay — toggle Blendshapes in Live and the Viewer (monochrome heatmap, Left/Right split at the facial midline).
AU mesh overlay now uses py-feat's non-overlapping AU region map.