SimonGer commited on
Commit
e3ce406
·
verified ·
1 Parent(s): 0db2892

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ These are just the unzipped checkpoints of [TFv5](https://github.com/autonomousvision/carla_garage) provided at https://s3.eu-central-1.amazonaws.com/avg-projects-2/garage_2/models/pretrained_models.zip
all_towns/args.txt ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "tfpp_009_0",
3
+ "epochs": 31,
4
+ "lr": 0.0003,
5
+ "batch_size": 16,
6
+ "logdir": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_009_0",
7
+ "load_file": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_009_0_pretrain/model_0030.pth",
8
+ "setting": "all",
9
+ "root_dir": [
10
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data"
11
+ ],
12
+ "schedule_reduce_epoch_01": 30,
13
+ "schedule_reduce_epoch_02": 40,
14
+ "backbone": "transFuser",
15
+ "image_architecture": "regnety_032",
16
+ "lidar_architecture": "regnety_032",
17
+ "use_velocity": 1,
18
+ "n_layer": 2,
19
+ "val_every": 5,
20
+ "sync_batch_norm": 0,
21
+ "zero_redundancy_optimizer": 1,
22
+ "use_disk_cache": 1,
23
+ "lidar_seq_len": 1,
24
+ "realign_lidar": 1,
25
+ "use_ground_plane": 0,
26
+ "use_controller_input_prediction": 1,
27
+ "use_wp_gru": 0,
28
+ "pred_len": 8,
29
+ "estimate_class_distributions": 0,
30
+ "use_focal_loss": 0,
31
+ "use_cosine_schedule": 1,
32
+ "augment": 1,
33
+ "use_plant": 0,
34
+ "learn_origin": 1,
35
+ "local_rank": -999,
36
+ "train_sampling_rate": 1,
37
+ "use_amp": 0,
38
+ "use_grad_clip": 0,
39
+ "use_color_aug": 1,
40
+ "use_semantic": 1,
41
+ "use_depth": 1,
42
+ "detect_boxes": 1,
43
+ "use_bev_semantic": 1,
44
+ "estimate_semantic_distribution": 0,
45
+ "use_discrete_command": 1,
46
+ "gru_hidden_size": 64,
47
+ "use_cutout": 0,
48
+ "add_features": 1,
49
+ "freeze_backbone": 0,
50
+ "learn_multi_task_weights": 0,
51
+ "transformer_decoder_join": 1,
52
+ "bev_down_sample_factor": 4,
53
+ "perspective_downsample_factor": 1,
54
+ "gru_input_size": 256,
55
+ "num_repetitions": 1,
56
+ "bev_grid_height_downsample_factor": 1,
57
+ "wp_dilation": 1,
58
+ "use_tp": 1,
59
+ "continue_epoch": 0,
60
+ "max_height_lidar": 100.0,
61
+ "smooth_route": 1,
62
+ "use_speed_weights": 0,
63
+ "max_num_bbs": 30,
64
+ "use_optim_groups": 0,
65
+ "weight_decay": 0.01,
66
+ "use_label_smoothing": 0,
67
+ "cpu_cores": 32,
68
+ "tp_attention": 0,
69
+ "multi_wp_output": 0,
70
+ "seed": 0,
71
+ "crop_image": 1,
72
+ "input_path_to_target_speed_network": 0,
73
+ "predict_checkpoint_len": 10,
74
+ "max_x": 32,
75
+ "crop_bev_height_only_from_behind": 0,
76
+ "lidar_resolution_height": 256,
77
+ "dataset_cache_name": "dataset_cache",
78
+ "cosine_t0": 1,
79
+ "compile": 0,
80
+ "compile_mode": "default"
81
+ }
all_towns/config.json ADDED
@@ -0,0 +1,732 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_after_accident_two_ways": -15,
3
+ "add_after_construction_obstacle_two_ways": 15,
4
+ "add_after_parked_obstacle_two_ways": -5,
5
+ "add_after_vehicle_opens_door_two_ways": -20,
6
+ "add_before_accident_two_ways": -15,
7
+ "add_before_construction_obstacle_two_ways": 15,
8
+ "add_before_parked_obstacle_two_ways": -5,
9
+ "add_before_vehicle_opens_door_two_ways": -20,
10
+ "add_features": 1,
11
+ "aim_distance_fast": 3.0,
12
+ "aim_distance_slow": 2.25,
13
+ "aim_distance_threshold": 5.5,
14
+ "angle_bins": [
15
+ -0.375,
16
+ -0.125,
17
+ 0.125,
18
+ 0.375
19
+ ],
20
+ "angle_weights": [
21
+ 204.25901201602136,
22
+ 7.554315623148331,
23
+ 0.21388916461734406,
24
+ 5.476446162657503,
25
+ 207.86684782608697
26
+ ],
27
+ "angles": [
28
+ -0.5,
29
+ -0.25,
30
+ 0.0,
31
+ 0.25,
32
+ 0.5
33
+ ],
34
+ "attn_pdrop": 0.1,
35
+ "augment": 1,
36
+ "augment_percentage": 0.5,
37
+ "backbone": "transFuser",
38
+ "batch_size": 16,
39
+ "bb_confidence_threshold": 0.3,
40
+ "bb_input_channel": 64,
41
+ "bb_save_radius": 40.0,
42
+ "bev_classes_list": [
43
+ [
44
+ 0,
45
+ 0,
46
+ 0
47
+ ],
48
+ [
49
+ 200,
50
+ 200,
51
+ 200
52
+ ],
53
+ [
54
+ 255,
55
+ 255,
56
+ 255
57
+ ],
58
+ [
59
+ 255,
60
+ 255,
61
+ 0
62
+ ],
63
+ [
64
+ 50,
65
+ 234,
66
+ 157
67
+ ],
68
+ [
69
+ 160,
70
+ 160,
71
+ 0
72
+ ],
73
+ [
74
+ 0,
75
+ 255,
76
+ 0
77
+ ],
78
+ [
79
+ 255,
80
+ 255,
81
+ 0
82
+ ],
83
+ [
84
+ 255,
85
+ 0,
86
+ 0
87
+ ],
88
+ [
89
+ 250,
90
+ 170,
91
+ 30
92
+ ],
93
+ [
94
+ 0,
95
+ 255,
96
+ 0
97
+ ]
98
+ ],
99
+ "bev_converter": [
100
+ 0,
101
+ 1,
102
+ 2,
103
+ 3,
104
+ 4,
105
+ 5,
106
+ 6,
107
+ 7,
108
+ 8,
109
+ 9,
110
+ 10
111
+ ],
112
+ "bev_down_sample_factor": 4,
113
+ "bev_features_chanels": 64,
114
+ "bev_grid_height_downsample_factor": 1,
115
+ "bev_latent_dim": 32,
116
+ "bev_semantic_weights": [
117
+ 1.0,
118
+ 1.0,
119
+ 1.0,
120
+ 1.0,
121
+ 1.0,
122
+ 1.0,
123
+ 1.0,
124
+ 1.0,
125
+ 1.0,
126
+ 1.0,
127
+ 1.0
128
+ ],
129
+ "bev_upsample_factor": 2,
130
+ "bicycle_frame_rate": 20,
131
+ "block_exp": 4,
132
+ "brake_acceleration": -4.952399,
133
+ "brake_ratio": 1.1,
134
+ "brake_speed": 0.4,
135
+ "brake_uncertainty_threshold": 0.9,
136
+ "brake_values": {
137
+ "dtype": "float64",
138
+ "py/object": "numpy.ndarray",
139
+ "values": [
140
+ 0.0093171137,
141
+ 0.0820967431,
142
+ -0.00283832427,
143
+ 5.06587474e-05,
144
+ -4.90357228e-07,
145
+ 2.44419284e-09,
146
+ -4.91381935e-12
147
+ ]
148
+ },
149
+ "braking_distance_calculation_safety_distance": 10,
150
+ "camera_fov": 110,
151
+ "camera_height": 512,
152
+ "camera_pos": [
153
+ -1.5,
154
+ 0.0,
155
+ 2.0
156
+ ],
157
+ "camera_rot_0": [
158
+ 0.0,
159
+ 0.0,
160
+ 0.0
161
+ ],
162
+ "camera_rotation_augmentation_max": 5.0,
163
+ "camera_rotation_augmentation_min": -5.0,
164
+ "camera_translation_augmentation_max": 1.0,
165
+ "camera_translation_augmentation_min": -1.0,
166
+ "camera_width": 1024,
167
+ "carla_fps": 20,
168
+ "carla_frame_rate": 0.05,
169
+ "center_net_max_pooling_kernel": 3,
170
+ "check_path_free_safety_distance": 10,
171
+ "check_path_free_safety_time": 0.2,
172
+ "check_previous_distance_for_lane_change": 150,
173
+ "classes": {
174
+ "0": [
175
+ 0,
176
+ 0,
177
+ 0
178
+ ],
179
+ "1": [
180
+ 30,
181
+ 170,
182
+ 250
183
+ ],
184
+ "2": [
185
+ 200,
186
+ 200,
187
+ 200
188
+ ],
189
+ "3": [
190
+ 255,
191
+ 255,
192
+ 0
193
+ ],
194
+ "4": [
195
+ 0,
196
+ 255,
197
+ 0
198
+ ],
199
+ "5": [
200
+ 0,
201
+ 255,
202
+ 255
203
+ ],
204
+ "6": [
205
+ 255,
206
+ 255,
207
+ 255
208
+ ]
209
+ },
210
+ "classes_list": [
211
+ [
212
+ 0,
213
+ 0,
214
+ 0
215
+ ],
216
+ [
217
+ 250,
218
+ 170,
219
+ 30
220
+ ],
221
+ [
222
+ 200,
223
+ 200,
224
+ 200
225
+ ],
226
+ [
227
+ 0,
228
+ 255,
229
+ 255
230
+ ],
231
+ [
232
+ 0,
233
+ 255,
234
+ 0
235
+ ],
236
+ [
237
+ 255,
238
+ 255,
239
+ 0
240
+ ],
241
+ [
242
+ 255,
243
+ 255,
244
+ 255
245
+ ]
246
+ ],
247
+ "clearing_distance_to_stop_sign": 3.0,
248
+ "clip_delta": 1.0,
249
+ "clip_throttle": 1.0,
250
+ "color_aug_prob": 0.5,
251
+ "compile": 0,
252
+ "compile_mode": "default",
253
+ "compute_min_time_to_cover_distance_params": {
254
+ "dtype": "float64",
255
+ "py/object": "numpy.ndarray",
256
+ "values": [
257
+ 0.00904221,
258
+ 0.00733342,
259
+ -0.03744807,
260
+ 0.0235038
261
+ ]
262
+ },
263
+ "continue_epoch": 0,
264
+ "converter": [
265
+ 0,
266
+ 2,
267
+ 6,
268
+ 0,
269
+ 0,
270
+ 0,
271
+ 0,
272
+ 3,
273
+ 0,
274
+ 0,
275
+ 0,
276
+ 0,
277
+ 4,
278
+ 0,
279
+ 1,
280
+ 1,
281
+ 1,
282
+ 0,
283
+ 1,
284
+ 1,
285
+ 0,
286
+ 0,
287
+ 0,
288
+ 0,
289
+ 5,
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 0
294
+ ],
295
+ "cosine_t0": 1,
296
+ "cosine_t_mult": 2,
297
+ "cpu_cores": 32,
298
+ "creep_duration": 20,
299
+ "creep_throttle": 0.4,
300
+ "crop_bev": false,
301
+ "crop_bev_height_only_from_behind": 0,
302
+ "crop_image": 1,
303
+ "cropped_height": 384,
304
+ "cropped_width": 1024,
305
+ "data_roots": [
306
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/YieldToEmergencyVehicle",
307
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkedObstacleTwoWays",
308
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/InterurbanAdvancedActorFlow",
309
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HazardAtSideLaneTwoWays",
310
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/MergerIntoSlowTrafficV2",
311
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/AccidentTwoWays",
312
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HardBreakRoute",
313
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/InterurbanActorFlow",
314
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkingCrossingPedestrian",
315
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/SignalizedJunctionLeftTurn",
316
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/VehicleOpensDoorTwoWays",
317
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/SignalizedJunctionRightTurn",
318
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HighwayCutIn",
319
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HazardAtSideLane",
320
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/OppositeVehicleTakingPriority",
321
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/InvadingTurn",
322
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/CrossingBicycleFlow",
323
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/DynamicObjectCrossing",
324
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ConstructionObstacleTwoWays",
325
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/MergerIntoSlowTraffic",
326
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkingExit",
327
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/VehicleTurningRoute",
328
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/PedestrianCrossing",
329
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkedObstacle",
330
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkingCutIn",
331
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/PriorityAtJunction",
332
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/VehicleTurningRoutePedestrian",
333
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/OppositeVehicleRunningRedLight",
334
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/NonSignalizedJunctionLeftTurn",
335
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/BlockedIntersection",
336
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/noScenarios",
337
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/StaticCutIn",
338
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/EnterActorFlowV2",
339
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ConstructionObstacle",
340
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/EnterActorFlow",
341
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ControlLoss",
342
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HighwayExit",
343
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/Accident",
344
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/NonSignalizedJunctionRightTurn"
345
+ ],
346
+ "data_save_freq": 5,
347
+ "dataset_cache_name": "dataset_cache",
348
+ "debug": 0,
349
+ "deconv_channel_num_0": 128,
350
+ "deconv_channel_num_1": 64,
351
+ "deconv_channel_num_2": 32,
352
+ "deconv_scale_factor_0": 4,
353
+ "deconv_scale_factor_1": 8,
354
+ "default_forecast_length": 2.0,
355
+ "default_max_distance_to_process_scenario": 50,
356
+ "default_overtake_speed": 13.88888888888889,
357
+ "dense_route_planner_min_distance": 2.4,
358
+ "detailed_loss_weights": {
359
+ "loss_bev_semantic": 0.1,
360
+ "loss_brake": 0.0,
361
+ "loss_center_heatmap": 0.1,
362
+ "loss_checkpoint": 0.1,
363
+ "loss_depth": 0.1,
364
+ "loss_forcast": 0.0,
365
+ "loss_offset": 0.1,
366
+ "loss_selection": 0.0,
367
+ "loss_semantic": 0.1,
368
+ "loss_target_speed": 0.1,
369
+ "loss_velocity": 0.0,
370
+ "loss_wh": 0.1,
371
+ "loss_wp": 0.0,
372
+ "loss_yaw_class": 0.1,
373
+ "loss_yaw_res": 0.1
374
+ },
375
+ "detect_boxes": 1,
376
+ "detection_radius": 50.0,
377
+ "distance_to_delete_scenario_in_two_ways": 20,
378
+ "draw_future_route_till_distance": 500,
379
+ "draw_life_time": 0.051,
380
+ "ego_extent_x": 2.4508416652679443,
381
+ "ego_extent_y": 1.0641621351242065,
382
+ "ego_extent_z": 0.7553732395172119,
383
+ "ego_vehicles_route_point_search_distance": 40,
384
+ "embd_pdrop": 0.1,
385
+ "epochs": 31,
386
+ "estimate_class_distributions": 0,
387
+ "estimate_semantic_distribution": 0,
388
+ "extent_ego_bbs_speed_threshold": 5,
389
+ "extent_other_vehicles_bbs_speed_threshold": 1.0,
390
+ "extra_route_length": 50,
391
+ "extra_sensor_channels": 128,
392
+ "factor_accident_two_ways": 1.0,
393
+ "factor_construction_obstacle_two_ways": 1.0,
394
+ "factor_parked_obstacle_two_ways": 0.6,
395
+ "factor_vehicle_opens_door_two_ways": 0.475,
396
+ "fence_avoidance_margin_invading_turn": 0.3,
397
+ "focal_loss_gamma": 2.0,
398
+ "forcast_time": 0.5,
399
+ "forecast_length_lane_change": 1.1,
400
+ "fps": 20.0,
401
+ "fps_inv": 0.05,
402
+ "freeze_backbone": 0,
403
+ "front_wheel_base": -0.090769015,
404
+ "gpt_layer_norm_init_weight": 1.0,
405
+ "gpt_linear_layer_init_mean": 0.0,
406
+ "gpt_linear_layer_init_std": 0.02,
407
+ "grad_clip_max_norm": 1.0,
408
+ "gru_hidden_size": 64,
409
+ "gru_input_size": 256,
410
+ "high_speed_extent_factor_ego_x": 1.3,
411
+ "high_speed_extent_factor_ego_y": 1.2,
412
+ "high_speed_extent_x_factor_other_vehicle": 1.5,
413
+ "high_speed_extent_y_factor_other_vehicle": 1.3,
414
+ "high_speed_min_extent_x_other_vehicle": 1.2,
415
+ "high_speed_min_extent_x_other_vehicle_lane_change": 2.0,
416
+ "high_speed_min_extent_y_other_vehicle": 1.0,
417
+ "hist_max_per_pixel": 5,
418
+ "id": "tfpp_009_0",
419
+ "idm_acceleration_exponent": 4.0,
420
+ "idm_bicycle_desired_time_headway": 0.25,
421
+ "idm_bicycle_minimum_distance": 4.0,
422
+ "idm_comfortable_braking_deceleration_high_speed": 3.72,
423
+ "idm_comfortable_braking_deceleration_low_speed": 8.7,
424
+ "idm_comfortable_braking_deceleration_threshold": 6.02,
425
+ "idm_leading_vehicle_minimum_distance": 4.0,
426
+ "idm_leading_vehicle_time_headway": 0.25,
427
+ "idm_maximum_acceleration": 24.0,
428
+ "idm_pedestrian_desired_time_headway": 0.25,
429
+ "idm_pedestrian_minimum_distance": 4.0,
430
+ "idm_red_light_desired_time_headway": 0.1,
431
+ "idm_red_light_minimum_distance": 6.0,
432
+ "idm_stop_sign_desired_time_headway": 0.1,
433
+ "idm_stop_sign_minimum_distance": 2.0,
434
+ "idm_t_bound": 0.05,
435
+ "idm_two_way_scenarios_minimum_distance": 2.0,
436
+ "idm_two_way_scenarios_time_headway": 0.1,
437
+ "ignore_index": -999,
438
+ "image_architecture": "regnety_032",
439
+ "image_u_net_output_features": 512,
440
+ "img_horz_anchors": 32,
441
+ "img_seq_len": 1,
442
+ "img_vert_anchors": 12,
443
+ "inference_direct_controller": true,
444
+ "inital_frames_delay": 40.0,
445
+ "input_path_to_target_speed_network": 0,
446
+ "iou_treshold_nms": 0.2,
447
+ "label_smoothing_alpha": 0.1,
448
+ "lane_shift_extension_length_for_yield_to_emergency_vehicle": 200,
449
+ "lateral_default_lookahead": 24,
450
+ "lateral_k_d": 1.3782508892109167,
451
+ "lateral_k_i": 0.6406067986034124,
452
+ "lateral_k_p": 3.118357247806046,
453
+ "lateral_n": 6,
454
+ "lateral_pid_default_lookahead": 24.0,
455
+ "lateral_pid_kd": 1.3782508892109167,
456
+ "lateral_pid_ki": 0.6406067986034124,
457
+ "lateral_pid_kp": 3.118357247806046,
458
+ "lateral_pid_maximum_lookahead_distance": 105.0,
459
+ "lateral_pid_minimum_lookahead_distance": 24.0,
460
+ "lateral_pid_speed_offset": 1.9152884533402488,
461
+ "lateral_pid_speed_scale": 0.9755321901954155,
462
+ "lateral_pid_speed_threshold": 23.150102938235136,
463
+ "lateral_pid_window_size": 6,
464
+ "lateral_speed_offset": 1.9152884533402488,
465
+ "lateral_speed_scale": 0.9755321901954155,
466
+ "lateral_speed_threshold": 23.150102938235136,
467
+ "leading_vehicles_max_route_angle_distance": 35.0,
468
+ "leading_vehicles_max_route_distance": 2.5,
469
+ "leading_vehicles_maximum_detection_radius": 800,
470
+ "learn_multi_task_weights": 0,
471
+ "learn_origin": 1,
472
+ "lidar_architecture": "regnety_032",
473
+ "lidar_aug_prob": 1.0,
474
+ "lidar_horz_anchors": 8,
475
+ "lidar_points_per_second": 600000,
476
+ "lidar_pos": [
477
+ 0.0,
478
+ 0.0,
479
+ 2.5
480
+ ],
481
+ "lidar_resolution_height": 256,
482
+ "lidar_resolution_width": 256,
483
+ "lidar_rot": [
484
+ 0.0,
485
+ 0.0,
486
+ -90.0
487
+ ],
488
+ "lidar_rotation_frequency": 10,
489
+ "lidar_seq_len": 1,
490
+ "lidar_split_height": 0.2,
491
+ "lidar_vert_anchors": 8,
492
+ "light_radius": 15.0,
493
+ "load_file": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_009_0_pretrain/model_0030.pth",
494
+ "local_rank": -999,
495
+ "log_route_planner_min_distance": 4.0,
496
+ "logdir": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_009_0",
497
+ "logger_region_of_interest": 30.0,
498
+ "logging_freq": 10,
499
+ "longitudinal_linear_regression_maximum_acceleration": 1.89,
500
+ "longitudinal_linear_regression_maximum_deceleration": -4.82,
501
+ "longitudinal_linear_regression_minimum_target_speed": 0.278,
502
+ "longitudinal_linear_regression_params": {
503
+ "dtype": "float64",
504
+ "py/object": "numpy.ndarray",
505
+ "values": [
506
+ 1.1990342347353184,
507
+ -0.8057602384167799,
508
+ 1.710818710950062,
509
+ 0.921890257450335,
510
+ 1.556497522998393,
511
+ -0.7013479734904027,
512
+ 1.031266635497984
513
+ ]
514
+ },
515
+ "longitudinal_max_acceleration": 1.89,
516
+ "longitudinal_params": {
517
+ "py/tuple": [
518
+ 1.1990342347353184,
519
+ -0.8057602384167799,
520
+ 1.710818710950062,
521
+ 0.921890257450335,
522
+ 1.556497522998393,
523
+ -0.7013479734904027,
524
+ 1.031266635497984
525
+ ]
526
+ },
527
+ "longitudinal_pid_braking_ratio": 1.0324622059220139,
528
+ "longitudinal_pid_derivative_gain": 1.5761818624794222,
529
+ "longitudinal_pid_integral_gain": 0.2941563856687906,
530
+ "longitudinal_pid_max_window_length": 0,
531
+ "longitudinal_pid_minimum_target_speed": 0.278,
532
+ "longitudinal_pid_proportional_gain": 1.0016429066823955,
533
+ "longitudinal_pid_speed_error_scaling": 0.0,
534
+ "lr": 0.0003,
535
+ "max_blocked_ticks": 170,
536
+ "max_distance_lane_change_trailing_vehicles": 150,
537
+ "max_distance_to_overtake_two_way_scnearios": 80,
538
+ "max_distance_to_process_hazard_at_side_lane": 25,
539
+ "max_distance_to_process_hazard_at_side_lane_two_ways": 10,
540
+ "max_height_lidar": 100.0,
541
+ "max_lookahead_to_check_for_junction": 300,
542
+ "max_num_bbs": 30,
543
+ "max_speed_in_junction": 17.77777777777778,
544
+ "max_x": 32,
545
+ "max_y": 32,
546
+ "max_z": 4,
547
+ "max_z_projection": 14,
548
+ "min_walker_speed": 0.5,
549
+ "min_x": -32,
550
+ "min_y": -32,
551
+ "min_z": -4,
552
+ "min_z_projection": -10,
553
+ "minimum_lane_width_threshold": 2.5,
554
+ "minimum_lookahead_distance_to_compute_near_lane_change": 200,
555
+ "minimum_speed_to_prevent_rolling_back": 0.5,
556
+ "multi_step_lr_decay": 0.1,
557
+ "multi_wp_output": 0,
558
+ "n_head": 4,
559
+ "n_layer": 2,
560
+ "normalize_imagenet": true,
561
+ "num_bb_classes": 5,
562
+ "num_bev_semantic_classes": 11,
563
+ "num_decoder_heads": 8,
564
+ "num_dir_bins": 12,
565
+ "num_lidar_hits_for_detection_car": 1,
566
+ "num_lidar_hits_for_detection_walker": 1,
567
+ "num_repetitions": 1,
568
+ "num_route_points": 20,
569
+ "num_route_points_saved": 20,
570
+ "num_semantic_classes": 7,
571
+ "num_transformer_decoder_layers": 6,
572
+ "overtake_speed_vehicle_opens_door_two_ways": 11.11111111111111,
573
+ "pedestrian_minimum_extent": 1.5,
574
+ "perspective_downsample_factor": 1,
575
+ "pixels_per_meter": 4.0,
576
+ "pixels_per_meter_collection": 2.0,
577
+ "plant_embd_pdrop": 0.1,
578
+ "plant_hf_checkpoint": "prajjwal1/bert-medium",
579
+ "plant_max_speed_pred": 60.0,
580
+ "plant_num_attributes": 7,
581
+ "plant_object_types": 6,
582
+ "plant_precision_angle": 4,
583
+ "plant_precision_brake": 2,
584
+ "plant_precision_pos": 7,
585
+ "plant_precision_speed": 5,
586
+ "plant_pretraining": null,
587
+ "point_format": 0,
588
+ "point_precision": 0.01,
589
+ "points_per_meter": 10,
590
+ "pred_len": 8,
591
+ "predict_checkpoint_len": 10,
592
+ "previous_road_lane_retrieve_distance": 100,
593
+ "py/object": "config.GlobalConfig",
594
+ "ratio_target_speed_limit": 0.72,
595
+ "realign_lidar": 1,
596
+ "rear_wheel_base": 1.4178275,
597
+ "resid_pdrop": 0.1,
598
+ "root_dir": [
599
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data"
600
+ ],
601
+ "route_planner_max_distance": 50.0,
602
+ "route_planner_min_distance": 7.5,
603
+ "route_points": 10,
604
+ "route_shift_end_distance_invading_turn": 100,
605
+ "route_shift_start_distance_invading_turn": 150,
606
+ "safety_box_x_max": 4.950841665267944,
607
+ "safety_box_x_min": 2.4508416652679443,
608
+ "safety_box_y_max": 0.8513297080993653,
609
+ "safety_box_y_min": -0.8513297080993653,
610
+ "safety_box_z_max": 1.5,
611
+ "safety_box_z_min": 0.5,
612
+ "schedule_reduce_epoch_01": 30,
613
+ "schedule_reduce_epoch_02": 40,
614
+ "seed": 0,
615
+ "semantic_weights": [
616
+ 1.0,
617
+ 1.0,
618
+ 1.0,
619
+ 1.0,
620
+ 1.0,
621
+ 1.0,
622
+ 1.0
623
+ ],
624
+ "seq_len": 1,
625
+ "setting": "all",
626
+ "skip_first": 10,
627
+ "slow_speed_extent_factor_ego": 1.0,
628
+ "slower_factor": 0.8,
629
+ "smooth_route": 1,
630
+ "speed_kd": 2.0,
631
+ "speed_ki": 1.0,
632
+ "speed_kp": 1.75,
633
+ "speed_limit_waypoints_spacing_check": 50,
634
+ "speed_n": 20,
635
+ "steer_noise": 0.001,
636
+ "steering_gain": 0.36848336,
637
+ "stuck_threshold": 1100,
638
+ "sync_batch_norm": 0,
639
+ "tailing_vehicles_maximum_detection_radius": 800,
640
+ "target_speed_bins": [
641
+ 4.001,
642
+ 8.001,
643
+ 10.001,
644
+ 13.889888879999999,
645
+ 16.001,
646
+ 17.77877777,
647
+ 20.001
648
+ ],
649
+ "target_speed_weights": [
650
+ 1.0,
651
+ 1.0,
652
+ 1.0,
653
+ 1.0,
654
+ 1.0,
655
+ 1.0,
656
+ 1.0,
657
+ 1.0
658
+ ],
659
+ "target_speeds": [
660
+ 0.0,
661
+ 4.0,
662
+ 8.0,
663
+ 10,
664
+ 13.88888888,
665
+ 16,
666
+ 17.77777777,
667
+ 20
668
+ ],
669
+ "tf_first_checkpoint_distance": 25,
670
+ "throttle_acceleration": 0.5633837,
671
+ "throttle_threshold_during_forecasting": 0.3,
672
+ "throttle_values": {
673
+ "dtype": "float64",
674
+ "py/object": "numpy.ndarray",
675
+ "values": [
676
+ 0.963873001,
677
+ 0.000437535692,
678
+ -0.380192912,
679
+ 1.74950069,
680
+ 0.0916787414,
681
+ -0.070546153,
682
+ -0.00105996152,
683
+ 0.000671079346
684
+ ]
685
+ },
686
+ "time_step": 0.05,
687
+ "top_k_center_keypoints": 100,
688
+ "tp_attention": 0,
689
+ "trailing_vehicles_max_route_distance": 3.0,
690
+ "trailing_vehicles_max_route_distance_lane_change": 6.0,
691
+ "train_debug_save_freq": 1,
692
+ "train_sampling_rate": 1,
693
+ "transformer_decoder_join": 1,
694
+ "transition_length_accident_two_ways": 40,
695
+ "transition_length_construction_obstacle_two_ways": 40,
696
+ "transition_length_parked_obstacle_two_ways": 40,
697
+ "transition_length_vehicle_opens_door_two_ways": 40,
698
+ "transition_smoothness_distance": 80,
699
+ "transition_smoothness_factor_construction_obstacle": 105.0,
700
+ "turn_kd": 0.3,
701
+ "turn_ki": 0.75,
702
+ "turn_kp": 1.25,
703
+ "turn_n": 20,
704
+ "two_tp_input": false,
705
+ "unclearing_distance_to_stop_sign": 10,
706
+ "use_amp": 0,
707
+ "use_bev_semantic": 1,
708
+ "use_color_aug": 1,
709
+ "use_controller_input_prediction": 1,
710
+ "use_cosine_schedule": 1,
711
+ "use_cutout": 0,
712
+ "use_depth": 1,
713
+ "use_discrete_command": 1,
714
+ "use_disk_cache": 1,
715
+ "use_focal_loss": 0,
716
+ "use_grad_clip": 0,
717
+ "use_ground_plane": 0,
718
+ "use_label_smoothing": 0,
719
+ "use_optim_groups": 0,
720
+ "use_plant": 0,
721
+ "use_semantic": 1,
722
+ "use_speed_weights": 0,
723
+ "use_tp": 1,
724
+ "use_twohot_target_speeds": true,
725
+ "use_velocity": 1,
726
+ "use_wp_gru": 0,
727
+ "val_every": 5,
728
+ "val_towns": [],
729
+ "weight_decay": 0.01,
730
+ "wp_dilation": 1,
731
+ "zero_redundancy_optimizer": 1
732
+ }
all_towns/events.out.tfevents.1732457536.galvani-cn218.603930.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b043b1029cb6bbd2eb20ff52906e6f878c5bdc0b8f49e76ebb9c9fe9ee8e538d
3
+ size 25135
all_towns/model_0030_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6fbdc28f7398354beadc7cf6765d866457c957f7b470c88ba206e73311a3b44
3
+ size 483676856
all_towns/model_0030_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ff5062a234f5919385957c4b46df8a10adcf09a88a427198e0e2e655b5935cb
3
+ size 483676856
all_towns/model_0030_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e04af4bc06c8b96979309a22e96263079fb5782c18897eff293fedb647bcac
3
+ size 483676856
town13_withheld/args.txt ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "tfpp_010_0",
3
+ "epochs": 31,
4
+ "lr": 0.0003,
5
+ "batch_size": 16,
6
+ "logdir": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_010_0",
7
+ "load_file": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_010_0_pretrain/model_0030.pth",
8
+ "setting": "13_withheld",
9
+ "root_dir": [
10
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data"
11
+ ],
12
+ "schedule_reduce_epoch_01": 30,
13
+ "schedule_reduce_epoch_02": 40,
14
+ "backbone": "transFuser",
15
+ "image_architecture": "regnety_032",
16
+ "lidar_architecture": "regnety_032",
17
+ "use_velocity": 1,
18
+ "n_layer": 2,
19
+ "val_every": 5,
20
+ "sync_batch_norm": 0,
21
+ "zero_redundancy_optimizer": 1,
22
+ "use_disk_cache": 1,
23
+ "lidar_seq_len": 1,
24
+ "realign_lidar": 1,
25
+ "use_ground_plane": 0,
26
+ "use_controller_input_prediction": 1,
27
+ "use_wp_gru": 0,
28
+ "pred_len": 8,
29
+ "estimate_class_distributions": 0,
30
+ "use_focal_loss": 0,
31
+ "use_cosine_schedule": 1,
32
+ "augment": 1,
33
+ "use_plant": 0,
34
+ "learn_origin": 1,
35
+ "local_rank": -999,
36
+ "train_sampling_rate": 1,
37
+ "use_amp": 0,
38
+ "use_grad_clip": 0,
39
+ "use_color_aug": 1,
40
+ "use_semantic": 1,
41
+ "use_depth": 1,
42
+ "detect_boxes": 1,
43
+ "use_bev_semantic": 1,
44
+ "estimate_semantic_distribution": 0,
45
+ "use_discrete_command": 1,
46
+ "gru_hidden_size": 64,
47
+ "use_cutout": 0,
48
+ "add_features": 1,
49
+ "freeze_backbone": 0,
50
+ "learn_multi_task_weights": 0,
51
+ "transformer_decoder_join": 1,
52
+ "bev_down_sample_factor": 4,
53
+ "perspective_downsample_factor": 1,
54
+ "gru_input_size": 256,
55
+ "num_repetitions": 1,
56
+ "bev_grid_height_downsample_factor": 1,
57
+ "wp_dilation": 1,
58
+ "use_tp": 1,
59
+ "continue_epoch": 0,
60
+ "max_height_lidar": 100.0,
61
+ "smooth_route": 1,
62
+ "use_speed_weights": 0,
63
+ "max_num_bbs": 30,
64
+ "use_optim_groups": 0,
65
+ "weight_decay": 0.01,
66
+ "use_label_smoothing": 0,
67
+ "cpu_cores": 32,
68
+ "tp_attention": 0,
69
+ "multi_wp_output": 0,
70
+ "seed": 0,
71
+ "crop_image": 1,
72
+ "input_path_to_target_speed_network": 0,
73
+ "predict_checkpoint_len": 10,
74
+ "max_x": 32,
75
+ "crop_bev_height_only_from_behind": 0,
76
+ "lidar_resolution_height": 256,
77
+ "dataset_cache_name": "dataset_cache",
78
+ "cosine_t0": 1,
79
+ "compile": 0,
80
+ "compile_mode": "default"
81
+ }
town13_withheld/config.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_after_accident_two_ways": -15,
3
+ "add_after_construction_obstacle_two_ways": 15,
4
+ "add_after_parked_obstacle_two_ways": -5,
5
+ "add_after_vehicle_opens_door_two_ways": -20,
6
+ "add_before_accident_two_ways": -15,
7
+ "add_before_construction_obstacle_two_ways": 15,
8
+ "add_before_parked_obstacle_two_ways": -5,
9
+ "add_before_vehicle_opens_door_two_ways": -20,
10
+ "add_features": 1,
11
+ "aim_distance_fast": 3.0,
12
+ "aim_distance_slow": 2.25,
13
+ "aim_distance_threshold": 5.5,
14
+ "angle_bins": [
15
+ -0.375,
16
+ -0.125,
17
+ 0.125,
18
+ 0.375
19
+ ],
20
+ "angle_weights": [
21
+ 204.25901201602136,
22
+ 7.554315623148331,
23
+ 0.21388916461734406,
24
+ 5.476446162657503,
25
+ 207.86684782608697
26
+ ],
27
+ "angles": [
28
+ -0.5,
29
+ -0.25,
30
+ 0.0,
31
+ 0.25,
32
+ 0.5
33
+ ],
34
+ "attn_pdrop": 0.1,
35
+ "augment": 1,
36
+ "augment_percentage": 0.5,
37
+ "backbone": "transFuser",
38
+ "batch_size": 16,
39
+ "bb_confidence_threshold": 0.3,
40
+ "bb_input_channel": 64,
41
+ "bb_save_radius": 64.0,
42
+ "bev_classes_list": [
43
+ [
44
+ 0,
45
+ 0,
46
+ 0
47
+ ],
48
+ [
49
+ 200,
50
+ 200,
51
+ 200
52
+ ],
53
+ [
54
+ 255,
55
+ 255,
56
+ 255
57
+ ],
58
+ [
59
+ 255,
60
+ 255,
61
+ 0
62
+ ],
63
+ [
64
+ 50,
65
+ 234,
66
+ 157
67
+ ],
68
+ [
69
+ 160,
70
+ 160,
71
+ 0
72
+ ],
73
+ [
74
+ 0,
75
+ 255,
76
+ 0
77
+ ],
78
+ [
79
+ 255,
80
+ 255,
81
+ 0
82
+ ],
83
+ [
84
+ 255,
85
+ 0,
86
+ 0
87
+ ],
88
+ [
89
+ 250,
90
+ 170,
91
+ 30
92
+ ],
93
+ [
94
+ 0,
95
+ 255,
96
+ 0
97
+ ]
98
+ ],
99
+ "bev_converter": [
100
+ 0,
101
+ 1,
102
+ 2,
103
+ 3,
104
+ 4,
105
+ 5,
106
+ 6,
107
+ 7,
108
+ 8,
109
+ 9,
110
+ 10
111
+ ],
112
+ "bev_down_sample_factor": 4,
113
+ "bev_features_chanels": 64,
114
+ "bev_grid_height_downsample_factor": 1,
115
+ "bev_latent_dim": 32,
116
+ "bev_semantic_weights": [
117
+ 1.0,
118
+ 1.0,
119
+ 1.0,
120
+ 1.0,
121
+ 1.0,
122
+ 1.0,
123
+ 1.0,
124
+ 1.0,
125
+ 1.0,
126
+ 1.0,
127
+ 1.0
128
+ ],
129
+ "bev_upsample_factor": 2,
130
+ "bicycle_frame_rate": 20,
131
+ "block_exp": 4,
132
+ "brake_acceleration": -4.952399,
133
+ "brake_ratio": 1.1,
134
+ "brake_speed": 0.4,
135
+ "brake_uncertainty_threshold": 0.9,
136
+ "brake_values": {
137
+ "dtype": "float64",
138
+ "py/object": "numpy.ndarray",
139
+ "values": [
140
+ 0.0093171137,
141
+ 0.0820967431,
142
+ -0.00283832427,
143
+ 5.06587474e-05,
144
+ -4.90357228e-07,
145
+ 2.44419284e-09,
146
+ -4.91381935e-12
147
+ ]
148
+ },
149
+ "braking_distance_calculation_safety_distance": 10,
150
+ "camera_fov": 110,
151
+ "camera_height": 512,
152
+ "camera_pos": [
153
+ -1.5,
154
+ 0.0,
155
+ 2.0
156
+ ],
157
+ "camera_rot_0": [
158
+ 0.0,
159
+ 0.0,
160
+ 0.0
161
+ ],
162
+ "camera_rotation_augmentation_max": 5.0,
163
+ "camera_rotation_augmentation_min": -5.0,
164
+ "camera_translation_augmentation_max": 1.0,
165
+ "camera_translation_augmentation_min": -1.0,
166
+ "camera_width": 1024,
167
+ "carla_fps": 20,
168
+ "carla_frame_rate": 0.05,
169
+ "center_net_max_pooling_kernel": 3,
170
+ "check_path_free_safety_distance": 10,
171
+ "check_path_free_safety_time": 0.2,
172
+ "check_previous_distance_for_lane_change": 150,
173
+ "classes": {
174
+ "0": [
175
+ 0,
176
+ 0,
177
+ 0
178
+ ],
179
+ "1": [
180
+ 30,
181
+ 170,
182
+ 250
183
+ ],
184
+ "2": [
185
+ 200,
186
+ 200,
187
+ 200
188
+ ],
189
+ "3": [
190
+ 255,
191
+ 255,
192
+ 0
193
+ ],
194
+ "4": [
195
+ 0,
196
+ 255,
197
+ 0
198
+ ],
199
+ "5": [
200
+ 0,
201
+ 255,
202
+ 255
203
+ ],
204
+ "6": [
205
+ 255,
206
+ 255,
207
+ 255
208
+ ]
209
+ },
210
+ "classes_list": [
211
+ [
212
+ 0,
213
+ 0,
214
+ 0
215
+ ],
216
+ [
217
+ 250,
218
+ 170,
219
+ 30
220
+ ],
221
+ [
222
+ 200,
223
+ 200,
224
+ 200
225
+ ],
226
+ [
227
+ 0,
228
+ 255,
229
+ 255
230
+ ],
231
+ [
232
+ 0,
233
+ 255,
234
+ 0
235
+ ],
236
+ [
237
+ 255,
238
+ 255,
239
+ 0
240
+ ],
241
+ [
242
+ 255,
243
+ 255,
244
+ 255
245
+ ]
246
+ ],
247
+ "clearing_distance_to_stop_sign": 3.0,
248
+ "clip_delta": 1.0,
249
+ "clip_throttle": 1.0,
250
+ "color_aug_prob": 0.5,
251
+ "compile": 0,
252
+ "compile_mode": "default",
253
+ "compute_min_time_to_cover_distance_params": {
254
+ "dtype": "float64",
255
+ "py/object": "numpy.ndarray",
256
+ "values": [
257
+ 0.00904221,
258
+ 0.00733342,
259
+ -0.03744807,
260
+ 0.0235038
261
+ ]
262
+ },
263
+ "continue_epoch": 0,
264
+ "converter": [
265
+ 0,
266
+ 2,
267
+ 6,
268
+ 0,
269
+ 0,
270
+ 0,
271
+ 0,
272
+ 3,
273
+ 0,
274
+ 0,
275
+ 0,
276
+ 0,
277
+ 4,
278
+ 0,
279
+ 1,
280
+ 1,
281
+ 1,
282
+ 0,
283
+ 1,
284
+ 1,
285
+ 0,
286
+ 0,
287
+ 0,
288
+ 0,
289
+ 5,
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 0
294
+ ],
295
+ "cosine_t0": 1,
296
+ "cosine_t_mult": 2,
297
+ "cpu_cores": 32,
298
+ "creep_duration": 20,
299
+ "creep_throttle": 0.4,
300
+ "crop_bev": false,
301
+ "crop_bev_height_only_from_behind": 0,
302
+ "crop_image": 1,
303
+ "cropped_height": 384,
304
+ "cropped_width": 1024,
305
+ "data_roots": [
306
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/YieldToEmergencyVehicle",
307
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkedObstacleTwoWays",
308
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/InterurbanAdvancedActorFlow",
309
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HazardAtSideLaneTwoWays",
310
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/MergerIntoSlowTrafficV2",
311
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/AccidentTwoWays",
312
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HardBreakRoute",
313
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/InterurbanActorFlow",
314
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkingCrossingPedestrian",
315
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/SignalizedJunctionLeftTurn",
316
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/VehicleOpensDoorTwoWays",
317
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/SignalizedJunctionRightTurn",
318
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HighwayCutIn",
319
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HazardAtSideLane",
320
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/OppositeVehicleTakingPriority",
321
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/InvadingTurn",
322
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/CrossingBicycleFlow",
323
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/DynamicObjectCrossing",
324
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ConstructionObstacleTwoWays",
325
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/MergerIntoSlowTraffic",
326
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkingExit",
327
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/VehicleTurningRoute",
328
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/PedestrianCrossing",
329
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkedObstacle",
330
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ParkingCutIn",
331
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/PriorityAtJunction",
332
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/VehicleTurningRoutePedestrian",
333
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/OppositeVehicleRunningRedLight",
334
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/NonSignalizedJunctionLeftTurn",
335
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/BlockedIntersection",
336
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/noScenarios",
337
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/StaticCutIn",
338
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/EnterActorFlowV2",
339
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ConstructionObstacle",
340
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/EnterActorFlow",
341
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/ControlLoss",
342
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/HighwayExit",
343
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/Accident",
344
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data/NonSignalizedJunctionRightTurn"
345
+ ],
346
+ "data_save_freq": 5,
347
+ "dataset_cache_name": "dataset_cache",
348
+ "debug": 0,
349
+ "deconv_channel_num_0": 128,
350
+ "deconv_channel_num_1": 64,
351
+ "deconv_channel_num_2": 32,
352
+ "deconv_scale_factor_0": 4,
353
+ "deconv_scale_factor_1": 8,
354
+ "default_forecast_length": 2.0,
355
+ "default_max_distance_to_process_scenario": 50,
356
+ "default_overtake_speed": 13.88888888888889,
357
+ "dense_route_planner_min_distance": 2.4,
358
+ "detailed_loss_weights": {
359
+ "loss_bev_semantic": 0.1,
360
+ "loss_brake": 0.0,
361
+ "loss_center_heatmap": 0.1,
362
+ "loss_checkpoint": 0.1,
363
+ "loss_depth": 0.1,
364
+ "loss_forcast": 0.0,
365
+ "loss_offset": 0.1,
366
+ "loss_selection": 0.0,
367
+ "loss_semantic": 0.1,
368
+ "loss_target_speed": 0.1,
369
+ "loss_velocity": 0.0,
370
+ "loss_wh": 0.1,
371
+ "loss_wp": 0.0,
372
+ "loss_yaw_class": 0.1,
373
+ "loss_yaw_res": 0.1
374
+ },
375
+ "detect_boxes": 1,
376
+ "detection_radius": 50.0,
377
+ "distance_to_delete_scenario_in_two_ways": 20,
378
+ "draw_future_route_till_distance": 500,
379
+ "draw_life_time": 0.051,
380
+ "ego_extent_x": 2.4508416652679443,
381
+ "ego_extent_y": 1.0641621351242065,
382
+ "ego_extent_z": 0.7553732395172119,
383
+ "ego_vehicles_route_point_search_distance": 40,
384
+ "embd_pdrop": 0.1,
385
+ "epochs": 31,
386
+ "estimate_class_distributions": 0,
387
+ "estimate_semantic_distribution": 0,
388
+ "extent_ego_bbs_speed_threshold": 5,
389
+ "extent_other_vehicles_bbs_speed_threshold": 1.0,
390
+ "extra_route_length": 50,
391
+ "extra_sensor_channels": 128,
392
+ "factor_accident_two_ways": 1.0,
393
+ "factor_construction_obstacle_two_ways": 1.0,
394
+ "factor_parked_obstacle_two_ways": 0.6,
395
+ "factor_vehicle_opens_door_two_ways": 0.475,
396
+ "fence_avoidance_margin_invading_turn": 0.3,
397
+ "focal_loss_gamma": 2.0,
398
+ "forcast_time": 0.5,
399
+ "forecast_length_lane_change": 1.1,
400
+ "fps": 20.0,
401
+ "fps_inv": 0.05,
402
+ "freeze_backbone": 0,
403
+ "front_wheel_base": -0.090769015,
404
+ "gpt_layer_norm_init_weight": 1.0,
405
+ "gpt_linear_layer_init_mean": 0.0,
406
+ "gpt_linear_layer_init_std": 0.02,
407
+ "grad_clip_max_norm": 1.0,
408
+ "gru_hidden_size": 64,
409
+ "gru_input_size": 256,
410
+ "high_speed_extent_factor_ego_x": 1.3,
411
+ "high_speed_extent_factor_ego_y": 1.2,
412
+ "high_speed_extent_x_factor_other_vehicle": 1.5,
413
+ "high_speed_extent_y_factor_other_vehicle": 1.3,
414
+ "high_speed_min_extent_x_other_vehicle": 1.2,
415
+ "high_speed_min_extent_x_other_vehicle_lane_change": 2.0,
416
+ "high_speed_min_extent_y_other_vehicle": 1.0,
417
+ "hist_max_per_pixel": 5,
418
+ "id": "tfpp_010_0",
419
+ "idm_acceleration_exponent": 4.0,
420
+ "idm_bicycle_desired_time_headway": 0.25,
421
+ "idm_bicycle_minimum_distance": 4.0,
422
+ "idm_comfortable_braking_deceleration_high_speed": 3.72,
423
+ "idm_comfortable_braking_deceleration_low_speed": 8.7,
424
+ "idm_comfortable_braking_deceleration_threshold": 6.02,
425
+ "idm_leading_vehicle_minimum_distance": 4.0,
426
+ "idm_leading_vehicle_time_headway": 0.25,
427
+ "idm_maximum_acceleration": 24.0,
428
+ "idm_pedestrian_desired_time_headway": 0.1,
429
+ "idm_pedestrian_minimum_distance": 4.0,
430
+ "idm_red_light_desired_time_headway": 0.1,
431
+ "idm_red_light_minimum_distance": 6.0,
432
+ "idm_stop_sign_desired_time_headway": 0.1,
433
+ "idm_stop_sign_minimum_distance": 2.0,
434
+ "idm_t_bound": 0.05,
435
+ "idm_two_way_scenarios_minimum_distance": 2.0,
436
+ "idm_two_way_scenarios_time_headway": 0.1,
437
+ "ignore_index": -999,
438
+ "image_architecture": "regnety_032",
439
+ "image_u_net_output_features": 512,
440
+ "img_horz_anchors": 32,
441
+ "img_seq_len": 1,
442
+ "img_vert_anchors": 12,
443
+ "inference_direct_controller": true,
444
+ "inital_frames_delay": 40.0,
445
+ "input_path_to_target_speed_network": 0,
446
+ "iou_treshold_nms": 0.2,
447
+ "label_smoothing_alpha": 0.1,
448
+ "lane_shift_extension_length_for_yield_to_emergency_vehicle": 200,
449
+ "lateral_default_lookahead": 24,
450
+ "lateral_k_d": 1.3782508892109167,
451
+ "lateral_k_i": 0.6406067986034124,
452
+ "lateral_k_p": 3.118357247806046,
453
+ "lateral_n": 6,
454
+ "lateral_pid_default_lookahead": 24.0,
455
+ "lateral_pid_kd": 1.3782508892109167,
456
+ "lateral_pid_ki": 0.6406067986034124,
457
+ "lateral_pid_kp": 3.118357247806046,
458
+ "lateral_pid_maximum_lookahead_distance": 105.0,
459
+ "lateral_pid_minimum_lookahead_distance": 24.0,
460
+ "lateral_pid_speed_offset": 1.9152884533402488,
461
+ "lateral_pid_speed_scale": 0.9755321901954155,
462
+ "lateral_pid_speed_threshold": 23.150102938235136,
463
+ "lateral_pid_window_size": 6,
464
+ "lateral_speed_offset": 1.9152884533402488,
465
+ "lateral_speed_scale": 0.9755321901954155,
466
+ "lateral_speed_threshold": 23.150102938235136,
467
+ "leading_vehicles_max_route_angle_distance": 35.0,
468
+ "leading_vehicles_max_route_distance": 2.5,
469
+ "leading_vehicles_maximum_detection_radius": 800,
470
+ "learn_multi_task_weights": 0,
471
+ "learn_origin": 1,
472
+ "lidar_architecture": "regnety_032",
473
+ "lidar_aug_prob": 1.0,
474
+ "lidar_horz_anchors": 8,
475
+ "lidar_points_per_second": 600000,
476
+ "lidar_pos": [
477
+ 0.0,
478
+ 0.0,
479
+ 2.5
480
+ ],
481
+ "lidar_resolution_height": 256,
482
+ "lidar_resolution_width": 256,
483
+ "lidar_rot": [
484
+ 0.0,
485
+ 0.0,
486
+ -90.0
487
+ ],
488
+ "lidar_rotation_frequency": 10,
489
+ "lidar_seq_len": 1,
490
+ "lidar_split_height": 0.2,
491
+ "lidar_vert_anchors": 8,
492
+ "light_radius": 64.0,
493
+ "load_file": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_010_0_pretrain/model_0030.pth",
494
+ "local_rank": -999,
495
+ "log_route_planner_min_distance": 4.0,
496
+ "logdir": "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/tfpp_010_0",
497
+ "logger_region_of_interest": 30.0,
498
+ "logging_freq": 10,
499
+ "longitudinal_linear_regression_maximum_acceleration": 1.89,
500
+ "longitudinal_linear_regression_maximum_deceleration": -4.82,
501
+ "longitudinal_linear_regression_minimum_target_speed": 0.278,
502
+ "longitudinal_linear_regression_params": {
503
+ "dtype": "float64",
504
+ "py/object": "numpy.ndarray",
505
+ "values": [
506
+ 1.1990342347353184,
507
+ -0.8057602384167799,
508
+ 1.710818710950062,
509
+ 0.921890257450335,
510
+ 1.556497522998393,
511
+ -0.7013479734904027,
512
+ 1.031266635497984
513
+ ]
514
+ },
515
+ "longitudinal_max_acceleration": 1.89,
516
+ "longitudinal_params": {
517
+ "py/tuple": [
518
+ 1.1990342347353184,
519
+ -0.8057602384167799,
520
+ 1.710818710950062,
521
+ 0.921890257450335,
522
+ 1.556497522998393,
523
+ -0.7013479734904027,
524
+ 1.031266635497984
525
+ ]
526
+ },
527
+ "longitudinal_pid_braking_ratio": 1.0324622059220139,
528
+ "longitudinal_pid_derivative_gain": 1.5761818624794222,
529
+ "longitudinal_pid_integral_gain": 0.2941563856687906,
530
+ "longitudinal_pid_max_window_length": 0,
531
+ "longitudinal_pid_minimum_target_speed": 0.278,
532
+ "longitudinal_pid_proportional_gain": 1.0016429066823955,
533
+ "longitudinal_pid_speed_error_scaling": 0.0,
534
+ "lr": 0.0003,
535
+ "max_blocked_ticks": 170,
536
+ "max_distance_lane_change_trailing_vehicles": 150,
537
+ "max_distance_to_overtake_two_way_scnearios": 80,
538
+ "max_distance_to_process_hazard_at_side_lane": 25,
539
+ "max_distance_to_process_hazard_at_side_lane_two_ways": 10,
540
+ "max_height_lidar": 100.0,
541
+ "max_lookahead_to_check_for_junction": 300,
542
+ "max_num_bbs": 30,
543
+ "max_speed_in_junction": 17.77777777777778,
544
+ "max_x": 32,
545
+ "max_y": 32,
546
+ "max_z": 4,
547
+ "max_z_projection": 14,
548
+ "min_walker_speed": 0.5,
549
+ "min_x": -32,
550
+ "min_y": -32,
551
+ "min_z": -4,
552
+ "min_z_projection": -10,
553
+ "minimum_lane_width_threshold": 2.5,
554
+ "minimum_lookahead_distance_to_compute_near_lane_change": 200,
555
+ "minimum_speed_to_prevent_rolling_back": 0.5,
556
+ "multi_step_lr_decay": 0.1,
557
+ "multi_wp_output": 0,
558
+ "n_head": 4,
559
+ "n_layer": 2,
560
+ "normalize_imagenet": true,
561
+ "num_bb_classes": 5,
562
+ "num_bev_semantic_classes": 11,
563
+ "num_decoder_heads": 8,
564
+ "num_dir_bins": 12,
565
+ "num_lidar_hits_for_detection_car": 1,
566
+ "num_lidar_hits_for_detection_walker": 1,
567
+ "num_repetitions": 1,
568
+ "num_route_points": 20,
569
+ "num_route_points_saved": 20,
570
+ "num_semantic_classes": 7,
571
+ "num_transformer_decoder_layers": 6,
572
+ "overtake_speed_vehicle_opens_door_two_ways": 11.11111111111111,
573
+ "pedestrian_minimum_extent": 1.5,
574
+ "perspective_downsample_factor": 1,
575
+ "pixels_per_meter": 4.0,
576
+ "pixels_per_meter_collection": 2.0,
577
+ "plant_embd_pdrop": 0.1,
578
+ "plant_hf_checkpoint": "prajjwal1/bert-medium",
579
+ "plant_max_speed_pred": 60.0,
580
+ "plant_num_attributes": 7,
581
+ "plant_object_types": 6,
582
+ "plant_precision_angle": 4,
583
+ "plant_precision_brake": 2,
584
+ "plant_precision_pos": 7,
585
+ "plant_precision_speed": 5,
586
+ "plant_pretraining": null,
587
+ "point_format": 0,
588
+ "point_precision": 0.01,
589
+ "points_per_meter": 10,
590
+ "pred_len": 8,
591
+ "predict_checkpoint_len": 10,
592
+ "previous_road_lane_retrieve_distance": 100,
593
+ "py/object": "config.GlobalConfig",
594
+ "ratio_target_speed_limit": 0.72,
595
+ "realign_lidar": 1,
596
+ "rear_wheel_base": 1.4178275,
597
+ "resid_pdrop": 0.1,
598
+ "root_dir": [
599
+ "/mnt/lustre/work/geiger/bjaeger25/garage_2_cleanup/results/data/garage_v1_2024_11_07/data"
600
+ ],
601
+ "route_planner_max_distance": 50.0,
602
+ "route_planner_min_distance": 7.5,
603
+ "route_points": 10,
604
+ "route_shift_end_distance_invading_turn": 100,
605
+ "route_shift_start_distance_invading_turn": 150,
606
+ "safety_box_x_max": 4.950841665267944,
607
+ "safety_box_x_min": 2.4508416652679443,
608
+ "safety_box_y_max": 0.8513297080993653,
609
+ "safety_box_y_min": -0.8513297080993653,
610
+ "safety_box_z_max": 1.5,
611
+ "safety_box_z_min": 0.5,
612
+ "schedule_reduce_epoch_01": 30,
613
+ "schedule_reduce_epoch_02": 40,
614
+ "seed": 0,
615
+ "semantic_weights": [
616
+ 1.0,
617
+ 1.0,
618
+ 1.0,
619
+ 1.0,
620
+ 1.0,
621
+ 1.0,
622
+ 1.0
623
+ ],
624
+ "seq_len": 1,
625
+ "setting": "all",
626
+ "skip_first": 10,
627
+ "slow_speed_extent_factor_ego": 1.0,
628
+ "slower_factor": 0.8,
629
+ "smooth_route": 1,
630
+ "speed_kd": 2.0,
631
+ "speed_ki": 1.0,
632
+ "speed_kp": 1.75,
633
+ "speed_limit_waypoints_spacing_check": 50,
634
+ "speed_n": 20,
635
+ "steer_noise": 0.001,
636
+ "steering_gain": 0.36848336,
637
+ "stuck_threshold": 1100,
638
+ "sync_batch_norm": 0,
639
+ "tailing_vehicles_maximum_detection_radius": 800,
640
+ "target_speed_bins": [
641
+ 4.001,
642
+ 8.001,
643
+ 10.001,
644
+ 13.889888879999999,
645
+ 16.001,
646
+ 17.77877777,
647
+ 20.001
648
+ ],
649
+ "target_speed_weights": [
650
+ 1.0,
651
+ 1.0,
652
+ 1.0,
653
+ 1.0,
654
+ 1.0,
655
+ 1.0,
656
+ 1.0,
657
+ 1.0
658
+ ],
659
+ "target_speeds": [
660
+ 0.0,
661
+ 4.0,
662
+ 8.0,
663
+ 10,
664
+ 13.88888888,
665
+ 16,
666
+ 17.77777777,
667
+ 20
668
+ ],
669
+ "tf_first_checkpoint_distance": 25,
670
+ "throttle_acceleration": 0.5633837,
671
+ "throttle_threshold_during_forecasting": 0.3,
672
+ "throttle_values": {
673
+ "dtype": "float64",
674
+ "py/object": "numpy.ndarray",
675
+ "values": [
676
+ 0.963873001,
677
+ 0.000437535692,
678
+ -0.380192912,
679
+ 1.74950069,
680
+ 0.0916787414,
681
+ -0.070546153,
682
+ -0.00105996152,
683
+ 0.000671079346
684
+ ]
685
+ },
686
+ "time_step": 0.05,
687
+ "top_k_center_keypoints": 100,
688
+ "tp_attention": 0,
689
+ "trailing_vehicles_max_route_distance": 3.0,
690
+ "trailing_vehicles_max_route_distance_lane_change": 6.0,
691
+ "train_debug_save_freq": 1,
692
+ "train_sampling_rate": 1,
693
+ "transformer_decoder_join": 1,
694
+ "transition_length_accident_two_ways": 40,
695
+ "transition_length_construction_obstacle_two_ways": 40,
696
+ "transition_length_parked_obstacle_two_ways": 40,
697
+ "transition_length_vehicle_opens_door_two_ways": 40,
698
+ "transition_smoothness_distance": 80,
699
+ "transition_smoothness_factor_construction_obstacle": 105.0,
700
+ "turn_kd": 0.3,
701
+ "turn_ki": 0.75,
702
+ "turn_kp": 1.25,
703
+ "turn_n": 20,
704
+ "two_tp_input": false,
705
+ "unclearing_distance_to_stop_sign": 10,
706
+ "use_amp": 0,
707
+ "use_bev_semantic": 1,
708
+ "use_color_aug": 1,
709
+ "use_controller_input_prediction": 1,
710
+ "use_cosine_schedule": 1,
711
+ "use_cutout": 0,
712
+ "use_depth": 1,
713
+ "use_discrete_command": 1,
714
+ "use_disk_cache": 1,
715
+ "use_focal_loss": 0,
716
+ "use_grad_clip": 0,
717
+ "use_ground_plane": 0,
718
+ "use_label_smoothing": 0,
719
+ "use_optim_groups": 0,
720
+ "use_plant": 0,
721
+ "use_semantic": 1,
722
+ "use_speed_weights": 0,
723
+ "use_tp": 1,
724
+ "use_twohot_target_speeds": true,
725
+ "use_velocity": 1,
726
+ "use_wp_gru": 0,
727
+ "val_every": 5,
728
+ "val_towns": [
729
+ 13
730
+ ],
731
+ "weight_decay": 0.01,
732
+ "wp_dilation": 1,
733
+ "zero_redundancy_optimizer": 1
734
+ }
town13_withheld/events.out.tfevents.1733429723.galvani-cn211.1000876.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ad491b1d54962441e3fe0f7bcdcf97e17c8a01f9b621c407e84f5f8278221bc
3
+ size 30156
town13_withheld/model_0030_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f350efad1a9af101ba4fb1a18f3332c44e956fbb9118f918e5435e2f20f9fcb3
3
+ size 483676856
town13_withheld/model_0030_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb1904aa9d09beda4f615260bfac56788dd51ccf539c687749b0c7c8d36de42
3
+ size 483676856
town13_withheld/model_0030_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ad2f9433ed622d65530910df8897529aa48217dac72b797f8d626c8b9f7efb
3
+ size 483676856