yenchenlin / nerf-pytorch

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

fixed black disparity map problem #87

Closed Yuchen-Song closed 2 years ago

Yuchen-Song commented 2 years ago

Fixed black depth video problem that someone encountered. This problem is likely due to the nan value of disp after rendering.