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.66k stars 295 forks source link

The number of vertices depicted in the Fig 2 of the Paper is wrong. #78

Open tomguluson92 opened 4 years ago

tomguluson92 commented 4 years ago

Hi Nanyang, I have deliberately dive into the Unpooling class and found the secondary vertices of the coarse-to-fine procedure is 618 instead of 628. Since 156(vertex0) + 462(edge0) = 618, 618(vertex1) + 1848(edge1) = 2246(vertex2). Could you please revise it on arXiv.org? 20200410