JulioContrerasH commited on
Commit
39c6fd8
·
verified ·
1 Parent(s): 0e951b1

Upload: multisensor_single_1dpwdeeplabv3.json

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