File size: 3,311 Bytes
39c6fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
  "type": "Feature",
  "stac_version": "1.1.0",
  "stac_extensions": [
    "https://stac-extensions.github.io/mlm/v1.5.0/schema.json",
    "https://stac-extensions.github.io/file/v2.1.0/schema.json"
  ],
  "id": "1DPWDEEPLABV3_CLOUDMASK_FT_2025-10-27",
  "properties": {
    "datetime": "2025-10-27T09:09:20Z",
    "created": "2025-10-27T09:09:20Z",
    "updated": "2025-12-11T17:27:11.790336Z",
    "title": "1DPWDEEPLABV3 Cloud Detection Model",
    "description": "DeepLabV3 + PixelWise MLP architecture fine-tuned for cloud detection in VGT-1, VGT-2, and PROBA-V satellite imagery from the FDR4VGT harmonized dataset.",
    "mlm:name": "1dpwdeeplabv3_fdr4vgt_cloudmask_ft",
    "mlm:architecture": "DeepLabV3 + PixelWise MLP",
    "mlm:tasks": [
      "semantic-segmentation"
    ],
    "mlm:framework": "pytorch",
    "mlm:framework_version": "2.5.1+cu121",
    "mlm:accelerator": "cuda",
    "mlm:memory_size": 90102208,
    "mlm:batch_size_suggestion": 32,
    "mlm:total_parameters": 12649538,
    "mlm:input": [
      {
        "name": "reflectance",
        "bands": [
          "Blue",
          "Red",
          "NIR",
          "SWIR"
        ],
        "input": {
          "shape": [
            -1,
            4,
            512,
            512
          ],
          "dim_order": [
            "batch",
            "channel",
            "height",
            "width"
          ],
          "data_type": "float32"
        },
        "norm": {
          "type": "raw_toc_reflectance",
          "range": [
            0,
            10000
          ]
        }
      }
    ],
    "mlm:output": [
      {
        "name": "cloud_probability",
        "result": {
          "shape": [
            -1,
            1,
            512,
            512
          ],
          "dim_order": [
            "batch",
            "channel",
            "height",
            "width"
          ],
          "data_type": "float32"
        },
        "recommended_threshold": 0.4848,
        "standard_threshold": 0.5,
        "value_range": [
          0.0,
          1.0
        ],
        "description": "Per-pixel cloud probability (Sigmoid activated)."
      }
    ],
    "mlm:hyperparameters": {
      "batch_size": "Dynamic (1-256)",
      "learning_rate": 0.0001,
      "training_epochs": 25,
      "final_val_loss": 0.0611
    },
    "custom:dynamic_batch": true,
    "custom:batch_range": [
      1,
      256
    ],
    "custom:sensors": [
      "VGT-1",
      "VGT-2",
      "PROBA-V"
    ],
    "custom:spatial_resolution": "1km (VGT) / 300m (PROBA-V)",
    "file:size": 60068139,
    "dependencies": [
      "torch>=2.0.0"
    ]
  },
  "assets": {
    "model": {
      "href": "https://huggingface.co/isp-uv-es/FDR4VGT-CLOUD/resolve/main/single/multisensor_single_1dpwdeeplabv3.pt2",
      "type": "application/octet-stream; application=pytorch",
      "title": "PyTorch model weights (Dynamic Batch)",
      "roles": [
        "mlm:model",
        "data"
      ]
    },
    "load": {
      "href": "https://huggingface.co/isp-uv-es/FDR4VGT-CLOUD/resolve/main/single/load.py",
      "type": "application/x-python-code",
      "roles": [
        "code"
      ]
    }
  },
  "links": [
    {
      "rel": "license",
      "href": "https://mit-license.org/",
      "type": "text/html"
    }
  ]
}