yansong1616's picture
Upload 158 files
633d2c0 verified
raw
history blame
374 Bytes
_base_ = './nerf_unbounded_default.py'
expname = 'dcvgo_redtable_unbounded'
data = dict(
datadir='./data/360_v2/redtable',
factor=2, # 1297x840
movie_render_kwargs=dict(
shift_x=0.0, # positive right
#shift_y=-0.0, # negative down
shift_y=-0.10, # negative down
shift_z=0.0,
scale_r=0.9,
pitch_deg=-0,
),
)