Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions musicalgestures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,12 @@ def __init__(self):
rayleigh_test,
synchrony,
)
# Landmark-trajectory pose tools. extract_pose_landmarks needs the optional
# mediapipe package ([pose] extra) but imports it lazily, so this is safe
# without it; the other helpers are numpy-only.
from musicalgestures._posetools import (
extract_pose_landmarks,
midpoint,
limb_speed_from_landmarks,
impact_events,
)
Loading
Loading