File size: 358 Bytes
b177539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_base_ = './nerf_unbounded_default.py'

expname = 'dcvgo_counter_unbounded'

data = dict(
    datadir='./data/360_v2/counter',
    factor=4, # 1558x1038
    movie_render_kwargs=dict(
        shift_x=0.0,  # positive right
        shift_y=-0.2, # negative down
        shift_z=0,
        scale_r=0.9,
        pitch_deg=-30, # negative look downward
    ),
)