nsvf_coarse.json 485 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": "NSVF",
    "args": {
        "color": "rgb",
        "n_pot_encode": 10,
        "n_dir_encode": 4,
        "fc_params": {
            "nf": 128,
            "n_layers": 4,
            "activation": "relu",
            "skips": [ 4 ]
        },
        "n_featdim": 0,
        "space": "octree",
        "voxel_size": 0.5,
        "sample_step_ratio": 0.2,
        "perturb_sample": true,
        "raymarching_tolerance": 0,
        "raymarching_chunk_size": -1
    }
}