forked from TRI-ML/packnet-sfm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
overfit_kitti.yaml
44 lines (44 loc) · 1014 Bytes
/
overfit_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
44
arch:
max_epochs: 1
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: 'DepthResNet'
version: '18pt'
pose_net:
name: 'PoseResNet'
version: '18pt'
params:
crop: 'garg'
min_depth: 0.0
max_depth: 80.0
datasets:
augmentation:
image_shape: (192, 640)
train:
batch_size: 6
dataset: ['KITTI']
path: ['/data/datasets/KITTI_tiny']
split: ['kitti_tiny.txt']
depth_type: ['velodyne']
repeat: [1000]
validation:
dataset: ['KITTI']
path: ['/data/datasets/KITTI_tiny']
split: ['kitti_tiny.txt']
depth_type: ['velodyne']
test:
dataset: ['KITTI']
path: ['/data/datasets/KITTI_tiny']
split: ['kitti_tiny.txt']
depth_type: ['velodyne']