nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Refactor schedulers to allow for kwargs inputs

Open akristoffersen opened this issue 3 years ago • 1 comments

Currently the schedulers set up only allows for lr_fina and max_steps. Would be nice to be able to take in arbitrary arguments.

akristoffersen avatar Sep 25 '22 07:09 akristoffersen

Agreed. It's not as flexible as it should be right now, so if you can edit it as needed for the camera optimization that would be amazing.

ethanweber avatar Sep 25 '22 07:09 ethanweber

Fixed in #1466

tancik avatar Feb 22 '23 18:02 tancik