bharat-b7 / MultiGarmentNetwork

Repo for "Multi-Garment Net: Learning to Dress 3D People from Images, ICCV'19"
282 stars 65 forks source link

Adding clothing capability to SMPL-X body model #63

Open hshreeshail opened 2 years ago

hshreeshail commented 2 years ago

I am working on a problem which requires animating finger movements and facial expressions. Hence, I am using PIXIE, which uses the SMPL-X model. However, PIXIE works on the vanilla, undressed SMPL model. I was wondering what the easiest way is to add the clothing feature to PIXIE (i.e., I want PIXIE's output on a clothed SMPL model). It would suffice for the clothing/skin color to be a fixed value i.e., it doesn't have to be derived from the input image.

hshreeshail commented 2 years ago

Sorry for the slight typo. I mean SMPL-X wherever I have written SMPL.

BukuBukuChagma commented 2 months ago

I am working on a problem which requires animating finger movements and facial expressions. Hence, I am using PIXIE, which uses the SMPL-X model. However, PIXIE works on the vanilla, undressed SMPL model. I was wondering what the easiest way is to add the clothing feature to PIXIE (i.e., I want PIXIE's output on a clothed SMPL model). It would suffice for the clothing/skin color to be a fixed value i.e., it doesn't have to be derived from the input image.

did you figure out how to dress smpl-x body model?