nywang16 / Pixel2Mesh

Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.
http://openaccess.thecvf.com/content_ECCV_2018/papers/Nanyang_Wang_Pixel2Mesh_Generating_3D_ECCV_2018_paper.pdf
Apache License 2.0
1.64k stars 294 forks source link

mesh normals alternate every triangle or so #79

Open hananbeer opened 4 years ago

hananbeer commented 4 years ago

the output is almost correct. the vertecies are in place and triangles are well connected, except some of them have reverse normals which causes them to become transparent.

plane

P.S. I am running on CPU where there is a known issue, luckily the solution at https://github.com/nywang16/Pixel2Mesh/issues/22 worked for me, so it's worth patching.

good work. :)