snerfx_voxels_128x8_x4.json 515 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": "SNeRFX",
    "args": {
        "color": "rgb",
        "n_pot_encode": 10,
        "n_dir_encode": 4,
        "fc_params": {
            "nf": 128,
            "n_layers": 8,
            "activation": "relu",
            "skips": [4]
        },
        "n_featdim": 0,
        "space": "nets/train_t0.3/snerf_voxels/checkpoint_50.tar",
        "n_samples": 256,
        "perturb_sample": true,
        "raymarching_tolerance": 0,
        "raymarching_chunk_size": -1,
        "multi_nets": 4
    }
}