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 296 forks source link

questions of quantitative results #66

Open congyang12345 opened 5 years ago

congyang12345 commented 5 years ago

Hi @nywang16 I tested the trained model you provided using the code in eval_testset.py. The result of EMD is obviously different from what in your paper, while the results of F and CD are close. For example, the EMD of plane in your paper is 0.579, but it is 2.243 when I tested your provided model in eval_testset.py. Is there any difference of EMD's calculation between your paper and the code you provided?

woolpeeker commented 4 years ago

I'm also curious about it. Have you figured it out yet? Should the pre-trained model output the exact same result as the paper? I got totally different results.