NeRF Meta-Learning with PyTorch
nerf-meta is a PyTorch re-implementation of NeRF experiments from the paper “Learned Initializations for Optimizing Coordinate-Based Neural Representations”. Simply by initializing NeRF with meta-learned weights, we can achieve: Environment Python 3.8 PyTorch 1.8 NumPy, imageio, imageio-ffmpeg Photo Tourism Starting from a meta-initialized NeRF, we can interpolate between camera pose, focal length, aspect ratio and scene appearance. The videos below are generated with a 5 layer only NeRF, trained for ~100k iterations. Your browser does not support the video tag.Your browser […]
Read more