-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathargument.yml
47 lines (47 loc) · 1.07 KB
/
argument.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
depth_edge_model_ckpt: 'checkpoints/edge-model.pth'
depth_feat_model_ckpt: 'checkpoints/depth-model.pth'
rgb_feat_model_ckpt: 'checkpoints/color-model.pth'
MiDaS_model_ckpt: 'MiDaS/model.pt'
use_boostmonodepth: True
fps: 40
num_frames: 200
x_shift: 0.00
y_shift: 0.00
z_shift: 0.05
traj_type: 'double-straight-line'
video_postfix: 'zoom-in'
specific: ''
longer_side_len: 400
src_folder: 'input'
depth_folder: 'depth'
mesh_folder: 'mesh'
video_folder: 'results'
load_ply: False
save_ply: True
inference_video: True
gpu_ids: 0
offscreen_rendering: False
img_format: '.png'
depth_format: '.npy'
require_midas: True
depth_threshold: 0.04
ext_edge_threshold: 0.002
sparse_iter: 5
filter_size: [7, 7, 5, 5, 5]
sigma_s: 4.0
sigma_r: 0.5
redundant_number: 12
background_thickness: 70
context_thickness: 140
background_thickness_2: 70
context_thickness_2: 70
discount_factor: 1.00
log_depth: True
largest_size: 512
depth_edge_dilate: 10
depth_edge_dilate_2: 5
extrapolate_border: True
extrapolation_thickness: 60
repeat_inpaint_edge: True
crop_border: [0.03, 0.03, 0.05, 0.03]
anti_flickering: False