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 MediaPipe FaceMesh-with-Attention model
model is available in @vladmandic/human-models repository
to enable, set config.face.attention = true
model replaces iris, eyes and lips keypoints with high-detailed ones
Add model pre-compile phase to warmup method
result is speed-up to first inference by around ~30% for browser environments
Changed default face crop from 120% to 140%
to better utilize caching between frames and face mesh mapping
Refactor draw methods into separate modules and fix coloring function
Add highlights to attention keypoints
enabled when both points and attention draw are enabled: human.draw.options.drawAttention = true and human.draw.options.drawPoints = true