nerfstudio-project / nerfacc

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

scatter_add_ -> index_add_ #179

Closed loicmagne closed 1 year ago

loicmagne commented 1 year ago

There is no need to reshape the ray_indices and scatteradd, the indexadd function does exactly that

liruilong940607 commented 1 year ago

Thanks for the finding!