forked from knowledgetechnologyuhh/gasp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
InferVisualizeGASPSeqDAMALSTMGMU1x1Conv_10Norm.json
122 lines (122 loc) · 3.56 KB
/
InferVisualizeGASPSeqDAMALSTMGMU1x1Conv_10Norm.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
{
"audio_features": {
"audio_features": "MFCCAudioFeatures",
"hann_audio_frames": "WindowedAudioFeatures"
},
"compute_metrics": false,
"datasplitter_properties": {
"train_csv_file": "datasets/processed/test_ave.csv",
"val_csv_file": null,
"test_csv_file": null
},
"device": "cpu",
"enable_audio": true,
"face_detector": "SFDFaceDetection",
"height": 500,
"inference_properties": {
"show_det_saliency_map": true,
"enable_transform_overlays": true,
"color_map": "jet"
},
"max_w_size": 10,
"metrics": "SaliencyPredictionMetrics",
"metrics_list": [
"aucj",
"aucs",
"cc",
"nss",
"sim"
],
"metrics_mappings": {
"gt_salmap": "transformed_salmap",
"gt_fixmap": "transformed_fixmap",
"pred_salmap": "det_transformed_dave",
"gt_baseline": "datasets/processed/center_bias_bw.jpg",
"scores_info": [
"gate_scores"
]
},
"metrics_save_file": "logs/metrics/default.csv",
"model_groups": [
[
[
"GASPInference",
10,
[
9
],
{
"weights_file": "seqdamalstmgmu",
"modalities": 5,
"batch_size": 1,
"sequence_len": 10,
"sequence_norm": true
},
{
"inp_img_names_list": [
"captured",
"det_transformed_dave",
"det_transformed_esr9",
"det_transformed_vidgaze",
"det_transformed_gaze360"
]
},
{
"keep_properties": false,
"keep_audio": false,
"keep_plot_frames_only": true,
"resize_frames": true,
"plot_override": [
[
"transformed_fixmap",
"det_transformed_esr9",
"det_transformed_dave",
"det_transformed_vidgaze",
"det_transformed_gaze360",
"det_transformed_gasp"
]
]
}
]
]
],
"n_jobs": [
3
],
"play_audio": false,
"postproc_properties": {
"keep_properties": false,
"keep_audio": false,
"keep_plot_frames_only": true,
"resize_frames": true
},
"process_dataset_videos_only": true,
"reader": "DataSampleReader",
"reader_properties": {},
"realtime_capture": false,
"sampler": "DataSample",
"sampler_properties": {},
"sampling_properties": {
"show_fixation_locations": true,
"show_saliency_map": true,
"enable_transform_overlays": true,
"color_map": "jet",
"img_names_list": [
"transformed_salmap",
"transformed_fixmap",
"det_transformed_dave",
"det_transformed_esr9",
"det_transformed_vidgaze",
"det_transformed_gaze360"
]
},
"stride": 1,
"visualize_images": true,
"width": 500,
"write_annotations": false,
"write_images": false,
"write_videos": true,
"config_info": {
"summary": "This visualizes the sequential GASP model (DAM + LARGMU; Context Size = 10)"
}
}