-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_expo2010.json
More file actions
40 lines (40 loc) · 1 KB
/
Copy pathconfig_expo2010.json
File metadata and controls
40 lines (40 loc) · 1 KB
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
{
"data":{
"dataset":"Expo2010",
"dataset_path":"/home/zhouqi/crowd_count/dataset/expo2010/expo2010.h5",
"raw_img_path":"/home/zhouqi/crowd_count/dataset/expo2010/train_test_images/",
"density_group":"density_downscale_4_beta_1",
"downscale":4,
"img_num_channel":3,
"use_pmap":true,
"train":{
"patch_size":[576, 736],
"num_patch":1,
"num_workers":10,
"batch_size":40,
"pin_memory":false,
"random_noise":true
},
"test":{
"patch_size":[576, 736],
"num_workers":10,
"batch_size":10,
"pin_memory":false,
"random_noise":false
}
},
"model":{
"target":"ContextPyramid",
"arch":"Pyramid_Context",
"context_levels":3,
"context_weight":[1, 6, 20],
"use_bn":true,
"activation":"LeakyReLU",
"optimizer":"Adam",
"epochs":1000,
"test_freq":1,
"learning_rate":1e-5,
"weight_decay":1e-5,
"resume":false
}
}