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.66k stars 470 forks source link

Why does eval.py only supports scene 'brandenburg_gate"? #217

Open CultureAddiction opened 7 months ago

CultureAddiction commented 7 months ago

On line 169, there is if-else statement (if scene == 'brandenburg_gate':) that occurs error unless the given scene is brandenburg gate.

I erased this line for testing other scene, but i wonder why you did this.

Could you explain about this clause?