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

Is it possible for me to upload a picture to measure the user's specific body data, or is it necessary to use a 3D model? What is the measurement error #18

Open
libai-lab opened this issue May 30, 2024 · 3 comments

Comments

@libai-lab
Copy link

Is it possible for me to upload a picture to measure the user's specific body data, or is it necessary to use a 3D model? What is the measurement error

@DavidBoja
Copy link
Owner

This repository expects an SMPL body model which can then be measured.
You can check about methods that estimate the SMPL body model from 2D images in this repo issue.

Regarding the measurement error, it depends on the fitting. To get the most accurate measurements, you should use the vertex initialization measurer.from_verts(verts=verts) with an accurate fitting. This can be hard to achieve however.
I've seen errors up to 5cm in the extreme for the chest circumference for example. Most errors are however much lower.

@Rut-B
Copy link

Rut-B commented Jun 16, 2024

@DavidBoja do you have any info about the accuracy ?
what is use-case errors? in which measurments?
thanks

@DavidBoja
Copy link
Owner

As I've said in my previous comment, it depends on the fitting. An average mean absolute error of 11 measurements I got from fitting the SMPL parameters and vertices (look here) to a sample of the CAESAR dataset is 3.45 cm.
The official CAEASR measurements names were:

  'Ankle Circumference (mm)',
  'Arm Length (Shoulder to Elbow) (mm)',
  'Arm Length (Shoulder to Wrist) (mm)',
  'Arm Length (Spine to Wrist) (mm)',
  'Chest Circumference (mm)',
  'Crotch Height (mm)',
  'Head Circumference (mm)',
  'Hip Circ Max Height (mm)',
  'Hip Circumference, Maximum (mm)',
  'Neck Base Circumference (mm)',
  'Stature (mm)'

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

3 participants