ayushprd commited on
Commit
326cbc4
·
verified ·
1 Parent(s): b1ba1b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -31,6 +31,8 @@ Coastal and marine environments play a critical role in climate regulation, biod
31
 
32
  WaterBench is a benchmark and evaluation protocol for assessing GFMs on high-resolution (10m) radar and optical satellite imagery (Sentinel-1, Sentinel-2) across two downstream task families: image-level regression and classification (e.g., water quality, bathymetry, oil-slick detection) and pixel-level segmentation (e.g., mangroves, seagrass). We also include 300m Sentinel-3 ocean-color imagery as contextual information. WaterBench spans multiple coastal regions and seasons, defining fixed splits for in-distribution (ID) evaluation and held-out tests that are spatial (new geographies) and, where applicable, temporal (new years).
33
 
 
 
34
  ## Tasks
35
 
36
  | Task | Resolution | Modalities | Target / Classes | Metrics | Train | Val | Test | Spatial | Temporal |
@@ -138,14 +140,14 @@ data/
138
  huggingface-cli download ayushprd/WaterBench --repo-type dataset --local-dir WaterBench
139
  ```
140
 
141
- ### Single task (e.g., OceanState)
142
  ```bash
143
- huggingface-cli download ayushprd/WaterBench --repo-type dataset --include "data/OceanState/*" --local-dir WaterBench
144
  ```
145
 
146
  ### Extract archives
147
  ```bash
148
- cd WaterBench/data/OceanState
149
  for f in *.tar; do tar xf "$f"; done
150
  ```
151
 
 
31
 
32
  WaterBench is a benchmark and evaluation protocol for assessing GFMs on high-resolution (10m) radar and optical satellite imagery (Sentinel-1, Sentinel-2) across two downstream task families: image-level regression and classification (e.g., water quality, bathymetry, oil-slick detection) and pixel-level segmentation (e.g., mangroves, seagrass). We also include 300m Sentinel-3 ocean-color imagery as contextual information. WaterBench spans multiple coastal regions and seasons, defining fixed splits for in-distribution (ID) evaluation and held-out tests that are spatial (new geographies) and, where applicable, temporal (new years).
33
 
34
+ **Total size:** ~164 GB (44 tar archives across 6 tasks)
35
+
36
  ## Tasks
37
 
38
  | Task | Resolution | Modalities | Target / Classes | Metrics | Train | Val | Test | Spatial | Temporal |
 
140
  huggingface-cli download ayushprd/WaterBench --repo-type dataset --local-dir WaterBench
141
  ```
142
 
143
+ ### Single task (e.g., ACA)
144
  ```bash
145
+ huggingface-cli download ayushprd/WaterBench --repo-type dataset --include "data/ACA/*" --local-dir WaterBench
146
  ```
147
 
148
  ### Extract archives
149
  ```bash
150
+ cd WaterBench/data/ACA
151
  for f in *.tar; do tar xf "$f"; done
152
  ```
153