Neural Radiance Field (NeRFs)
For more details - Project Report
Implemented the modern deep learning approach using Neural Radiance Fields (NeRF) for photo realistic visualization and synthesize novel views of complex scenes.
Neural Radiance Field (NeRF)
Each image pixel is converted into rays using camera parameters and a MultiLayer Perceptron (MLP) neural network is trained to predict color and density values along each ray. Using volume rendering, these values are accumulated to reconstruct images from unseen viewpoints.
The model, based on the original NeRF architecture with positional encoding and skip connections, achieved high fidelity on the Lego and Ship datasets with PSNR scores of 25.51 and 26.95, respectively.
”


3D reconstruction using COLMAP
”
Contributors: Mihir Deshmukh