File size: 346 Bytes
69a8f96
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# canonical camera setting and basic data setting
# we set it same as the E300 camera (crop version)
#  
data_basic=dict(
    canonical_space = dict(
        img_size=(540, 960),
        focal_length=1196.0,
    ),
    depth_range=(0.9, 150),
    depth_normalize=(0.006, 1.001),
    crop_size = (512, 960),
    clip_depth_range=(0.9, 150),
)