snerfx_voxels_256x4_x4_balance.json 502 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": "SNeRFX",
    "args": {
        "color": "rgb",
        "n_pot_encode": 10,
        "n_dir_encode": 4,
        "fc_params": {
            "nf": 256,
            "n_layers": 4,
            "activation": "relu",
            "skips": []
        },
        "n_featdim": 0,
        "space": "voxels",
        "steps": [4, 16, 8],
        "n_samples": 16,
        "perturb_sample": true,
        "raymarching_tolerance": 0,
        "raymarching_chunk_size": -1,
        "multi_nets": 4
    }
}