You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i get the following codes right. In the first stage, the weights for both SMPL and clothed human meshes are predicted.
My question is how the gt weight for the clothed human (skin_bp) is calculated.
Hi, thanks for releasing your code!
If i get the following codes right. In the first stage, the weights for both SMPL and clothed human meshes are predicted.
My question is how the gt weight for the clothed human (
skin_bp
) is calculated.neuralgif/models/train_shape.py
Lines 138 to 139 in 5e60256
neuralgif/models/train_shape.py
Lines 150 to 151 in 5e60256
Moreover, here the clothed human in the canonical pose (
can_pts_gt
) is also used for supervision.neuralgif/models/train_shape.py
Lines 148 to 149 in 5e60256
I can understand these variables for a SMPL mesh can be obtaiend. But how to obtain these parameters for a clothed human mesh?
The text was updated successfully, but these errors were encountered: