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

Questions about meshing #48

Open hungdche opened 11 months ago

hungdche commented 11 months ago

Hi @heiwang1997, thanks for always getting back to me! I have a small questions regarding meshing: How to generate dmc_graph when given a dmc_vertices and dmc_values?

Say for example at the end of extract_dual_mesh, I save the dmc_vertices and dmc_values (without saving dmc_graph, and I want to generate a mesh. How should I do that? What I have tried:

However, the size of the stored dmc_vertices and the new one (obtained from the _CudaIndexGrid) differ. Any help is much appreciated!