isp-uv-es/FDR4VGT-CLOUD
1
1{2 "type": "Feature",3 "stac_version": "1.0.0",4 "id": "multisensor_ensemble",5 "properties": {6 "datetime": "2025-10-27T11:30:27.245518Z",7 "title": "Hybrid Cloud Model (1DPWDEEPLABV3)",8 "description": "Operational cloud masking model. Combines the high-performance predictions of **1DPWDEEPLABV3** with robust uncertainty estimation derived from a 6-model ensemble.",9 "mlm:name": "multisensor_ensemble",10 "mlm:framework": "pytorch",11 "mlm:framework_version": "2.5.1+cu121",12 "mlm:architecture": "1DPWDEEPLABV3 + EnsembleStd",13 "mlm:total_parameters": 42486538,14 "mlm:tasks": [15 "segmentation",16 "cloud-detection"17 ],18 "mlm:hyperparameters": {19 "batch_size": "Dynamic (1-256)",20 "learning_rate": 0.0001,21 "training_epochs": 25,22 "final_val_loss": 0.061123 },24 "custom:sensors": [25 "Proba-V",26 "Sentinel-3"27 ],28 "custom:spatial_resolution": "100m / 300m",29 "custom:project": "FDR4VGT Cloud Masking",30 "custom:project_url": "https://huggingface.co/isp-uv-es/FDR4VGT-CLOUD",31 "custom:dynamic_batch": true,32 "custom:batch_range": [33 1,34 25635 ],36 "file:size": 185592138,37 "mlm:input": [38 {39 "name": "Reflectance",40 "bands": [41 "Blue",42 "Red",43 "NIR",44 "SWIR"45 ],46 "input": {47 "shape": [48 -1,49 4,50 512,51 51252 ],53 "dim_order": [54 "batch",55 "channel",56 "height",57 "width"58 ],59 "dtype": "float32"60 }61 }62 ],63 "mlm:output": [64 {65 "name": "probability",66 "description": "Cloud probability map.",67 "recommended_threshold": 0.4848,68 "standard_threshold": 0.5,69 "result": {70 "shape": [71 -1,72 1,73 512,74 51275 ],76 "dtype": "float32"77 }78 },79 {80 "name": "uncertainty",81 "description": "Ensemble-based uncertainty metric.",82 "result": {83 "shape": [84 -1,85 1,86 512,87 51288 ],89 "dtype": "float32"90 }91 }92 ]93 },94 "assets": {95 "model": {96 "href": "https://huggingface.co/isp-uv-es/FDR4VGT-CLOUD/resolve/main/ensemble/multisensor_ensemble.pt2",97 "type": "application/octet-stream",98 "roles": [99 "mlm:model"100 ],101 "title": "PyTorch 2.0 Exported Model"102 },103 "load": {104 "href": "https://huggingface.co/isp-uv-es/FDR4VGT-CLOUD/resolve/main/ensemble/load.py",105 "type": "application/x-python-code",106 "roles": [107 "code"108 ]109 }110 },111 "links": [112 {113 "rel": "license",114 "href": "https://mit-license.org/",115 "type": "text/html"116 }117 ]118}