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

LAS Point cloud support #39

Closed fwilliams closed 11 months ago

fwilliams commented 1 year ago

I've been asked a few times about this -- it would be nice to support LAS inputs at some point:

heiwang1997 commented 1 year ago

I've gone through the documentation that you sent. Does LAS offer us (meta) information other than just xyz (and sensor positions)?

fwilliams commented 1 year ago

The docs for laspy are better: https://laspy.readthedocs.io/en/latest/intro.html

heiwang1997 commented 1 year ago

Thanks!! So I think we could just store the meta information (such as projection) along with the reconstructed mesh? What change do we need in NKSR's codebase to support LAS? It's just a new data reader other than open3d right?

TokyoWarfare commented 12 months ago

So, if I've the mobile mapping scan data in .las tiles what should I do? because the input seems to need the normals and points as separate inputs.

heiwang1997 commented 11 months ago

You could refer to the newest example on las file under the folder examples/