nerf_pl
nerf_pl copied to clipboard
Why does eval.py only supports scene 'brandenburg_gate"?
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?