nywang16 / Pixel2Mesh

Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.

Home Page:http://openaccess.thecvf.com/content_ECCV_2018/papers/Nanyang_Wang_Pixel2Mesh_Generating_3D_ECCV_2018_paper.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get texture?

pengzhao-life opened this issue · comments

Hi, thanks for sharing the great work! In the result .obj file, I don't see 'vt' for texture. Can anyone help me understand how to get the texture?
One more question: in the code, it seems that outputs are vertices only, and then the pre-defined faces are vertically stacked after all the vertices. So only vertices for the initial output? And how the faces were defined?
Thanks!