3D Mesh Generation from DSM Images from Sat-NeRF output #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Dear Centre Borelli,
I hope this message finds you well. I'm senior undergraduate student of Yonsei University, Civil & Environmental engineering. First and foremost, thank you for your incredible work on the Sat-NeRF and making it as open-source on GitHub. It has been an invaluable resource for those of us who are interesting in working with geospatial data and 3D modeling.
After using your model to generate DSM images, I found myself in need of a method to convert these DSMs into 3D mesh files that could be easily visualized and used in other applications. To address this need, I developed a script that takes your DSM outputs and converts them into high-quality 3D meshes, outputting the results in both .ply and .obj formats. The script leverages Open3D for point cloud processing, normal estimation, and Poisson surface reconstruction, with the added benefit of GPU acceleration where available.
Given that this script complements your existing work, I thought it might be a useful addition to your repository. I’ve included it in this pull request, along with clear documentation on how to use it.
What I did :
I believe this functionality could be a valuable extension for users who are looking to further utilize the DSM images generated by your model. I have so much interests about Geospatial data processing and NeRF, so I would be honored if you would consider merging this pull request into your repository.
Please feel free to reach out if you have any questions or need any adjustments. I’m also open to any feedback or suggestions you might have.
Thank you again for your outstanding contributions to the field.
Best regards,

This is the target image that I used for 3D data creation and outputs are below.
Thank you.