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

enable access to segmentation masks in posedetection #136

Open
cdiddy77 opened this issue Jun 23, 2024 · 0 comments
Open

enable access to segmentation masks in posedetection #136

cdiddy77 opened this issue Jun 23, 2024 · 0 comments

Comments

@cdiddy77
Copy link
Owner

The segmentation mask for each pose is a 2d array of values, an image essentially, which represents the mask. This obviously should not be transferred across the native <=> js boundary on every frame, as it is a 1080p bitmap. But it supplies the information to do basic green-screening of the poser, which certainly has potential.

Somehow the web version does expose it. You can turn it on in the mediapipe web demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant