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.71k stars 477 forks source link

How to choose appearance embedding during testing in nerfw branch #181

Open mirlansmind opened 1 year ago

mirlansmind commented 1 year ago

how should I choose the test_appearance_idx for the test? it is noted that appearance embedding is hardcoded into each scene and you choose self.test_appearance_idx =1123, I have no clue what this 1123 means and why would be even the right choice for the testing scene. Would not it be more reasonable if we interpolate the embedding according to the testing and closest training scene poses?