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

Static Camera + Rotating Object? #1546

Open eyildiz-ugoe opened 3 weeks ago

eyildiz-ugoe commented 3 weeks ago

I'd like to use the method on a case where the object rotates around itself and the camera is at a fixed position. Could I tell the reconstruction pipeline to somehow account for this? Has anyone tried this? I could not find any implementation.

DuckyBlender commented 6 days ago

In theory this may work if you had a solid background colour and well-lit lighting. The NeRF will try to reconstruct the background anyways and probably will be messy tho