forked from TRI-ML/packnet-sfm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
train_omnicam.yaml
44 lines (44 loc) · 1004 Bytes
/
train_omnicam.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: 50
model:
name: 'GenericSelfSupModel'
optimizer:
name: 'Adam'
depth:
lr: 0.0002
pose:
lr: 0.0002
scheduler:
name: 'StepLR'
step_size: 30
gamma: 0.5
depth_net:
name: 'RaySurfaceResNet'
version: '18pt'
pose_net:
name: 'PoseResNet'
version: '18pt'
params:
crop: 'garg'
min_depth: 0.0
max_depth: 80.0
datasets:
augmentation:
image_shape: (384, 384)
train:
batch_size: 1
dataset: ['Image']
path: ['/data/datasets/omnicam']
split: ['{:09}']
depth_type: ['']
repeat: [1]
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']