nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Access and control number and dimension of layers in nerfacto MLP

Open Mehi44 opened this issue 1 year ago • 3 comments

is there an option to access and control the number and dimension of layers in nerfacto MLP or any other model ?

Mehi44 avatar Feb 09 '23 04:02 Mehi44

You can see the parameters you can modify via command line using ns-train nerfacto --help. We expose some of the MLP params, ie --pipeline.model.proposal-net-args-list.0.num-levels but these are just for the proposal networks. You would need to modify the code to get access to other params.

tancik avatar Feb 09 '23 07:02 tancik

Ah yes, I think also --optimizers.fields.optimizer parameters control the optimizer of the nerf MLP right ? Much appreciated :)

Mehi44 avatar Feb 09 '23 23:02 Mehi44

Yep

tancik avatar Feb 10 '23 00:02 tancik