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

Sampling Points for Evaluation

ttaa9 opened this issue · comments

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?

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

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