-
Notifications
You must be signed in to change notification settings - Fork 25
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
Mediapipe #23
Comments
As far as I know, Mediapipe works on images of humans, and finds various features from these, like joints, face detection, etc.? You can use Mediapipe to estimate the joints from a subject in the image, and then use an existing HMR method to estimate the SMPL from the image. Then, you can use the SMPL-Anthropometry to get the measurements. |
@DavidBoja But as you mentioned before I need a T or A pose.. this won't work ? |
Yes, you can just use the shape parameters that you obtain with your HMR method and initialize the Measurer with that. This will measure an SMPL in the T-pose with the desired shape. If you want to measure posed subjects, you can check out our other work on pose-independent anthropometry. |
@DavidBoja Thanks so much for the reference github. |
Dear @DavidBoja
Thanks so much for your contributions.
Is there a way to use Mediapipe, to use it for your measurement SMPL anthropometry ? If that's possible what needs to be changed and how ?
The text was updated successfully, but these errors were encountered: