{ "model": "SNeRFAdvance", "args": { "color": "rgb", "encode_x": 10, "encode_d": 4, "core": "nerfadv", "core_params": { "density_net": { "nf": 256, "n_layers": 2 }, "color_net": { "nf": 256, "n_layers": 2 }, "specular_net": { "nf": 128, "n_layers": 1 }, "appearance": "combined" }, "space": "voxels", "steps": [4, 16, 8], "n_samples": 16, "density_regularization_weight": 1e-4, "density_regularization_scale": 1e4 }, "train": { "max_epochs": 50, "prune_epochs": [10], "split_epochs": [10, 30], "checkpoint_interval": 10 } }