You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was wondering if anyone know how to get ray indices from the Nerfacto model.
In the Instant NGP model, you get ray indices when calling proposal_sampler() inside the get_outputs() function, which is quite convenient to know which ray indices the samples are from.
In the Nerfacto model, you don't get the ray indices. Is there a way to retrieve ray indices inside the get_outputs() function as that of the Instant NGP model, or somehow derived them from somewhere?
Hello, I was wondering if anyone know how to get ray indices from the Nerfacto model.
In the Instant NGP model, you get ray indices when calling
proposal_sampler()
inside the get_outputs() function, which is quite convenient to know which ray indices the samples are from.nerfstudio/nerfstudio/models/instant_ngp.py
Lines 173 to 178 in 189328e
In the Nerfacto model, you don't get the ray indices. Is there a way to retrieve ray indices inside the get_outputs() function as that of the Instant NGP model, or somehow derived them from somewhere?
nerfstudio/nerfstudio/models/nerfacto.py
Lines 298 to 303 in 189328e
Thank you very much.
The text was updated successfully, but these errors were encountered: