r00tman / NeRF-OSR

NeRF for Outdoor Scene Relighting [ECCV 2022]

Home Page:https://4dqv.mpi-inf.mpg.de/NeRF-OSR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about min_depth and max_depth in your code and data

LinZhuoChen opened this issue · comments

Hi~ Thanks for your awesome work!
I am using your dataset to train my own nerf. I see min_depth and max_depth in your dataloder. But I have not seen these in your provided dataset. Are min_depth and max_depth nesseary? Will it cause error in your code when min_depth is None?

Hope for your reply, Thank you very much.

Hi, thank you!
Sorry for the late reply.
Yes, we did not use min_depth or max_depth at all, they were set to None for all of the experiments.