File size: 1,411 Bytes
1558db5
 
 
 
 
 
 
2d7eead
 
1558db5
 
2d7eead
1558db5
 
2d7eead
1558db5
 
2d7eead
 
1558db5
2d7eead
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1558db5
2d7eead
 
 
1558db5
 
2d7eead
 
 
 
 
 
 
 
 
1558db5
 
2d7eead
1558db5
 
 
 
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
{
  "model_name": "SkySense",
  "model_type": "skysense",
  "architectures": [
    "SkySense"
  ],
  "framework": "PyTorch",
  "domain": "earth-observation",
  "task": "remote-sensing-semantic-segmentation",
  "implementation": {
    "entry_point": "model/skysense.py",
    "scope": "compact multimodal spatial-temporal encoder with modality fusion and regional geo-context prototypes"
  },
  "architecture": {
    "family": "factorized multimodal spatial-temporal encoder with geo-context prototypes",
    "modalities": [
      "high-resolution RGB",
      "Sentinel-2",
      "Sentinel-1"
    ],
    "hr_shape": [
      1,
      3,
      224,
      224
    ],
    "sentinel_2_shape": [
      20,
      10,
      64,
      64
    ],
    "sentinel_1_shape": [
      10,
      2,
      64,
      64
    ],
    "embed_dim": 24,
    "hr_patch_size": 16,
    "sentinel_2_patch_size": 8,
    "sentinel_1_patch_size": 8,
    "temporal_depth": 1,
    "temporal_heads": 4,
    "num_regions": 16,
    "prototypes_per_region": 4,
    "num_classes": 6
  },
  "data": {
    "datasets": [
      "High-resolution RGB imagery",
      "Sentinel-1",
      "Sentinel-2"
    ],
    "protocol": "skysense_multires_multitemporal_v2",
    "input_format": "multimodal_npz",
    "train_samples": 2,
    "test_samples": 1
  },
  "configuration_sources": [
    "configuration.json",
    "conf/config.yaml",
    "model/skysense.py"
  ]
}