HTDerekLiu/neuralSubdiv

Quantitative evaluation

1999kevin opened this issue · 2 comments

Hi, do you provide any code to evaluate the output mesh quantitively? I can see in your paper that you use two popular metrics, Hausdorff distance H, and mean surface distance M computed via metro [Cignoni et al. 1998] to present the results compared woth loop subdivision and modified butterfly subdivision. How can I find the implementation of these two metrics?

I used the implementation from this website https://sourceforge.net/projects/vcg/files/. They released the executable so it should be easy to use.

I used the implementation from this website https://sourceforge.net/projects/vcg/files/. They released the executable so it should be easy to use.

Thank you very much for your reply. I will try it later.