fovea.py 348 Bytes
Newer Older
Nianchen Deng's avatar
sync    
Nianchen Deng committed
1
2
3
def update_config(config):
    # Net parameters
    config.NET_TYPE = 'snerffast4'
4
    config.N_ENCODE_DIM = 6
Nianchen Deng's avatar
sync    
Nianchen Deng committed
5
6
    #config.N_DIR_ENCODE = 4
    config.FC_PARAMS.update({
7
8
        'nf': 512,
        'n_layers': 4
Nianchen Deng's avatar
sync    
Nianchen Deng committed
9
10
    })
    config.SAMPLE_PARAMS.update({
11
        'depth_range': (1, 30),
Nianchen Deng's avatar
sync    
Nianchen Deng committed
12
13
14
        'n_samples': 64,
        'perturb_sample': False
    })