ranahanocka / point2mesh

Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
MIT License
1.09k stars 122 forks source link

About normal constraints #34

Open Sentient07 opened 2 years ago

Sentient07 commented 2 years ago

Hello,

Congrats on this amazing work! I'm a little confused between the usage of normal information. From the paper (Eqn. 2) Chamfer's Distance is used only between deformed vertex positions and the input point cloud. However, as mentioned in Sec 5.1, the normal information is here. Can you please clarify in which experiments/scenarios is this information used? I can imagine it might not be a good option for Figure 6 (noisy input). If/how did you estimate normal information on noisy point clouds? I wasn't able to spot this in the code, but if I left something unnoticed, my apologies, can you refer me on how you estimate normal for such cases? Thanks!