tmanzini commited on
Commit
e07eac0
·
verified ·
1 Parent(s): fe9eee7

Rename RDA_deeplabv3plus_simple_unadjusted.yaml to RDA_ResNet101_DeepLabv3plus_simple_unadjusted.yaml

Browse files
RDA_deeplabv3plus_simple_unadjusted.yaml → RDA_ResNet101_DeepLabv3plus_simple_unadjusted.yaml RENAMED
@@ -1,164 +1,164 @@
1
- name: "RDA_Deeplabv3plus_ResNet101_Focal_simple"
2
- model: "DeepLabV3PlusResNet"
3
- task: "RDA"
4
- masking_strategy_parameters:
5
- road_width_pixels: 40
6
- train_location_strategy: "grid"
7
- train_location_parameters:
8
- sample_generator_process_pool_size: 6
9
- adjustment_buffer_distance_px: 326
10
- train_presentation_strategy: "weighted"
11
- train_presentation_strategy_parameters:
12
- length: 4000
13
- expected_class_balances:
14
- Not Able To Determine: 1
15
- Partial Flooding: 1
16
- Partial Obstruction: 1
17
- Partial Road Condition: 1
18
- Particulate Partial: 1
19
- Particulate Total: 1
20
- Road Line: 1
21
- Total Destruction: 1
22
- Total Flooding: 1
23
- Total Obstruction: 1
24
- balance_monitor: "pixel"
25
- train_dataset_adaptor_parameters:
26
- tile_x: 1024
27
- tile_y: 1024
28
- mask_x: 1024
29
- mask_y: 1024
30
- backend: "auto"
31
- train_annotator_parameters:
32
- generate_adjusted_samples: False
33
- validation_location_strategy: "grid"
34
- validation_location_parameters:
35
- sample_generator_process_pool_size: 6
36
- adjustment_buffer_distance_px: 326
37
- validation_presentation_strategy: "indexed"
38
- validation_dataset_adaptor_parameters:
39
- tile_x: 1024
40
- tile_y: 1024
41
- mask_x: 1024
42
- mask_y: 1024
43
- backend: "auto"
44
- validation_annotator_parameters:
45
- generate_adjusted_samples: False
46
- channel_maps:
47
- background_class_idx: 0
48
- default_label: Road Line
49
- input_dataset_class_2_idx_map:
50
- Background: 0
51
- Not Able To Determine: 3
52
- Partial Flooding: 2
53
- Partial Obstruction: 2
54
- Partial Road Condition: 2
55
- Particulate Partial: 2
56
- Particulate Total: 3
57
- Road Line: 1
58
- Total Destruction: 3
59
- Total Flooding: 3
60
- Total Obstruction: 3
61
- model_class_2_color_map:
62
- Background:
63
- alpha: 0
64
- blue: 0
65
- green: 0
66
- red: 0
67
- Partial:
68
- alpha: 255
69
- blue: 0
70
- green: 255
71
- red: 255
72
- Road Line:
73
- alpha: 255
74
- blue: 0
75
- green: 255
76
- red: 0
77
- Total:
78
- alpha: 255
79
- blue: 0
80
- green: 0
81
- red: 255
82
- output_class_2_idx_map:
83
- Background: 0
84
- Partial: 2
85
- Road Line: 1
86
- Total: 3
87
- input:
88
- road_line_buffer_width_pixels: 40
89
- road_line_segment_length_pixels: 40
90
- channels:
91
- blue: 2
92
- green: 1
93
- mask: 3
94
- red: 0
95
- normalized_inputs: true
96
- mask_input: false
97
- sample_generator_parameters:
98
- label_tolerance: 0
99
- normalized_inputs: true
100
- validation_parameters:
101
- batch_size: 1
102
- validation_monitor: "val_macro_iou"
103
- validation_monitor_mode: "max"
104
- validation_checkpoint_save_top_k: 3
105
- validation_reduce_lr_on_plateau_patience: 3
106
- validation_reduce_lr_on_plateau_cooldown: 3
107
- training_parameters:
108
- gradient_clip_val: 10.0
109
- batch_size: 1
110
- grad_accumulation: 32
111
- l1_reg: 1.0e-06
112
- l2_reg: 1.0e-05
113
- log_images_every_n_steps: 100
114
- mask_x: 1024
115
- mask_y: 1024
116
- max_epochs: 100
117
- optimizer_parameters:
118
- name: "AdamW"
119
- lr: 0.0005
120
- weight_decay: 0.00001
121
- output_class_weights_strategy: "ipw"
122
- normalize_weights: True #Added
123
- output_class_weights:
124
- Background: 1.0e-06
125
- Partial: 45
126
- Road Line: 1
127
- Total: 35
128
- samples_per_epoch: 4000
129
- tile_x: 1024
130
- tile_y: 1024
131
- loss_parameters:
132
- loss: [["focal", 1.0]]
133
- gamma: 3
134
- alpha: 0.25
135
- bins: 10
136
- momentum: 0.9
137
- smooth: 1.0e-06
138
- model_parameters:
139
- n_cls: 4
140
- encoder_parameters:
141
- depth: 101
142
- num_stages: 4
143
- out_indices: [0, 1, 2, 3]
144
- dilations: [1, 1, 2, 4]
145
- strides: [1, 2, 1, 1]
146
- norm_eval: False
147
- contract_dilation: True
148
- decoder_parameters:
149
- in_channels: 2048
150
- in_index: 3
151
- channels: 512
152
- dilations: [1, 12, 24, 36]
153
- c1_in_channels: 256
154
- c1_channels: 48
155
- dropout_ratio: 0.1
156
- align_corners: False
157
- auxiliary_head_parameters:
158
- in_channels: 1024
159
- in_index: 2
160
- channels: 256
161
- num_convs: 1
162
- concat_input: False
163
- dropout_ratio: 0.1
164
  align_corners: False
 
1
+ name: "RDA_ResNet101_DeepLabv3plus_simple_unadjusted"
2
+ model: "DeepLabV3PlusResNet"
3
+ task: "RDA"
4
+ masking_strategy_parameters:
5
+ road_width_pixels: 40
6
+ train_location_strategy: "grid"
7
+ train_location_parameters:
8
+ sample_generator_process_pool_size: 6
9
+ adjustment_buffer_distance_px: 326
10
+ train_presentation_strategy: "weighted"
11
+ train_presentation_strategy_parameters:
12
+ length: 4000
13
+ expected_class_balances:
14
+ Not Able To Determine: 1
15
+ Partial Flooding: 1
16
+ Partial Obstruction: 1
17
+ Partial Road Condition: 1
18
+ Particulate Partial: 1
19
+ Particulate Total: 1
20
+ Road Line: 1
21
+ Total Destruction: 1
22
+ Total Flooding: 1
23
+ Total Obstruction: 1
24
+ balance_monitor: "pixel"
25
+ train_dataset_adaptor_parameters:
26
+ tile_x: 1024
27
+ tile_y: 1024
28
+ mask_x: 1024
29
+ mask_y: 1024
30
+ backend: "auto"
31
+ train_annotator_parameters:
32
+ generate_adjusted_samples: False
33
+ validation_location_strategy: "grid"
34
+ validation_location_parameters:
35
+ sample_generator_process_pool_size: 6
36
+ adjustment_buffer_distance_px: 326
37
+ validation_presentation_strategy: "indexed"
38
+ validation_dataset_adaptor_parameters:
39
+ tile_x: 1024
40
+ tile_y: 1024
41
+ mask_x: 1024
42
+ mask_y: 1024
43
+ backend: "auto"
44
+ validation_annotator_parameters:
45
+ generate_adjusted_samples: False
46
+ channel_maps:
47
+ background_class_idx: 0
48
+ default_label: Road Line
49
+ input_dataset_class_2_idx_map:
50
+ Background: 0
51
+ Not Able To Determine: 3
52
+ Partial Flooding: 2
53
+ Partial Obstruction: 2
54
+ Partial Road Condition: 2
55
+ Particulate Partial: 2
56
+ Particulate Total: 3
57
+ Road Line: 1
58
+ Total Destruction: 3
59
+ Total Flooding: 3
60
+ Total Obstruction: 3
61
+ model_class_2_color_map:
62
+ Background:
63
+ alpha: 0
64
+ blue: 0
65
+ green: 0
66
+ red: 0
67
+ Partial:
68
+ alpha: 255
69
+ blue: 0
70
+ green: 255
71
+ red: 255
72
+ Road Line:
73
+ alpha: 255
74
+ blue: 0
75
+ green: 255
76
+ red: 0
77
+ Total:
78
+ alpha: 255
79
+ blue: 0
80
+ green: 0
81
+ red: 255
82
+ output_class_2_idx_map:
83
+ Background: 0
84
+ Partial: 2
85
+ Road Line: 1
86
+ Total: 3
87
+ input:
88
+ road_line_buffer_width_pixels: 40
89
+ road_line_segment_length_pixels: 40
90
+ channels:
91
+ blue: 2
92
+ green: 1
93
+ mask: 3
94
+ red: 0
95
+ normalized_inputs: true
96
+ mask_input: false
97
+ sample_generator_parameters:
98
+ label_tolerance: 0
99
+ normalized_inputs: true
100
+ validation_parameters:
101
+ batch_size: 1
102
+ validation_monitor: "val_macro_iou"
103
+ validation_monitor_mode: "max"
104
+ validation_checkpoint_save_top_k: 3
105
+ validation_reduce_lr_on_plateau_patience: 3
106
+ validation_reduce_lr_on_plateau_cooldown: 3
107
+ training_parameters:
108
+ gradient_clip_val: 10.0
109
+ batch_size: 1
110
+ grad_accumulation: 32
111
+ l1_reg: 1.0e-06
112
+ l2_reg: 1.0e-05
113
+ log_images_every_n_steps: 100
114
+ mask_x: 1024
115
+ mask_y: 1024
116
+ max_epochs: 100
117
+ optimizer_parameters:
118
+ name: "AdamW"
119
+ lr: 0.0005
120
+ weight_decay: 0.00001
121
+ output_class_weights_strategy: "ipw"
122
+ normalize_weights: True #Added
123
+ output_class_weights:
124
+ Background: 1.0e-06
125
+ Partial: 45
126
+ Road Line: 1
127
+ Total: 35
128
+ samples_per_epoch: 4000
129
+ tile_x: 1024
130
+ tile_y: 1024
131
+ loss_parameters:
132
+ loss: [["focal", 1.0]]
133
+ gamma: 3
134
+ alpha: 0.25
135
+ bins: 10
136
+ momentum: 0.9
137
+ smooth: 1.0e-06
138
+ model_parameters:
139
+ n_cls: 4
140
+ encoder_parameters:
141
+ depth: 101
142
+ num_stages: 4
143
+ out_indices: [0, 1, 2, 3]
144
+ dilations: [1, 1, 2, 4]
145
+ strides: [1, 2, 1, 1]
146
+ norm_eval: False
147
+ contract_dilation: True
148
+ decoder_parameters:
149
+ in_channels: 2048
150
+ in_index: 3
151
+ channels: 512
152
+ dilations: [1, 12, 24, 36]
153
+ c1_in_channels: 256
154
+ c1_channels: 48
155
+ dropout_ratio: 0.1
156
+ align_corners: False
157
+ auxiliary_head_parameters:
158
+ in_channels: 1024
159
+ in_index: 2
160
+ channels: 256
161
+ num_convs: 1
162
+ concat_input: False
163
+ dropout_ratio: 0.1
164
  align_corners: False