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

How to get the body measurements? #23

Open
DCQ24 opened this issue Feb 17, 2020 · 3 comments
Open

How to get the body measurements? #23

DCQ24 opened this issue Feb 17, 2020 · 3 comments
Labels
good first issue good for newcomers

Comments

@DCQ24
Copy link

DCQ24 commented Feb 17, 2020

Hello,
could you tell me the method to measure the body_control_points.txt
or the means of the each clumn information?

Thank you.

@zengyh1900
Copy link
Owner

zengyh1900 commented Feb 23, 2020

Hi,

Thank you for your interest.

  1. There are 19 measurements defined in the body_control_points.txt. Each measurement is defined by a set of points, which are defined by drawing in the template manually by us.
  2. We sum the total distance of the set of points to represent the corresponding measurement.
  3. For example,
#neck 
101
1 10963 1
2 10941 10963 0.25 0.75
2 10941 10963 0.5 0.5
...

means we use 101 points around the neck to calculate the length of the neck. In the first line, it denotes the first point that locate on #id 10963. The second line denotes the second point that set between #id 10941 and #10963 with a distance weight of 0.25 and 0.75.

Hope it helps!

@DCQ24
Copy link
Author

DCQ24 commented Feb 28, 2020 via email

@zengyh1900 zengyh1900 changed the title about the How to get the body measurements? Oct 23, 2020
@zengyh1900 zengyh1900 added the good first issue good for newcomers label Oct 23, 2020
@zengyh1900
Copy link
Owner

The specific implementation of calculating measurements can be found here: https://github.com/1900zyh/3D-Human-Body-Shape/blob/6c20fb96f841cb9cf9f8f4bcfcea75db9f468295/src/utils.py#L72

@zengyh1900 zengyh1900 pinned this issue Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants