bharat-b7 / MultiGarmentNetwork

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

how to get my own garment_fts.pkl #58

Open ljiqy opened 3 years ago

ljiqy commented 3 years ago

Hi, thank you for your great work! I want to create my own garment template, I have a standard SMPL model and corresponding garment model, but I haven't vertex indexes that described in your garment_fts.pkl, can you share your experience about how to get it?

bharat-b7 commented 3 years ago

I cut the SMPL model to generate the garment templates. This way, I automatically got correspondences between the SMPL model and garment templates. You can also put the garment template on SMPL (you can use any PBS software to get accurate draping, if not already available) and then select closest vertices.

ljiqy commented 3 years ago

thank you for your quick reply! I have test select closest vertices method, but I found the results have some same index, it means some vertices in garmet matching the same vertex in the SMPL body.