Kai-46 / SatelliteNeRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SatelliteNeRF

PyTorch-based Neural Radiance Fields adapted to satellite domain. This is one of the downstream applications of the SatelliteSfM package.

# training
python run_nerf.py --config configs/JAX_167.txt
# testing
python nerf_render_image.py --config configs/JAX_167.txt
# extracting mesh
python nerf_extract_mesh.py --config configs/JAX_167.txt

nerf prediction

About


Languages

Language:Python 99.5%Language:Shell 0.5%