Why is dilated_mesh.obj so much smaller than the original smpl-x?
surheaven opened this issue · 2 comments
surheaven commented
huangyangyi commented
Hi, the dilated outer shell is constructed in the normalized space, so it is usually smaller than the original SMPL mesh. While exporting the geometry result, TeCH will perform an inverse operation to transform the mesh back to the original space.
surheaven commented
Thanks a lot !!!