Open imlixinyang opened 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.
I think this would be a great addition also for generalizable nerfs!
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)?