miraymen / pix2surf

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

UV missing in generated mesh using run.py #23

Open ujjawalcse opened 3 years ago

ujjawalcse commented 3 years ago

Hi @aymenmir1 , I'm playing with your code since 3 days, I'm trying to generate custom 3D textured cloths. I executed therun.py and generated the t-shirt mesh but it's vertically rotated and missing the UV. I also debug the demo.py and render.py so that i can save the textured mesh file of the t-shirt. I could successfully rendered custom front and back images as texture to your provided meshes in test_data. But the quality of the texture is not satisfactory. Can you suggest some ideas to tackle these issues? Thanks.

AmitSharma1127 commented 3 years ago

Can you please mention which OS you're using and if you could help resolving this issue: https://github.com/aymenmir1/pix2surf/issues/22

chenw191 commented 3 years ago

I ran into the same problem, did you solve it?

ujjawalcse commented 3 years ago

Hey @AmitSharma1127, I was using Ubuntu 18.04 with Blender 2.79 (as suggested here). I also tried with higher versions of blender but many ops are changed, so I moved to 2.79. @chenw191, No I couldn't figure it out yet. Please comment here if you find anything.