gulvarol / surreal

Learning from Synthetic Humans, CVPR 2017
http://www.di.ens.fr/willow/research/surreal
Other
587 stars 107 forks source link

How to generate the SMPL texture #30

Open shen113 opened 5 years ago

shen113 commented 5 years ago

How can I use my image to generate the SMPL texture image like this? grey_male_0927

gulvarol commented 5 years ago

What do you mean by 'my image'? These textures are captured from 3D scans of people which are then registered to SMPL model to create this UV map.

shen113 commented 5 years ago

Thank you for your reply. Sorry, I don't know much about this field. I mean to generate this by 2D images. I have used the DensePose to texture on SMPL model like this: image Or do you have any other suggestions? And can you tell me how to use SMPL model to create this UV map?

gulvarol commented 5 years ago

Sorry, generating texture maps is out of scope of this repository. You might be interested in "Dense Pose Transfer" ECCV 2018 by Neverova et al.

shen113 commented 5 years ago

Thank you,I just want to know after the texture was registered to SMPL model and then how to create UV map like above. Is there any software?