snerfadv_voxels+ls+ns.json 913 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "model": "SNeRFAdvance",
    "args": {
        "color": "rgb",
        "n_pot_encode": 10,
        "n_dir_encode": 4,
        "density_net": {
            "nf": 256,
            "n_layers": 4,
            "act": "relu",
            "skips": []
        },
        "color_net": {
            "nf": 256,
            "n_layers": 3,
            "act": "relu",
            "skips": []
        },
        "specular_net": {
            "nf": 128,
            "n_layers": 1,
            "act": "relu"
        },
        "n_featdim": 0,
        "space": "voxels",
        "steps": [4, 16, 8],
        "n_samples": 16,
        "perturb_sample": true,
        "appearance": "newtype",
        "density_color_connection": true,
        "density_regularization_weight": 1e-4,
        "density_regularization_scale": 1e4,
        "specular_regularization_weight": 1e-1,
        "specular_regularization_scale": 1e4
    }
}