Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
| 1 |
# EDSR-SR-DSC (4× Super-Resolution for Wind Data)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
This model is a custom-trained version of the Enhanced Deep Super-Resolution (EDSR) model from the [`super-image`](https://github.com/eugenesiow/super-image) library. It is adapted for super-resolution of **2-channel weather data** (e.g., wind u and v components), upscaling coarse-resolution wind fields by a factor of 4×.
|
| 4 |
|
|
@@ -7,14 +20,13 @@ This model is a custom-trained version of the Enhanced Deep Super-Resolution (ED
|
|
| 7 |
## 🧠 Model Architecture
|
| 8 |
|
| 9 |
- **Base**: EDSR ([Lim et al. 2017](https://arxiv.org/abs/1707.02921))
|
| 10 |
-
- **Input channels**: 2
|
| 11 |
- **Output channels**: 2
|
| 12 |
- **Feature channels (`n_feats`)**: 64
|
| 13 |
- **Residual blocks**: 32
|
| 14 |
- **Upsampling**: Enabled
|
| 15 |
- **Scale factor**: 4×
|
| 16 |
|
| 17 |
-
Mean-shift normalization layers were removed (`sub_mean`, `add_mean`), as the model was trained on standardized wind data.
|
| 18 |
|
| 19 |
---
|
| 20 |
|
|
|
|
| 1 |
# EDSR-SR-DSC (4× Super-Resolution for Wind Data)
|
| 2 |
+
---
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- super-resolution
|
| 6 |
+
- edsr
|
| 7 |
+
- weather
|
| 8 |
+
- wind
|
| 9 |
+
- super-image
|
| 10 |
+
library_name: super-image
|
| 11 |
+
model_type: edsr
|
| 12 |
+
datasets:
|
| 13 |
+
- your-dataset-name
|
| 14 |
+
---
|
| 15 |
|
| 16 |
This model is a custom-trained version of the Enhanced Deep Super-Resolution (EDSR) model from the [`super-image`](https://github.com/eugenesiow/super-image) library. It is adapted for super-resolution of **2-channel weather data** (e.g., wind u and v components), upscaling coarse-resolution wind fields by a factor of 4×.
|
| 17 |
|
|
|
|
| 20 |
## 🧠 Model Architecture
|
| 21 |
|
| 22 |
- **Base**: EDSR ([Lim et al. 2017](https://arxiv.org/abs/1707.02921))
|
| 23 |
+
- **Input channels**: 2
|
| 24 |
- **Output channels**: 2
|
| 25 |
- **Feature channels (`n_feats`)**: 64
|
| 26 |
- **Residual blocks**: 32
|
| 27 |
- **Upsampling**: Enabled
|
| 28 |
- **Scale factor**: 4×
|
| 29 |
|
|
|
|
| 30 |
|
| 31 |
---
|
| 32 |
|