centreborelli / satnerf

Satellite Neural Radiance Fields
https://centreborelli.github.io/satnerf/
BSD 3-Clause "New" or "Revised" License
120 stars 22 forks source link

Can I derive a 3D obj model for mapping? #8

Closed 1zgh closed 1 year ago

rogermm14 commented 1 year ago

You can use the DSM (.tif file) generated by create_satnerf_dsm.py for this. But the conversion from .tif to 3D formats like .obj or .ply is not part of this code. There are multiple online tools for that, you can check this discussion for instance.

1zgh commented 1 year ago

Thanks!