nerfstudio-project / nerfacc

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

Can nerfacc support batch-wise ops? #67

Open imlixinyang opened 2 years ago

imlixinyang commented 2 years ago

In my case, the nerf network may contains B different scenes. Can nerfacc support ray_marching with rays_o, rays_d (shape: B, N, 3) and sigma_fn (B, N, 3 -> B, N, 1)?

liruilong940607 commented 2 years ago

Hi unfortunately as stated on the webpage, we currently only focus on per-scene setting so we only support for [N, 3] rays. But this is a good point and I will consider to support it in the near future.

tobiasfshr commented 1 year ago

I think this would be a great addition also for generalizable nerfs!