Update config.json for multi-variant support
Browse files- config.json +5 -3
config.json
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
| 2 |
"in_channels": 4,
|
| 3 |
"out_channels": 4,
|
| 4 |
"feature_channels": 24,
|
| 5 |
"scaling_factor": 4,
|
|
|
|
| 6 |
"num_blocks": 6,
|
| 7 |
"bias": true,
|
| 8 |
"train_mode": false,
|
| 9 |
"patch_size": 128,
|
| 10 |
"overlap": 32,
|
| 11 |
-
"p_low": 0.0,
|
| 12 |
-
"p_high": 99.9,
|
| 13 |
"normalization_factor": 10000,
|
|
|
|
| 14 |
"weights_file": "model.safetensor",
|
| 15 |
"hard_constraint_file": "hard_constraint.safetensor",
|
| 16 |
-
"description": "SEN2SRLite
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architecture": "cnn",
|
| 3 |
+
"srmodel_type": "nonreference",
|
| 4 |
"in_channels": 4,
|
| 5 |
"out_channels": 4,
|
| 6 |
"feature_channels": 24,
|
| 7 |
"scaling_factor": 4,
|
| 8 |
+
"upscale": 4,
|
| 9 |
"num_blocks": 6,
|
| 10 |
"bias": true,
|
| 11 |
"train_mode": false,
|
| 12 |
"patch_size": 128,
|
| 13 |
"overlap": 32,
|
|
|
|
|
|
|
| 14 |
"normalization_factor": 10000,
|
| 15 |
+
"hard_constraint_bands": null,
|
| 16 |
"weights_file": "model.safetensor",
|
| 17 |
"hard_constraint_file": "hard_constraint.safetensor",
|
| 18 |
+
"description": "SEN2SRLite RGBN x4: Sentinel-2 RGBN 10m -> 2.5m super-resolution (4x, CNN)"
|
| 19 |
}
|