NVlabs / instant-ngp

Instant neural graphics primitives: lightning fast NeRF and more
https://nvlabs.github.io/instant-ngp
Other
15.57k stars 1.89k forks source link

control the number of samples per ray #1506

Open hyebinyoo opened 5 months ago

hyebinyoo commented 5 months ago

Is it possible to directly control the number of samples per ray when training through GUI?

In the original NeRF, the number of samples per ray is set to 64 by default, and there was code to change this directly.

I want to control the sample per ray like that.