Lakonik / SSDNeRF

[ICCV 2023] Single-Stage Diffusion NeRF
https://lakonik.github.io/ssdnerf/
MIT License
432 stars 23 forks source link

Why scene codes are learned? #43

Open trThanhnguyen opened 2 months ago

trThanhnguyen commented 2 months ago

Hi, thank you for your work and sharing. Would you please clarify why we optimize the scene codes? My point is the NeRF decoder can work on the denoised codes from the diffusion model. If we do so, the model only need to learn diffusion prior (pϕ(x)) and NeRF params. As such, why is learning scene codes required? Thanks once again. Regards.