kwea123/nerf_pl
PyTorch implementation of NeRF (Neural Radiance Fields) for neural rendering and 3D scene reconstruction.

Velocity · 7d
+1.2
★ / day
Trend
→steady
star history
This repository provides a PyTorch/PyTorch Lightning implementation of Neural Radiance Fields (NeRF), a technique that uses neural networks to represent and render 3D scenes from 2D images. It includes multi-GPU training support, mesh reconstruction capabilities, and also implements NeRF-W (NeRF in the Wild) for handling unconstrained photo collections with transient elements and lighting variations.