miraymen / pix2surf

Learning to Transfer Texture from Clothing Images to 3D Humans, CVPR 2020
Other
343 stars 63 forks source link

Getting Face Map and Barycentric Map from openDR projected in a UV plane #6

Open coreqode opened 4 years ago

coreqode commented 4 years ago

Thanks for this awesome project. I was able to get the face map and Barycentric map using openDR functions. I was using the visibility_image and barycentric_image properties of the ColoredRenderer class. Currently, I am getting maps in the non-UV format which are not UV unwrapped. Since we need these maps in a UV format (projected in a UV plane), how can I get them?

yutao007 commented 4 years ago

do you complete it ,thinks