nerf_default.json 510 Bytes
Newer Older
Nianchen Deng's avatar
sync    
Nianchen Deng committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "model": "NeRF",
    "args": {
        "color": "rgb",
        "n_pot_encode": 10,
        "n_dir_encode": 4,
        "fc_params": {
            "nf": 256,
            "n_layers": 8,
            "activation": "relu",
            "skips": [ 4 ]
        },
        "n_featdim": 0,
        "sample_range": [0, 10],
        "n_samples": 256,
        "perturb_sample": true,
        "spherical": false,
        "lindisp": false,
        "raymarching_tolerance": 0,
        "raymarching_chunk_size": -1
    }
}