snerf_voxels_fine.json 481 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
{
    "model": "SNeRF",
    "args": {
        "color": "rgb",
        "n_pot_encode": 10,
        "n_dir_encode": 4,
        "fc_params": {
            "nf": 512,
            "n_layers": 8,
            "activation": "relu",
            "skips": [4]
        },
        "n_featdim": 0,
        "space": "voxels",
        "steps": [32, 128, 64],
        "n_samples": 128,
        "perturb_sample": true,
        "raymarching_tolerance": 0,
        "raymarching_chunk_size": -1
    }
}