nerfstudio-project / nerfacc

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

No concatenation of chunks of `extras` in `render_image_with_propnet()` #249

Open low5545 opened 11 months ago

low5545 commented 11 months ago

Shouldn't chunks of extras be concatenated prior output here in render_image_with_propnet(), so that it reflects the entire batch during evaluation?