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

Return with nothing #4

Closed climbingdaily closed 1 year ago

climbingdaily commented 1 year ago

Every time I try to run the example code with my own data. The code will end with nothing when it comes to

field = reconstructor.reconstruct(input_xyz, input_normal, detail_level=0.5)

image

My environment is:

heiwang1997 commented 1 year ago

Hi, thanks for your interest in our paper!

Just to clarify, by saying 'end with nothing' you are referring to the mesh extracted being empty? (i.e. 0 vertices)

Could you please try specifying voxel_size instead of detail_level here? My guess is that maybe your data is non-evenly distributed and the estimation coming from detail_level is not very accurate.

heiwang1997 commented 1 year ago

Closing due to inactivity. Feel free to re-open if you still have a problem.