3D-Human-Body-Shape icon indicating copy to clipboard operation
3D-Human-Body-Shape copied to clipboard

How to get the body measurements?

Open DCQ24 opened this issue 5 years ago • 3 comments

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

Thank you.

DCQ24 avatar Feb 17 '20 09:02 DCQ24

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!

zengyh1900 avatar Feb 23 '20 02:02 zengyh1900

Hi,

Thank you for your reply. It’ s so helpful.

Sincerely, DU CHUNQI [email protected]

Windows 10 版のメールから送信

差出人: zyh 送信日時: 2020年2月23日 11:51 宛先: 1900zyh/3D-Human-Body-Shape CC: DCQ24; Author 件名: Re: [1900zyh/3D-Human-Body-Shape] about the (#23)

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 xxxxx 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! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

DCQ24 avatar Feb 28 '20 07:02 DCQ24

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 avatar Nov 16 '20 13:11 zengyh1900