nerfstudio-project / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
9.58k stars 1.31k forks source link

Fix: number of iterations wasn't set correctly (num_iterations directly set to equal to max_num_iterations) #3526

Open preacherwhite opened 1 week ago

preacherwhite commented 1 week ago

The original code causes iteration to go over max_num_iterations, causing the progress tracker to be unable to estimate the time needed to finish, and causing unwanted extra iterations. Issue happens when pre-trained checkpoints are loaded.

preacherwhite commented 1 week ago

Details on this bug is reported in issue #3096