eonerf
eonerf copied to clipboard
Can you share the specific processing code for data in UTM coordinate system?
The UTM coordinate system is more suitable for the grid-based distribution of point coordinates compared to ECEF. I am exploring a grid-density based NeRF method and would like to use the UTM coordinate system to process the data.
Hi, You can check how the utm coordinate system is used to define the camera rays in EO-NeRF here: https://github.com/rogermm14/eonerf_code/blob/main/datasets/satellite.py