nerf_default.json 310 Bytes
Newer Older
Nianchen Deng's avatar
sync    
Nianchen Deng committed
1
2
3
4
{
    "model": "NeRF",
    "args": {
        "color": "rgb",
Nianchen Deng's avatar
sync    
Nianchen Deng committed
5
6
7
        "encode_x": 10,
        "encode_d": 4,
        "core_params": {
Nianchen Deng's avatar
sync    
Nianchen Deng committed
8
9
10
11
12
13
            "nf": 256,
            "n_layers": 8,
            "skips": [ 4 ]
        },
        "n_featdim": 0,
        "sample_range": [0, 10],
Nianchen Deng's avatar
sync    
Nianchen Deng committed
14
        "n_samples": 256
Nianchen Deng's avatar
sync    
Nianchen Deng committed
15
16
    }
}