open-mmlab / mmhuman3d

OpenMMLab 3D Human Parametric Model Toolbox and Benchmark
https://mmhuman3d.readthedocs.io/
Apache License 2.0
1.25k stars 137 forks source link

Generate SMPL-X model with multiple RGB-D sensors #375

Open felixshing opened 1 year ago

felixshing commented 1 year ago

Hello, I would like to ask could I use this framework to get SMPL-X model from multiple RGB-D sensors? My setup is: I will have 3-4 RGB-D sensors around the human. Then I will generate the point cloud for human body. I also want to have a smpl-x models, which is aligned with the point cloud. How can I achieve this? Thanks!