forked from kekeblom/mmstereo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_sceneflow.yaml
54 lines (49 loc) · 1.11 KB
/
config_sceneflow.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
48
49
50
51
52
53
54
data:
train:
datasets:
- path: /home/srinidhi/Desktop/hackathon/mmstereo/datasets/sceneflow/prepared/train
sim: false
no_split: true
transform:
grayscale: true
random_resize: [0.5, 1.5]
random_crop: [ 640, 400 ]
random_horizontal_flip: true
random_color_jitter: true
keep_uncorrupted: true
shuffle: true
batch_size: 16
num_workers: 8
val:
datasets:
- path: /home/srinidhi/Desktop/hackathon/mmstereo/datasets/sceneflow/prepared/val
sim: false
no_split: true
batch_size: 1
num_workers: 4
transform:
grayscale: false
resize: [ 640, 400 ]
model:
model_file: models/hdrn_alpha_stereo.py
model_name: hdrn_alpha_stereo
num_disparities: 128
downsample_factor: 4
fe_internal_features: 16
loss:
disparity_mult: 100.0
disparity_stdmean_scaled: true
nsce_mult: 0.2
smoothness_mult: 20.0
optimizer:
optimizer: adam
learning_rate: 0.001
lr_policy: poly
poly_exp: 0.9
epochs: 2
output: output
use_amp: true
export_torchscript: true
export_onnx: true
random_camera_effect: true
note: sceneflow