File size: 661 Bytes
241b6a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a9febdf
241b6a2
 
 
 
19b46c5
241b6a2
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: mit
datasets:
- csaybar/CloudSEN12-high
language:
- en
base_model:
- NickWright/OmniCloudMask
tags:
- remote-sensing
- cloud-detection
---


# Cloud Detection Model

This model is based on NickWright/OmniCloudMask for cloud detection in satellite imagery. It provides pixel-level segmentation with the following classes:

0 = Clear
1 = Thick Cloud
2 = Thin Cloud
3 = Cloud Shadow

## Usage

The model requires Python 3.12 or higher. To use this model:
```bash
pip install -r requirements.txt
```
```bash
python3 run.py
```

Below is a visualization of the cloud mask generated by the model:
![Cloud Mask Visualization](cloud_mask_visualization.png)