muelea / shapy

CVPR 2022 - Official code repository for the paper: Accurate 3D Body Shape Regression using Metric and Semantic Attributes.
https://shapy.is.tue.mpg.de/
295 stars 44 forks source link

Can I use pre-trained model to get SMPL-X parameters from a RGB-D image? #27

Closed felixshing closed 11 months ago

felixshing commented 11 months ago

Hello, I would like to ask could I get SMPL-X parameters from a RGB-D image using this model? Specifically, I may only need the beta value of SMPL-X. If I could do this, how should I do that?

Should I use openpose to extract the keypoints first? If so, what output format of openpose and how many keypoints I should use?