luost26 / DMRDenoise

:snowman: Differentiable Manifold Reconstruction for Point Cloud Denoising (ACM MM 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get normals?

zxy110 opened this issue · comments

Hi,

Thanks for your great work and detailed code.
I want to test the point-to-surface results, and I find it needs normals as input.
Could you please tell me how you obtain the normals (used in the p2s loss function) ?

Thanks a lot.

You may make point clouds with normal vectors from your own meshes.

Here is a convenient tool for generating point clouds with normal vectors from meshes:
https://github.com/fwilliams/point-cloud-utils

Sovled, thank you!