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

Sampling Points for Evaluation #88

Open ttaa9 opened 4 years ago

ttaa9 commented 4 years ago

Thank you for releasing your repo. I noticed the following line in your paper, in the Evaluation Metric section:

We first uniformly sample points from our result and ground truth.

However, I am unable to see where the sampling from your predicted result occurs in your eval_testset.py file.

Could you clarify what was done in the paper?

walsvid commented 4 years ago

Hi, @ttaa9 . The sampling steps are done using Meshlab script, so they're not shown in the code.

zshyang commented 4 years ago

Hi, Do you know how to download the dataset and unzip it?