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 #88

Open Yuchen-Song opened 2 years ago

Yuchen-Song commented 2 years ago

Fixed issue #59 problem that someone have encountered. This problem is likely due to the nan value of disp after rendering.