Image Segmentation
PyTorch
timm
unet
regnetz_d8
segmentation-models-pytorch
remote-sensing
sentinel-2
multispectral
cloud-detection
Instructions to use Burdenthrive/cloud-detection-unet-regnetzd8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use Burdenthrive/cloud-detection-unet-regnetzd8 with timm:
import timm model = timm.create_model("hf_hub:Burdenthrive/cloud-detection-unet-regnetzd8", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ This model predicts per‑pixel labels among: **clear**, **thick cloud**, **thin
|
|
| 29 |
|
| 30 |
- **Input:** 13‑band Sentinel‑2 L1C tiles/patches (float32, shape `B×13×512×512`).
|
| 31 |
- **Backbone:** `tu-regnetz_d8` (TIMM encoder via `segmentation_models_pytorch`).
|
| 32 |
-
- **Output:** Logits `B×4×
|
| 33 |
- **Files:** `model.py`, `config.json`, and weights.
|
| 34 |
|
| 35 |
---
|
|
|
|
| 29 |
|
| 30 |
- **Input:** 13‑band Sentinel‑2 L1C tiles/patches (float32, shape `B×13×512×512`).
|
| 31 |
- **Backbone:** `tu-regnetz_d8` (TIMM encoder via `segmentation_models_pytorch`).
|
| 32 |
+
- **Output:** Logits `B×4×512×512` (apply softmax + argmax).
|
| 33 |
- **Files:** `model.py`, `config.json`, and weights.
|
| 34 |
|
| 35 |
---
|