-
Notifications
You must be signed in to change notification settings - Fork 243
/
train_kitti.yaml
43 lines (43 loc) · 1.05 KB
/
train_kitti.yaml
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
model:
name: 'SelfSupModel'
optimizer:
name: 'Adam'
depth:
lr: 0.0002
pose:
lr: 0.0002
scheduler:
name: 'StepLR'
step_size: 30
gamma: 0.5
depth_net:
name: 'PackNet01'
version: '1A'
pose_net:
name: 'PoseNet'
version: ''
params:
crop: 'garg'
min_depth: 0.0
max_depth: 80.0
datasets:
augmentation:
image_shape: (192, 640)
train:
batch_size: 4
dataset: ['KITTI']
path: ['/data/datasets/KITTI_raw']
split: ['data_splits/eigen_zhou_files.txt']
depth_type: ['velodyne']
repeat: [2]
validation:
dataset: ['KITTI']
path: ['/data/datasets/KITTI_raw']
split: ['data_splits/eigen_val_files.txt',
'data_splits/eigen_test_files.txt']
depth_type: ['velodyne']
test:
dataset: ['KITTI']
path: ['/data/datasets/KITTI_raw']
split: ['data_splits/eigen_test_files.txt']
depth_type: ['velodyne']