-
Notifications
You must be signed in to change notification settings - Fork 19
/
kitti_eb5.json
85 lines (85 loc) · 2.13 KB
/
kitti_eb5.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"generic": {
"seed": 13
},
"training": {
"n_iters": 40000,
"batch_size": 8,
"validation_interval": 200,
"nsteps_accumulation_gradient": 2,
"lr": 0.0002,
"wd": 0.05,
"div_factor": 1,
"final_div_factor": 10,
"loss": {
"name": "SILog",
"weight": 10.0
}
},
"data": {
"crop": "garg",
"train_dataset": "KITTIDataset",
"val_dataset": "KITTIDataset",
"data_root": "datasets",
"benchmark": false,
"augmentations": {
"horizontal_flip": 0.5,
"random_rotation": 2.5,
"random_scale": 0.05,
"random_translation": 0.05,
"random_brightness": 0.1,
"random_contrast": 0.1,
"random_saturation": 0.1,
"random_gamma": 0.2,
"random_hue": 0.1,
"random_sharpness": 0.1,
"random_posterize": 4,
"random_solarize": 0.2,
"rotation_p": 1,
"scale_p": 1,
"translation_p": 0,
"brightness_p": 1,
"contrast_p": 1,
"saturation_p": 1,
"gamma_p": 1,
"hue_p": 1,
"sharpness_p": 0,
"posterize_p": 0,
"solarize_p": 0,
"equalize_p": 0,
"autocontrast_p": 0
}
},
"model": {
"num_heads": 1,
"attn_dec": true,
"activation": "gelu",
"expansion": 4,
"output_dim": 1,
"isd": {
"latent_dim": 128,
"num_resolutions": 3,
"depths": 2
},
"pixel_decoder": {
"heads": 4,
"depths": 6,
"hidden_dim": 256,
"anchor_points": 8
},
"pixel_encoder": {
"img_size": [
1216,
352
],
"name": "efficientnet_b5",
"lr_dedicated": 5e-05
},
"afp": {
"context_low_resolutions_skip": 1,
"depths": 2,
"latent_dim": 128,
"num_latents": 32
}
}
}