nv-tlabs / NKSR

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

Visible grid in reconstructed mesh - recons_by_chunk.py #53

Open stephendps opened 9 months ago

stephendps commented 9 months ago

Hi,

When running the recons_by_chunk.py example with chunk_size=20.0 (as suggested in the code comment to further reduce memory footprint), there is a visible grid in the reconstructed mesh chunk_example_grid

My environment is Ubuntu 22.04 with a 4060 Laptop GPU (8GB) and the code is untouched after following the install instructions in the README.

I've also ran into this issue when attempting to reconstruct my own .ply file and would really appreciate any hints at solving it.