Metric3D / mono /configs /_base_ /_data_base_.py
JUGGHM's picture
Upload 62 files
69a8f96
raw
history blame
No virus
346 Bytes
# 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),
)