nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.38k stars 113 forks source link

Corrected inequalities in documentation of visibility rendering methods #252

Open stefan-baumann opened 1 year ago

stefan-baumann commented 1 year ago

The documentation of these methods stated "greater-than" inequalities while the code performed "greater-than-or-equal-to".