yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.33k stars 1.04k forks source link

Extracting rendered image and its pose #113

Closed monamourvert closed 10 months ago

monamourvert commented 1 year ago

Hi, I'm quite new on NeRF and I'm very curious about this. As we know if NeRF can predict the continuous scene from the sparse 2D inputs. From those continuous scenes, can we extract every rendered image and its pose (camera to world)? Because I only know if NeRF produce the synthetic view. I hope anyone can enlighten me for this!