qianlim / CAPE

Official implementation of CVPR2020 paper "Learning to Dress 3D People in Generative Clothing" https://arxiv.org/abs/1907.13615

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom 3d data.

Vikas-Sony opened this issue · comments

Hi,
I have some 3d scans of my own clothes. I want to extract z-parameters for those scans. I did a bit of research and found out that my garment scans must be registered to your data. May i get some help on this registration task? How can i register my own scans to any dataset that is publicily available? A sample code would be much appreciated. If that wont be possible, can you give me the steps people use for doing this non-rigid mesh registration task.

Thanks.

Hi, scan registration is not the focus of CAPE.
I guess what you want is not to register to your scan to a certain dataset (doesn't sound meaningful to me), but rather to some parametric body model, so that you can use it to animate the scan? If that's the case, you might want to check LoopReg --- it's about registering scans to the SMPL body model.

Hi,
Thanks for replying. Actually i want to register my cloth's scans to digital wardrobe of Multigarment Net. For that, i want to figure out how they did registration. Or how anybody will do non-rigid mesh registration? I understand that this is not part of Cape but if you have done this sort of thing before, i would be glad to listen to some pointers on how to do that.

Thanks again.