-
Notifications
You must be signed in to change notification settings - Fork 1
/
overfit_ddad.yaml
executable file
·47 lines (47 loc) · 1.08 KB
/
overfit_ddad.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
45
46
47
arch:
max_epochs: 1
model:
name: 'SelfSupModel'
optimizer:
name: 'Adam'
depth:
lr: 0.0001
pose:
lr: 0.0001
scheduler:
name: 'StepLR'
step_size: 30
gamma: 0.5
depth_net:
name: 'DepthResNet'
version: '18pt'
pose_net:
name: 'PoseResNet'
version: '18pt'
params:
crop: ''
min_depth: 0.0
max_depth: 200.0
datasets:
augmentation:
image_shape: (384, 640)
train:
batch_size: 4
dataset: ['DGP']
path: ['/data/datasets/DDAD_tiny/ddad_tiny.json']
split: ['train']
depth_type: ['lidar']
cameras: [['camera_01']]
repeat: [500]
validation:
dataset: ['DGP']
path: ['/data/datasets/DDAD_tiny/ddad_tiny.json']
split: ['train']
depth_type: ['lidar']
cameras: [['camera_01']]
test:
dataset: ['DGP']
path: ['/data/datasets/DDAD_tiny/ddad_tiny.json']
split: ['train']
depth_type: ['lidar']
cameras: [['camera_01']]