QhelDIV / ShapeFormer

Official repository for the ShapeFormer Project
https://shapeformer.github.io/
190 stars 22 forks source link

How many points sampled from the complete mesh? #5

Open Kitsunetic opened 2 years ago

Kitsunetic commented 2 years ago

Thank you for a great work

I want to know how many points are sampled from the completed meshes when calculating CD, F1, FPD in table 1 and table 3 of the paper. Currently I couldn't find the result evaluation part from the given source codes.

Thank you

QhelDIV commented 2 years ago

Hi Kitsunetic,

Thanks for your question. We sample 10^5 points for CD and F1, and 2048 points for FPD. The evaluation code is quite hard to clean up. However, here is a rough code collections for the data preparation and computing code for evaluation. Hope it can help you!