csaybar/CloudSEN12-high
Viewer • Updated • 10k • 2.31k • 2
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
The model requires Python 3.12 or higher. To use this model:
pip install -r requirements.txt
python3 run.py
Below is a visualization of the cloud mask generated by the model:

Base model
NickWright/OmniCloudMask