bebeal / mipnerf-pytorch

A re-implementation of mip-NeRF in PyTorch
146 stars 15 forks source link

Possible error in sampling function #5

Open MrMois opened 1 year ago

MrMois commented 1 year ago

Hey, I think there is a typo and it should be a single +u.

https://github.com/bebeal/mipnerf-pytorch/blob/7b2ec348093285e1f549c52d54fb3871b987e6f5/ray_utils.py#L37

Thanks for your very helpful repository!