Open ujjawalcse opened 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
I ran into the same problem, did you solve it?
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.
Hi @aymenmir1 , I'm playing with your code since 3 days, I'm trying to generate custom 3D textured cloths. I executed the
run.py
and generated the t-shirt mesh but it's vertically rotated and missing the UV. I also debug thedemo.py
andrender.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.