Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ This model predicts per‑pixel labels among: **clear**, **thick cloud**, **thin
|
|
28 |
|
29 |
## ✨ Highlights
|
30 |
|
31 |
-
- **Input:** Sentinel‑2 L1C RGB tiles/patches (float32, shape `B×3
|
32 |
- **Backbone:** `mit_b4` (MiT encoder via `segmentation_models_pytorch`).
|
33 |
- **Output:** Logits `B×4×H×W` (apply softmax + argmax).
|
34 |
- **Files:** `model.py`, `config.json`, and weights.
|
|
|
28 |
|
29 |
## ✨ Highlights
|
30 |
|
31 |
+
- **Input:** Sentinel‑2 L1C RGB tiles/patches (float32, shape `B×3×512×512`, bands **B04‑B03‑B02**).
|
32 |
- **Backbone:** `mit_b4` (MiT encoder via `segmentation_models_pytorch`).
|
33 |
- **Output:** Logits `B×4×H×W` (apply softmax + argmax).
|
34 |
- **Files:** `model.py`, `config.json`, and weights.
|