Body-Shape-Estimation icon indicating copy to clipboard operation
Body-Shape-Estimation copied to clipboard

Estimate the pose and shape under clothing given a static 3D scan of a human

Results 4 Body-Shape-Estimation issues
Sort by recently updated
recently updated
newest added

Thank you so much for releasing the code for this project! As I am doing a project on garment segmentation on 3D human scans, I'm considering using your method proposed...

In "void SMPLWrapper::get3DLocalTransformJac_(const E::Vector3d & jointAxisAngleRotation, const E::MatrixXd & transform_mat, E::MatrixXd* local_transform_jac_out)" " for (int i = 0; i < SPACE_DIM; ++i) { local_transform_jac_out[i].setZero(4, 4); local_transform_jac_out[i].col(SPACE_DIM) = transform_mat.col(SPACE_DIM); } "...

Hi Maria, thank you for your great work. I have a quick question on the Jacobian computation for the shape. In the E::MatrixXd SMPLWrapper::calcModel function: " if (shape_jac != nullptr)...

Hi~ I am trying to reproduce this awesome work in python! But I have problems when I get the full-fit SMPL model. **I don't know how can I get the...