kwea123 / nerf_pl

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
https://www.youtube.com/playlist?list=PLDV2CyUo4q-K02pNEyDr7DYpTQuka3mbV
MIT License
2.7k stars 475 forks source link

NeRF-W latent appearance in coarse model #130

Closed ricshaw closed 2 years ago

ricshaw commented 2 years ago

Thanks for the code! Why don't you feed the latent appearance embedding into the coarse NeRF model? Is this a mistake? In the NeRF in the Wild paper it says: "Like NeRF, we simultaneously optimize two copies of Fθ: A fine model that uses the model and losses described above, and a coarse model that uses only the latent appearance modeling component."

kwea123 commented 2 years ago

You're correct I didn't add the appearance encoding to the coarse model, it should be a mistake. Unfortunately changing that now will break my pretrained models, so I will point the reader to that part in the readme.