bharat-b7 / MultiGarmentNetwork

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

Multi Mesh Registration #50

Open Vikas-Sony opened 3 years ago

Vikas-Sony commented 3 years ago

HI,

Thanks for the dataset. May i ask for the code that you used for mesh registration? Or maybe some tips or steps on how you did it?

bharat-b7 commented 3 years ago

Hi, currently the code for multi-mesh registration is not released as it has some third party dependencies that are not public.

Vikas-Sony commented 3 years ago

Hi, i appreciate the response. In that case, may i know the steps that need to be followed for the registration so i might try it myself. Actually, i am trying to feed my 3d scans of clothes into multigarmentnet for testing. Is there any other possible way of doing it without registration?

Thanks.

Bparui commented 2 years ago

@Vikas-Sony Do you refer to the code which is used to register the garment on user specified SMPL body like Dress_SMPL.py . Cause I would like to use my personal dataset of Garments (insted of MGN one) with MGN garment registration network on random SMPL body.

Vikas-Sony commented 2 years ago

Hi, I could not totally understand what you are planning to do. I was trying to feed the garments that we created inside the MGN network and to do that, i had to register my garments to the MGN garments so that they have same topology. That was the code i was asking for but i found some other ways.