-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathresults_val.json
197 lines (197 loc) · 6.38 KB
/
results_val.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
{
"": "",
"logs/examples/counting.ckpt": {
"backbone": "vit_dino",
"backbone_unfreeze_layers": 7,
"bbox_aspect_ratio_max": 3,
"bbox_big_area": 0.07,
"bbox_small_area": 0.02,
"bboxes_aspect_ratio_to_look_at": "all",
"bboxes_sizes_to_look_at": "all",
"counting_head": "linear",
"counting_loss": "MAPE",
"data_path": "data/",
"dataset": "FSC-133",
"drop_last": true,
"eval_batch_size": 16,
"exclude_imgs_with_counts_over_1000": false,
"exclude_imgs_with_counts_over_500": false,
"image_transforms": "reflect_rotate_increase_density",
"img_channels": 3,
"img_mode": "scale",
"img_size": [
224,
224
],
"increase_density_amount": 4,
"increase_density_ratio": 50,
"increase_density_rotate": true,
"learning_rate": 0.0,
"localisation_head": "conv",
"localisation_loss": "MSE",
"log_dir": "logs/",
"loss_clip": -1,
"max_epochs": 1,
"max_steps": -1,
"name": "example_pca_vis",
"num_workers": 4,
"output_dir": "output/",
"overfit_batches": 0.0,
"pca_visualise": true,
"plateau_factor": 0.1,
"plateau_patience": 10,
"resume_counting_head_path": "",
"resume_path": "logs/examples/counting.ckpt",
"resume_path_localisation": "",
"save_ims": false,
"save_visualise_localisation": true,
"scheduler": "None",
"scheduler_gamma": 0.5,
"scheduler_steps": 100,
"seed": -1,
"split_up_img": 1,
"tensorboard_visualise": false,
"tensorboard_visualise_localisation": false,
"test": true,
"test_split": "val",
"total_loss": "counting_loss",
"train_batch_size": 16,
"use_counting_head": true,
"use_localisation_head": false,
"val/loss": 0.23477540910243988,
"val_DDP_MAE": 17.486671447753906,
"val_DDP_RMSE": 53.69618606567383,
"val_every": 1,
"warmup_epochs": -1,
"weight_decay": 0
},
"logs/examples/counting_2_just_statedict.ckpt": {
"backbone": "vit_dino",
"backbone_unfreeze_layers": 7,
"bbox_aspect_ratio_max": 3,
"bbox_big_area": 0.07,
"bbox_small_area": 0.02,
"bboxes_aspect_ratio_to_look_at": "all",
"bboxes_sizes_to_look_at": "all",
"counting_head": "linear",
"counting_loss": "MAPE",
"data_path": "data/",
"dataset": "FSC-133",
"drop_last": true,
"eval_batch_size": 2,
"exclude_imgs_with_counts_over_1000": false,
"exclude_imgs_with_counts_over_500": false,
"image_transforms": "reflect_rotate_increase_density",
"img_channels": 3,
"img_mode": "scale",
"img_size": [
224,
224
],
"increase_density_amount": 4,
"increase_density_ratio": 50,
"increase_density_rotate": true,
"learning_rate": 0.0,
"localisation_head": "conv",
"localisation_loss": "MSE",
"log_dir": "logs/",
"loss_clip": -1,
"max_epochs": 1,
"max_steps": -1,
"name": "example_test",
"num_workers": 4,
"output_dir": "output/",
"overfit_batches": 0.0,
"pca_visualise": false,
"plateau_factor": 0.1,
"plateau_patience": 10,
"resume_counting_head_path": "",
"resume_path": "logs/examples/counting_2_just_statedict.ckpt",
"resume_path_localisation": "",
"save_ims": false,
"save_visualise_localisation": false,
"scheduler": "None",
"scheduler_gamma": 0.5,
"scheduler_steps": 100,
"seed": -1,
"split_up_img": 1,
"tensorboard_visualise": false,
"tensorboard_visualise_localisation": false,
"test": true,
"test_split": "val",
"total_loss": "counting_loss",
"train_batch_size": 2,
"use_counting_head": true,
"use_localisation_head": false,
"val/loss": 0.24032554030418396,
"val_DDP_MAE": 18.72724723815918,
"val_DDP_RMSE": 59.9841423034668,
"val_every": 1,
"warmup_epochs": -1,
"weight_decay": 0
},
"logs/examples/localisation.ckpt": {
"backbone": "vit_dino",
"backbone_unfreeze_layers": 0,
"bbox_aspect_ratio_max": 3,
"bbox_big_area": 0.07,
"bbox_small_area": 0.02,
"bboxes_aspect_ratio_to_look_at": "all",
"bboxes_sizes_to_look_at": "all",
"counting_head": "regress_c3_simple",
"counting_loss": "MAE",
"data_path": "data/",
"dataset": "FSC-133",
"drop_last": true,
"eval_batch_size": 16,
"exclude_imgs_with_counts_over_1000": false,
"exclude_imgs_with_counts_over_500": false,
"image_transforms": "reflect_rotate",
"img_channels": 3,
"img_mode": "scale",
"img_size": [
224,
224
],
"increase_density_amount": 4,
"increase_density_ratio": 50,
"increase_density_rotate": true,
"learning_rate": 0.0,
"localisation_head": "conv",
"localisation_loss": "MSE",
"log_dir": "logs/",
"loss_clip": -1,
"max_epochs": 1,
"max_steps": -1,
"name": "example_localisation_vis",
"num_workers": 4,
"output_dir": "output/",
"overfit_batches": 0.0,
"pca_visualise": false,
"plateau_factor": 0.1,
"plateau_patience": 10,
"resume_counting_head_path": "",
"resume_path": "logs/examples/localisation.ckpt",
"resume_path_localisation": "",
"save_ims": false,
"save_visualise_localisation": true,
"scheduler": "None",
"scheduler_gamma": 0.5,
"scheduler_steps": 100,
"seed": -1,
"split_up_img": 1,
"tensorboard_visualise": false,
"tensorboard_visualise_localisation": true,
"test": true,
"test_split": "val",
"total_loss": "localisation_loss",
"train_batch_size": 16,
"use_counting_head": false,
"use_localisation_head": true,
"val/loss": 5.0278678827453405e-05,
"val_DDP_Loc_MSE": 5.027868246543221e-05,
"val_every": 1,
"warmup_epochs": -1,
"weight_decay": 0
}
}