nv-tlabs / NKSR

[CVPR 2023 Highlight] Neural Kernel Surface Reconstruction
https://research.nvidia.com/labs/toronto-ai/NKSR
Other
747 stars 43 forks source link

About data preparation #18

Closed lazy2001 closed 1 year ago

lazy2001 commented 1 year ago

Great work!!!I am trying to do some interesting work with NKSR.But i am just a freshman in 3d reconstruction field.Could you give me some suggestions on how to obtain high-quality normal vectors from point clouds?I think this will be very helpful for my future studies.Really great work!

fwilliams commented 1 year ago

Hi, this is a great question. If your point clouds are coming from a sensor you should be able to extract the position of the sensor for each point in the scan (from the registration process). This should be sufficient to orient normals. You can also feed this sensor direction into NKSR without computing normals directly. Hope this helps!

lazy2001 commented 1 year ago

Thank you very much for your reply!I hope i can do some interesting work with NKSR!

fwilliams commented 1 year ago

What point clouds are you trying this on?

lazy2001 commented 1 year ago

Individual tooth point clouds, I tried to obtain point clouds by Structured light scanning in the laboratory.The quality of my data is relatively low.HAHA.