mks0601 / I2L-MeshNet_RELEASE

Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
MIT License
720 stars 128 forks source link

Body Measurements ? #75

Open Adeel-Intizar opened 3 years ago

Adeel-Intizar commented 3 years ago

Hello, thank you for your amazing implementation How can we measure the body measurements like waist, neck to hand, chest etc. Thank you

mks0601 commented 3 years ago

Yes. You can use the output 3D joint coordinates or 3D mesh vertex coordinates to measure them.

Adeel-Intizar commented 3 years ago

can you help me write a function for that?