Burdenthrive commited on
Commit
4cc224e
·
verified ·
1 Parent(s): 9ced120

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ This model predicts per‑pixel labels among: **clear**, **thick cloud**, **thin
31
  - **Input:** Sentinel‑2 L1C RGB tiles/patches (float32, shape `B×3×H×W`, 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 (`model.safetensors` and/or `best_model_mc.pth`).
35
 
36
  ---
37
 
 
31
  - **Input:** Sentinel‑2 L1C RGB tiles/patches (float32, shape `B×3×H×W`, 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.
35
 
36
  ---
37