Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,44 @@ and two downstream datasets, **SSL4EO-S12@DW** and **SSL4EO-S12@OSM**, with <ins
|
|
| 33 |
number={},
|
| 34 |
pages={in press}}
|
| 35 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
----------------------------------------------------------------------------------------------------------------
|
| 37 |
|
| 38 |
## • SSL4EO-S12@NoL
|
|
|
|
| 33 |
number={},
|
| 34 |
pages={in press}}
|
| 35 |
```
|
| 36 |
+
- **Contents:**
|
| 37 |
+
<table>
|
| 38 |
+
<tr>
|
| 39 |
+
<th>Type</th>
|
| 40 |
+
<th>File</th>
|
| 41 |
+
<th>Description</th>
|
| 42 |
+
</tr>
|
| 43 |
+
<tr>
|
| 44 |
+
<td rowspan="3">Data</td>
|
| 45 |
+
<td>ssl4eo_s12_nol.zip</td>
|
| 46 |
+
<td>SSL4EO-S12@NoL pretraining dataset with noisy labels</td>
|
| 47 |
+
</tr>
|
| 48 |
+
<tr>
|
| 49 |
+
<td>ssl4eo_s12_dw.zip</td>
|
| 50 |
+
<td>SSL4EO-S12@DW downstream dataset with 9-class exact labels from the Google DW project</td>
|
| 51 |
+
</tr>
|
| 52 |
+
<tr>
|
| 53 |
+
<td>ssl4eo_s12_osm.zip</td>
|
| 54 |
+
<td>SSL4EO-S12@OSM downstream dataset with 13-class exact labels from OSM</td>
|
| 55 |
+
</tr>
|
| 56 |
+
<tr>
|
| 57 |
+
<td rowspan="4">weights</td>
|
| 58 |
+
<td>weights-cromss-13B-midFusion-epoch=199.ckpt</td>
|
| 59 |
+
<td>pretrained with CromSS and middle fusion using S1 and 13-band S2</td>
|
| 60 |
+
</tr>
|
| 61 |
+
<tr>
|
| 62 |
+
<td>weights-cromss-13B-lateFusion-epoch=199.ckpt</td>
|
| 63 |
+
<td>pretrained with CromSS and late fusion using S1 and 13-band S2</td>
|
| 64 |
+
</tr>
|
| 65 |
+
<tr>
|
| 66 |
+
<td>weights-cromss-9B-midFusion-epoch=199.ckpt</td>
|
| 67 |
+
<td>pretrained with CromSS and middle fusion using S1 and 9-band S2</td>
|
| 68 |
+
</tr>
|
| 69 |
+
<tr>
|
| 70 |
+
<td>weights-cromss-9B-lateFusion-epoch=199.ckpt</td>
|
| 71 |
+
<td>pretrained with CromSS and late fusion using S1 and 9-band S2</td>
|
| 72 |
+
</tr>
|
| 73 |
+
</table>
|
| 74 |
----------------------------------------------------------------------------------------------------------------
|
| 75 |
|
| 76 |
## • SSL4EO-S12@NoL
|