Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch Mediapipe skeleton ordering #22

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

philipqueen
Copy link
Collaborator

This fixes a bug in the mediapipe model info that was causing the mediapipe output array to be ordered incorrectly (pose, face, left hand, right hand). This fixes the ordering to (pose, right hand, left hand, face). This now matches Freemocap's ordering, and fixes the bugs we were having with hands in Blender.

Copy link
Contributor

@aaroncherian aaroncherian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran a session through and it worked for me!

For the future, we should maybe look at whether we can import this list from skellytracker into FreeMoCap proper when we split and export, instead of recreating it? That way for this, and for future options, we don't accidentally run into this problem again.

@philipqueen philipqueen merged commit 09e207e into main Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants