Daniele Picone commited on
Commit
70c29fc
·
1 Parent(s): a1f51ef

Added weights

Browse files
20240624_121703/manifest.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "checkpoint_path": "version_0/checkpoints/best.ckpt",
3
+ "options_path": "options.json",
4
+ "version": "0.7.6"
5
+ }
20240624_121703/options.json ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": {
3
+ "id": "torch",
4
+ "device": "none"
5
+ },
6
+ "dataloader_training": {
7
+ "dataset_list": [
8
+ {
9
+ "image": {
10
+ "id": null,
11
+ "dataset": "chikusei",
12
+ "dataset_id": 0
13
+ },
14
+ "preprocessing": {
15
+ "crop_row": [
16
+ 64,
17
+ 1664
18
+ ],
19
+ "crop_col": [
20
+ 64,
21
+ 2240
22
+ ],
23
+ "crop_chn": [
24
+ 8,
25
+ 72,
26
+ 4
27
+ ],
28
+ "crop_acq": null,
29
+ "select_chn": null,
30
+ "normalize_intensity": true,
31
+ "equalize_dynamic": true,
32
+ "dynamic_range": [
33
+ 0.05,
34
+ 0.95
35
+ ]
36
+ }
37
+ }
38
+ ],
39
+ "patch_size": 64,
40
+ "stride": 16,
41
+ "horizontal": true,
42
+ "vertical": true,
43
+ "rotation": true
44
+ },
45
+ "dataloader_validation": {
46
+ "dataset_list": [
47
+ {
48
+ "image": {
49
+ "id": null,
50
+ "dataset": "chikusei",
51
+ "dataset_id": 0
52
+ },
53
+ "preprocessing": {
54
+ "crop_row": [
55
+ 1664,
56
+ 2048
57
+ ],
58
+ "crop_col": [
59
+ 64,
60
+ 2240
61
+ ],
62
+ "crop_chn": [
63
+ 8,
64
+ 72,
65
+ 4
66
+ ],
67
+ "crop_acq": null,
68
+ "select_chn": null,
69
+ "normalize_intensity": true,
70
+ "equalize_dynamic": true,
71
+ "dynamic_range": [
72
+ 0.05,
73
+ 0.95
74
+ ]
75
+ }
76
+ }
77
+ ],
78
+ "patch_size": 64,
79
+ "stride": 64,
80
+ "horizontal": false,
81
+ "vertical": false,
82
+ "rotation": false
83
+ },
84
+ "model": {
85
+ "linear_id": "pansharpening",
86
+ "kernel_id": null,
87
+ "color_filter_id": null,
88
+ "spectral_responses_id": null,
89
+ "spectral_responses_type": "multispectral",
90
+ "scale_ratio": 4,
91
+ "lagrange_multipliers": [
92
+ 1.0
93
+ ]
94
+ },
95
+ "noise": {
96
+ "simulate": true,
97
+ "id": null,
98
+ "snr": 30.0,
99
+ "mean_scaled_snr": true
100
+ },
101
+ "processing": {
102
+ "data_functional": "squared_l2",
103
+ "priors": [
104
+ {
105
+ "id": "unet",
106
+ "unfolded_stages": 4,
107
+ "strategy": "pnp",
108
+ "regularization_parameter": 1.0,
109
+ "noise_level": 0.03
110
+ }
111
+ ],
112
+ "solver": {
113
+ "id": "admm",
114
+ "penalization_parameter_list": [
115
+ 0.1
116
+ ],
117
+ "penalization_parameter": 0.1,
118
+ "penalization_parameter_dual": 0.1,
119
+ "relaxation_parameter": 0.1,
120
+ "sub_problem_solver": "auto",
121
+ "max_iterations": 1,
122
+ "verbose": true,
123
+ "g_first": false,
124
+ "early_stop": false,
125
+ "nan_stop": false
126
+ }
127
+ },
128
+ "trainable_parameters": {
129
+ "regularization_parameter": false,
130
+ "noise_level": false,
131
+ "relaxation_parameter": true,
132
+ "penalization_parameter": true,
133
+ "penalization_parameter_dual": false
134
+ },
135
+ "training_options": {
136
+ "optimizer": "adam",
137
+ "optimizer_momentum": 0.9,
138
+ "learning_rate": 0.01,
139
+ "loss_validation": "mse",
140
+ "loss_test": [
141
+ "mse",
142
+ "ssim",
143
+ "psnr"
144
+ ],
145
+ "scheduler": {
146
+ "id": "reduce_on_plateau",
147
+ "max_iterations": 50,
148
+ "reduction_factor": 0.1,
149
+ "patience": 10,
150
+ "tolerance": 1e-6
151
+ }
152
+ },
153
+ "training_logger": {
154
+ "logger": "csv",
155
+ "maximum_time": "00:00:40:00",
156
+ "early_stopping_delta": 1e-6,
157
+ "early_stopping_patience": 20,
158
+ "tqdm_refresh_rate": 10,
159
+ "dataloader_options": {
160
+ "shuffle_train": true,
161
+ "shuffle_validation": false,
162
+ "num_workers": 4,
163
+ "batch_size": 64
164
+ }
165
+ }
166
+ }
20240624_121703/version_0/checkpoints/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f69427785befd0ca2fbcfe82f315648370a53ce4ed102d749699c18b87f249f
3
+ size 52334278
20240624_121703/version_0/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45c383f6129ec93f4440f5565d53fd489409a26cbc50d2ff694aecfc2606d4a
3
+ size 52334278
20240624_121703/version_0/hparams.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
20240624_121703/version_0/metrics.csv ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,loss training,loss validation,step
2
+ 0,0.027417613193392754,,49
3
+ 0,0.01651066169142723,,99
4
+ 0,0.014945896342396736,,149
5
+ 0,0.0120821762830019,,199
6
+ 0,,0.012828175909817219,201
7
+ 1,0.011506352573633194,,249
8
+ 1,0.010802239179611206,,299
9
+ 1,0.005454285070300102,,349
10
+ 1,0.004476033616811037,,399
11
+ 1,,0.006006518844515085,403
12
+ 2,0.004377658478915691,,449
13
+ 2,0.0070521533489227295,,499
14
+ 2,0.003919653594493866,,549
15
+ 2,0.0026924926787614822,,599
16
+ 2,,0.0035522955004125834,605
17
+ 3,0.0034907921217381954,,649
18
+ 3,0.002992600668221712,,699
19
+ 3,0.0029889396391808987,,749
20
+ 3,0.003167275805026293,,799
21
+ 3,,0.0036649119574576616,807
22
+ 4,0.00298797944560647,,849
23
+ 4,0.002203832846134901,,899
24
+ 4,0.002242875052616,,949
25
+ 4,0.002684312639757991,,999
26
+ 4,,0.0033094901591539383,1009
27
+ 5,0.00234988983720541,,1049
28
+ 5,0.002971955109387636,,1099
29
+ 5,0.0019646401051431894,,1149
30
+ 5,0.0025611892342567444,,1199
31
+ 5,,0.0025261137634515762,1211
32
+ 6,0.0024867490865290165,,1249
33
+ 6,0.0030990499071776867,,1299
34
+ 6,0.002953329822048545,,1349
35
+ 6,0.0029093511402606964,,1399
36
+ 6,,0.004608685616403818,1413
37
+ 7,0.002456874353811145,,1449
38
+ 7,0.003095169086009264,,1499
39
+ 7,0.00773706054314971,,1549
40
+ 7,0.0027167764492332935,,1599
41
+ 7,,0.0024076553527265787,1615
42
+ 8,0.0023773489519953728,,1649
43
+ 8,0.0036908031906932592,,1699
44
+ 8,0.001896373345516622,,1749
45
+ 8,0.002138185314834118,,1799
46
+ 8,,0.004562870133668184,1817
47
+ 9,0.004722463898360729,,1849
48
+ 9,0.0031107240356504917,,1899
49
+ 9,0.0027375989593565464,,1949
50
+ 9,0.0020041558891534805,,1999
51
+ 9,,0.0026473209727555513,2019
52
+ 10,0.0019146939739584923,,2049
53
+ 10,0.0020356792956590652,,2072
54
+ 10,,0.004287738353013992,2072
20240624_135135/manifest.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "checkpoint_path": "version_0/checkpoints/best.ckpt",
3
+ "options_path": "options.json",
4
+ "version": "0.7.6"
5
+ }
20240624_135135/options.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": {
3
+ "id": "torch",
4
+ "device": "none"
5
+ },
6
+ "dataloader_training": {
7
+ "dataset_list": [
8
+ {
9
+ "image": {
10
+ "id": null,
11
+ "dataset": "chikusei",
12
+ "dataset_id": 0
13
+ },
14
+ "preprocessing": {
15
+ "crop_row": [
16
+ 64,
17
+ 1664
18
+ ],
19
+ "crop_col": [
20
+ 64,
21
+ 2240
22
+ ],
23
+ "crop_chn": [
24
+ 8,
25
+ 72,
26
+ 4
27
+ ],
28
+ "crop_acq": null,
29
+ "select_chn": null,
30
+ "normalize_intensity": true,
31
+ "equalize_dynamic": true,
32
+ "dynamic_range": [
33
+ 0.05,
34
+ 0.95
35
+ ]
36
+ }
37
+ }
38
+ ],
39
+ "patch_size": 64,
40
+ "stride": 16,
41
+ "horizontal": true,
42
+ "vertical": true,
43
+ "rotation": true
44
+ },
45
+ "dataloader_validation": {
46
+ "dataset_list": [
47
+ {
48
+ "image": {
49
+ "id": null,
50
+ "dataset": "chikusei",
51
+ "dataset_id": 0
52
+ },
53
+ "preprocessing": {
54
+ "crop_row": [
55
+ 1664,
56
+ 2048
57
+ ],
58
+ "crop_col": [
59
+ 64,
60
+ 2240
61
+ ],
62
+ "crop_chn": [
63
+ 8,
64
+ 72,
65
+ 4
66
+ ],
67
+ "crop_acq": null,
68
+ "select_chn": null,
69
+ "normalize_intensity": true,
70
+ "equalize_dynamic": true,
71
+ "dynamic_range": [
72
+ 0.05,
73
+ 0.95
74
+ ]
75
+ }
76
+ }
77
+ ],
78
+ "patch_size": 64,
79
+ "stride": 64,
80
+ "horizontal": false,
81
+ "vertical": false,
82
+ "rotation": false
83
+ },
84
+ "model": {
85
+ "linear_id": "deblurring",
86
+ "kernel_id": 0,
87
+ "color_filter_id": null,
88
+ "spectral_responses_id": null,
89
+ "spectral_responses_type": "multispectral",
90
+ "scale_ratio": null,
91
+ "lagrange_multipliers": []
92
+ },
93
+ "noise": {
94
+ "simulate": true,
95
+ "id": null,
96
+ "snr": 25.0,
97
+ "mean_scaled_snr": true
98
+ },
99
+ "processing": {
100
+ "data_functional": "squared_l2",
101
+ "priors": [
102
+ {
103
+ "id": "unet",
104
+ "unfolded_stages": 4,
105
+ "strategy": "pnp",
106
+ "regularization_parameter": 1.0,
107
+ "noise_level": 0.03
108
+ }
109
+ ],
110
+ "solver": {
111
+ "id": "admm",
112
+ "penalization_parameter_list": [
113
+ 0.1
114
+ ],
115
+ "penalization_parameter": 0.1,
116
+ "penalization_parameter_dual": 0.1,
117
+ "relaxation_parameter": 0.1,
118
+ "sub_problem_solver": "auto",
119
+ "max_iterations": 1,
120
+ "verbose": true,
121
+ "g_first": false,
122
+ "early_stop": false,
123
+ "nan_stop": false
124
+ }
125
+ },
126
+ "trainable_parameters": {
127
+ "regularization_parameter": false,
128
+ "noise_level": false,
129
+ "relaxation_parameter": true,
130
+ "penalization_parameter": true,
131
+ "penalization_parameter_dual": false
132
+ },
133
+ "training_options": {
134
+ "optimizer": "adam",
135
+ "optimizer_momentum": 0.9,
136
+ "learning_rate": 0.01,
137
+ "loss_validation": "mse",
138
+ "loss_test": [
139
+ "mse",
140
+ "ssim",
141
+ "psnr"
142
+ ],
143
+ "scheduler": {
144
+ "id": "reduce_on_plateau",
145
+ "max_iterations": 50,
146
+ "reduction_factor": 0.1,
147
+ "patience": 10,
148
+ "tolerance": 1e-6
149
+ }
150
+ },
151
+ "training_logger": {
152
+ "logger": "csv",
153
+ "maximum_time": "00:00:40:00",
154
+ "early_stopping_delta": 1e-6,
155
+ "early_stopping_patience": 20,
156
+ "tqdm_refresh_rate": 10,
157
+ "dataloader_options": {
158
+ "shuffle_train": true,
159
+ "shuffle_validation": false,
160
+ "num_workers": 4,
161
+ "batch_size": 48
162
+ }
163
+ }
164
+ }
20240624_135135/version_0/checkpoints/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24db91eb8581d1505a3888fc8abe25bc51a5f49b703e13b39bdb0475e098f427
3
+ size 52334278
20240624_135135/version_0/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce2898430d36d3856939517560ffd940defaf04b855a36b3411fd0d7ada5900
3
+ size 52334278
20240624_135135/version_0/hparams.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
20240624_135135/version_0/metrics.csv ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,loss training,loss validation,step
2
+ 0,0.02327137254178524,,49
3
+ 0,0.020734013989567757,,99
4
+ 0,0.021881280466914177,,149
5
+ 0,0.022002795711159706,,199
6
+ 0,0.017781652510166168,,249
7
+ 0,,0.022800475358963013,268
8
+ 1,0.012856456451117992,,299
9
+ 1,0.012785252183675766,,349
10
+ 1,0.01196629274636507,,399
11
+ 1,0.01121643465012312,,449
12
+ 1,0.012175589799880981,,499
13
+ 1,,0.008883546106517315,537
14
+ 2,0.011974225752055645,,549
15
+ 2,0.007523094769567251,,599
16
+ 2,0.0073076109401881695,,649
17
+ 2,0.007326927036046982,,699
18
+ 2,0.009888879954814911,,749
19
+ 2,0.0070581152103841305,,799
20
+ 2,,0.006726282648742199,806
21
+ 3,0.007460079621523619,,849
22
+ 3,0.007819658145308495,,899
23
+ 3,0.009874032810330391,,949
24
+ 3,0.0067725456319749355,,999
25
+ 3,0.006753569934517145,,1049
26
+ 3,,0.0058089131489396095,1075
27
+ 4,0.006478925701230764,,1099
28
+ 4,0.010030430741608143,,1149
29
+ 4,0.007862855680286884,,1199
30
+ 4,0.007951963692903519,,1249
31
+ 4,0.006174097303301096,,1299
32
+ 4,,0.006131782196462154,1344
33
+ 5,0.006682043429464102,,1349
34
+ 5,0.008797257207334042,,1399
35
+ 5,0.007101220544427633,,1449
36
+ 5,0.005829483736306429,,1499
37
+ 5,0.005747981835156679,,1549
38
+ 5,0.005752610042691231,,1599
39
+ 5,,0.007004927843809128,1613
40
+ 6,0.006151133682578802,,1649
41
+ 6,0.007709287106990814,,1699
42
+ 6,0.005971148610115051,,1749
43
+ 6,0.006677708122879267,,1799
44
+ 6,0.0051619005389511585,,1849
45
+ 6,,0.010946504771709442,1882
46
+ 7,0.006521923933178186,,1899
47
+ 7,0.006137888878583908,,1932
48
+ 7,,0.005770697258412838,1932
20240701_112128/version_0/checkpoints/best.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff9916133f4975a8ac3ad7a1220617f38750bfa7b157d790004de2583abd63c8
3
+ size 3189522
20240701_112128/version_0/checkpoints/last.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7a77fcb3c1f01444575fa148e369dafbd5ae63ed6d81b1904e58027474bbb7
3
+ size 3189522
20240701_112128/version_0/hparams.yaml ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
20240701_112128/version_0/metrics.csv ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,loss validation,step
2
+ 49,0.028739921748638153,49
3
+ 99,0.0211239755153656,99
4
+ 149,0.01658819615840912,149
5
+ 199,0.013294190168380737,199
6
+ 249,0.010875402949750423,249
7
+ 299,0.011436313390731812,299
8
+ 349,0.009528961032629013,349
9
+ 399,0.006346588488668203,399
10
+ 449,0.005556484684348106,449
11
+ 499,0.004839306231588125,499
12
+ 549,0.0041638147085905075,549
20240703_080425/image.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e6d598fa9eb13371ffd6594ccce164f0e3297fa1b0600f61aa9fafac2e73c6
3
+ size 4194432
20240703_080425/observation_0.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c991365be9ad3104c617496912dea5904ffb5e6b74b9cd5362408321e1d610a9
3
+ size 262272
20240703_080425/observation_1.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4416b3faa2a0c77f56d3663f602616e160a81faf26d175c0b8ac6fe11f0fe253
3
+ size 262272
20240703_080425/options.json ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": {
3
+ "id": "jax",
4
+ "device": "cpu"
5
+ },
6
+ "input": {
7
+ "image": {
8
+ "id": null,
9
+ "dataset": "chikusei",
10
+ "dataset_id": 0
11
+ },
12
+ "preprocessing": {
13
+ "crop_row": [
14
+ 2048,
15
+ 2304
16
+ ],
17
+ "crop_col": [
18
+ 320,
19
+ 576
20
+ ],
21
+ "crop_chn": [
22
+ 8,
23
+ 72,
24
+ 4
25
+ ],
26
+ "crop_acq": null,
27
+ "select_chn": null,
28
+ "normalize_intensity": true,
29
+ "equalize_dynamic": true,
30
+ "dynamic_range": [
31
+ 0.05,
32
+ 0.95
33
+ ]
34
+ },
35
+ "noise": {
36
+ "simulate": true,
37
+ "id": null,
38
+ "snr": 25.0,
39
+ "mean_scaled_snr": true
40
+ },
41
+ "model": {
42
+ "linear_id": "pansharpening",
43
+ "mask_id": null,
44
+ "mask_defective_ratio": null,
45
+ "kernel_id": null,
46
+ "color_filter_id": null,
47
+ "spectral_responses_id": null,
48
+ "spectral_responses_type": "multispectral",
49
+ "scale_ratio": 4,
50
+ "lagrange_multipliers": [
51
+ 1.0
52
+ ]
53
+ }
54
+ },
55
+ "processing": [
56
+ {
57
+ "model": {
58
+ "linear_id": "pansharpening",
59
+ "mask_id": null,
60
+ "mask_defective_ratio": null,
61
+ "kernel_id": null,
62
+ "color_filter_id": null,
63
+ "spectral_responses_id": null,
64
+ "spectral_responses_type": "multispectral",
65
+ "scale_ratio": 4,
66
+ "lagrange_multipliers": [
67
+ 1.0
68
+ ]
69
+ },
70
+ "data_functional": "squared_l2",
71
+ "priors": [
72
+ {
73
+ "id": "bm3d",
74
+ "unfolded_stages": 1,
75
+ "strategy": "pnp",
76
+ "regularization_parameter": 0.00025,
77
+ "noise_level": null
78
+ }
79
+ ],
80
+ "solver": {
81
+ "id": "admm",
82
+ "penalization_parameter_list": [
83
+ 0.02
84
+ ],
85
+ "penalization_parameter": 0.02,
86
+ "penalization_parameter_dual": 0.02,
87
+ "relaxation_parameter": 0.9,
88
+ "sub_problem_solver": "auto",
89
+ "max_iterations": 1,
90
+ "verbose": true,
91
+ "g_first": false,
92
+ "early_stop": false,
93
+ "nan_stop": false
94
+ }
95
+ },
96
+ {
97
+ "model": {
98
+ "linear_id": "pansharpening",
99
+ "mask_id": null,
100
+ "mask_defective_ratio": null,
101
+ "kernel_id": null,
102
+ "color_filter_id": null,
103
+ "spectral_responses_id": null,
104
+ "spectral_responses_type": "multispectral",
105
+ "scale_ratio": 4,
106
+ "lagrange_multipliers": [
107
+ 1.0
108
+ ]
109
+ },
110
+ "data_functional": "squared_l2",
111
+ "priors": [
112
+ {
113
+ "id": "bm3d",
114
+ "unfolded_stages": 1,
115
+ "strategy": "pnp",
116
+ "regularization_parameter": 0.00025,
117
+ "noise_level": null
118
+ }
119
+ ],
120
+ "solver": {
121
+ "id": "admm",
122
+ "penalization_parameter_list": [
123
+ 0.02
124
+ ],
125
+ "penalization_parameter": 0.02,
126
+ "penalization_parameter_dual": 0.02,
127
+ "relaxation_parameter": 0.9,
128
+ "sub_problem_solver": "auto",
129
+ "max_iterations": 2,
130
+ "verbose": true,
131
+ "g_first": false,
132
+ "early_stop": false,
133
+ "nan_stop": false
134
+ }
135
+ },
136
+ {
137
+ "model": {
138
+ "linear_id": "pansharpening",
139
+ "mask_id": null,
140
+ "mask_defective_ratio": null,
141
+ "kernel_id": null,
142
+ "color_filter_id": null,
143
+ "spectral_responses_id": null,
144
+ "spectral_responses_type": "multispectral",
145
+ "scale_ratio": 4,
146
+ "lagrange_multipliers": [
147
+ 1.0
148
+ ]
149
+ },
150
+ "data_functional": "squared_l2",
151
+ "priors": [
152
+ {
153
+ "id": "bm3d",
154
+ "unfolded_stages": 1,
155
+ "strategy": "pnp",
156
+ "regularization_parameter": 0.00025,
157
+ "noise_level": null
158
+ }
159
+ ],
160
+ "solver": {
161
+ "id": "admm",
162
+ "penalization_parameter_list": [
163
+ 0.02
164
+ ],
165
+ "penalization_parameter": 0.02,
166
+ "penalization_parameter_dual": 0.02,
167
+ "relaxation_parameter": 0.9,
168
+ "sub_problem_solver": "auto",
169
+ "max_iterations": 5,
170
+ "verbose": true,
171
+ "g_first": false,
172
+ "early_stop": false,
173
+ "nan_stop": false
174
+ }
175
+ },
176
+ {
177
+ "model": {
178
+ "linear_id": "pansharpening",
179
+ "mask_id": null,
180
+ "mask_defective_ratio": null,
181
+ "kernel_id": null,
182
+ "color_filter_id": null,
183
+ "spectral_responses_id": null,
184
+ "spectral_responses_type": "multispectral",
185
+ "scale_ratio": 4,
186
+ "lagrange_multipliers": [
187
+ 1.0
188
+ ]
189
+ },
190
+ "data_functional": "squared_l2",
191
+ "priors": [
192
+ {
193
+ "id": "bm3d",
194
+ "unfolded_stages": 1,
195
+ "strategy": "pnp",
196
+ "regularization_parameter": 0.00025,
197
+ "noise_level": null
198
+ }
199
+ ],
200
+ "solver": {
201
+ "id": "admm",
202
+ "penalization_parameter_list": [
203
+ 0.02
204
+ ],
205
+ "penalization_parameter": 0.02,
206
+ "penalization_parameter_dual": 0.02,
207
+ "relaxation_parameter": 0.9,
208
+ "sub_problem_solver": "auto",
209
+ "max_iterations": 10,
210
+ "verbose": true,
211
+ "g_first": false,
212
+ "early_stop": false,
213
+ "nan_stop": false
214
+ }
215
+ },
216
+ {
217
+ "model": {
218
+ "linear_id": "pansharpening",
219
+ "mask_id": null,
220
+ "mask_defective_ratio": null,
221
+ "kernel_id": null,
222
+ "color_filter_id": null,
223
+ "spectral_responses_id": null,
224
+ "spectral_responses_type": "multispectral",
225
+ "scale_ratio": 4,
226
+ "lagrange_multipliers": [
227
+ 1.0
228
+ ]
229
+ },
230
+ "data_functional": "squared_l2",
231
+ "priors": [
232
+ {
233
+ "id": "bm3d",
234
+ "unfolded_stages": 1,
235
+ "strategy": "pnp",
236
+ "regularization_parameter": 0.00025,
237
+ "noise_level": null
238
+ }
239
+ ],
240
+ "solver": {
241
+ "id": "admm",
242
+ "penalization_parameter_list": [
243
+ 0.02
244
+ ],
245
+ "penalization_parameter": 0.02,
246
+ "penalization_parameter_dual": 0.02,
247
+ "relaxation_parameter": 0.9,
248
+ "sub_problem_solver": "auto",
249
+ "max_iterations": 30,
250
+ "verbose": true,
251
+ "g_first": false,
252
+ "early_stop": false,
253
+ "nan_stop": false
254
+ }
255
+ },
256
+ {
257
+ "model": {
258
+ "linear_id": "pansharpening",
259
+ "mask_id": null,
260
+ "mask_defective_ratio": null,
261
+ "kernel_id": null,
262
+ "color_filter_id": null,
263
+ "spectral_responses_id": null,
264
+ "spectral_responses_type": "multispectral",
265
+ "scale_ratio": 4,
266
+ "lagrange_multipliers": [
267
+ 1.0
268
+ ]
269
+ },
270
+ "data_functional": "squared_l2",
271
+ "priors": [
272
+ {
273
+ "id": "bm3d",
274
+ "unfolded_stages": 1,
275
+ "strategy": "pnp",
276
+ "regularization_parameter": 0.00025,
277
+ "noise_level": null
278
+ }
279
+ ],
280
+ "solver": {
281
+ "id": "admm",
282
+ "penalization_parameter_list": [
283
+ 0.02
284
+ ],
285
+ "penalization_parameter": 0.02,
286
+ "penalization_parameter_dual": 0.02,
287
+ "relaxation_parameter": 0.9,
288
+ "sub_problem_solver": "auto",
289
+ "max_iterations": 100,
290
+ "verbose": true,
291
+ "g_first": false,
292
+ "early_stop": false,
293
+ "nan_stop": false
294
+ }
295
+ }
296
+ ]
297
+ }
20240703_080425/reconstruction_0.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e2428ee755484815827282178e98c1505abb9f47b25a814d7db22ebd7c56f9e
3
+ size 4194432
20240703_080425/reconstruction_1.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff10241f939983c5e24b4d16986d75920da0f73d774297933960dcbf0607be32
3
+ size 4194432
20240703_080425/reconstruction_2.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f43e3e1a91956d47a49b6190cce90913efd181b7b6832fcc2d9da44c4102c812
3
+ size 4194432
20240703_080425/reconstruction_3.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c48965c2b3f491e62e4f8069c5604d1f287d9222cd4964f2478e1447f341eb
3
+ size 4194432
20240703_080425/reconstruction_4.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b8d2bc06d9b7a8236b1152fbc96ec75db725d68da5a7c6f67b3bf29a2d64960
3
+ size 4194432
20240703_080425/reconstruction_5.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c8075eac54d114ee3ac6dd80b94053ea1fc0598ff37de7654f6cfa78cfb2bd
3
+ size 4194432