r00tman / NeRF-OSR

NeRF for Outdoor Scene Relighting [ECCV 2022]
https://4dqv.mpi-inf.mpg.de/NeRF-OSR/
235 stars 16 forks source link

Question about training iterations #9

Open iseunghoon opened 1 year ago

iseunghoon commented 1 year ago

Hello, I have a question about iterations. In your paper, you train the model for 5 * 10^5 iterations. However, N_iters in config.txt is set to 5000001. What is the correct number of parameters?

tgc1997 commented 1 year ago

I have the same question, have you trained the model yourself and how many iterations should we use?

Hello, I have a question about iterations. In your paper, you train the model for 5 * 10^5 iterations. However, N_iters in config.txt is set to 5000001. What is the correct number of parameters?

r00tman commented 9 months ago

We manually stopped the training after 5 10^5 iterations. The configs can be safely changed to 5 10^5, as to make it stop automatically at the correct number of iterations.