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

From measurements to shape parameters #22

Open
arianp95 opened this issue Sep 11, 2024 · 1 comment
Open

From measurements to shape parameters #22

arianp95 opened this issue Sep 11, 2024 · 1 comment

Comments

@arianp95
Copy link

Is it possible to obtain the shape parameters from the body measurements?

@DavidBoja
Copy link
Owner

Hi,

sure.
You can randomly sample lots of SMPL shapes, get the body models with those shapes, and measure them using this codebase. Then you have your inputs (measurements) and your outputs (shape parameters) and you can learn a model that maps one to the other. I believe the model could be fairly simple, like linear regression. It should be fairly straightforward.

For a better model, you could use the CAESAR dataset and fit the SMPLs to the 3D scans and use the provided manual measurements.

There are works that have done this so you can check them out:

  • Home 3D body scans from noisy image and range data
  • The Virtual Caliper: Rapid Creation of Metrically Accurate Avatars from 3D Measurements
  • A statistical model of human pose and body shape

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

No branches or pull requests

2 participants