NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.33k stars 387 forks source link

Direct point cloud extraction. Mesh extraction: addressing different results #207

Open camolina2 opened 1 month ago

camolina2 commented 1 month ago

Hi,

I was wondering if there is a way to directly extract a point cloud without extracting the mesh first?

I am seeing different results in the mesh during training and after extracting the mesh. Do you have any idea why this is happening?

Thank you!