rvinge commited on
Commit
4043970
·
verified ·
1 Parent(s): 7b60ff4

Add files using upload-large-folder tool

Browse files
README.md CHANGED
@@ -50,28 +50,15 @@ The data is structured identically to the SSL4EOS12 v1.1 dataset:
50
  </pre>
51
  </code>
52
 
53
- which is based on
54
-
55
- <code>
56
- <pre>
57
- @article{wang2022ssl4eo,
58
- title={{SSL4EO-S12: A Large-Scale Multi-Modal, Multi-Temporal Dataset for Self-Supervised Learning in Earth Observation}},
59
- author={Wang, Yi and Braham, Nassim Ait Ali and Xiong, Zhitong and Liu, Chenying and Albrecht, Conrad M and Zhu, Xiao Xiang},
60
- journal={arXiv preprint arXiv:2211.07044},
61
- year={2022}
62
- }
63
- </pre>
64
- </code>
65
-
66
  ## Downstream tasks
67
 
68
  Currently, 11 downstream tasks are available
69
 
70
  - biomass\_mean\_\_regr: Biomass mean across all pixels, with labels retrieved from [GEDI](https://daac.ornl.gov/GEDI/guides/GEDI_L4A_AGB_Density_V2_1.html).
71
  - biomass\_std\_\_regr: Biomass standard deviation across pixels, same source as above.
72
- - cdl\_\_regr: Combined fraction of Soybean and Corn in image, with labels retrieved from [CDL](https://www.nass.usda.gov/Research_and_Science/Cropland/SARS1a.php).
73
- - corine\_aggriculture\_regr: Fraction of agriculture in image, with the labels retrieved from the [Corine land cover dataset](https://land.copernicus.eu/en/map-viewer?product=130299ac96e54c30a12edd575eff80f7).
74
- - corine\_forest\_\_regr: Fraction of forest in image, same source as above.
75
  - clouds\_reg\_\_regr: Average cloud cover percentage across the four seasons. Labels retrieved from [CloudSen12](https://cloudsen12.github.io/). This task was not part of the Embed2Scale data challenge.
76
  - heatisland\_mean\_\_regr: Mean summertime surface temperature in larger cities across the northern hemisphere. Labels estimated from LandSat-8 thermal bands.
77
  - heatisland\_std\_\_regr: Summertime surface temperature standard deviation of the same locations as above.
@@ -81,4 +68,4 @@ Currently, 11 downstream tasks are available
81
 
82
  ## Recreate 2025 CVPR EarthVision data challenge
83
 
84
- To recreate the challenge phases, the downstream task label files used in the competition have two additional columns, in addition to the `id` and `label` columns. The two boolean columns `cvpr_earthvision_phase_eval` and `cvpr_earthvision_phase_dev` indicates which samples were included in which phase.
 
50
  </pre>
51
  </code>
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  ## Downstream tasks
54
 
55
  Currently, 11 downstream tasks are available
56
 
57
  - biomass\_mean\_\_regr: Biomass mean across all pixels, with labels retrieved from [GEDI](https://daac.ornl.gov/GEDI/guides/GEDI_L4A_AGB_Density_V2_1.html).
58
  - biomass\_std\_\_regr: Biomass standard deviation across pixels, same source as above.
59
+ - crops\_\_regr: Combined fraction of Soybean and Corn in image, with labels retrieved from [CDL](https://www.nass.usda.gov/Research_and_Science/Cropland/SARS1a.php).
60
+ - landcover\_aggriculture\_regr: Fraction of agriculture in image, with the labels retrieved from the [Corine land cover dataset](https://land.copernicus.eu/en/map-viewer?product=130299ac96e54c30a12edd575eff80f7).
61
+ - landcover\_forest\_\_regr: Fraction of forest in image, same source as above.
62
  - clouds\_reg\_\_regr: Average cloud cover percentage across the four seasons. Labels retrieved from [CloudSen12](https://cloudsen12.github.io/). This task was not part of the Embed2Scale data challenge.
63
  - heatisland\_mean\_\_regr: Mean summertime surface temperature in larger cities across the northern hemisphere. Labels estimated from LandSat-8 thermal bands.
64
  - heatisland\_std\_\_regr: Summertime surface temperature standard deviation of the same locations as above.
 
68
 
69
  ## Recreate 2025 CVPR EarthVision data challenge
70
 
71
+ To recreate the challenge phases, the downstream task label files used in the competition have two additional columns, in addition to the `id` and `label` columns. The two boolean columns `cvpr_earthvision_phase_eval` and `cvpr_earthvision_phase_dev` indicates which samples were included in which phase. Alternatively, use the commit [https://huggingface.co/datasets/embed2scale/SSL4EO-S12-downstream/tree/5c5539acd6f42e2e3547ec816fcf577e3f6800fa](https://huggingface.co/datasets/embed2scale/SSL4EO-S12-downstream/tree/5c5539acd6f42e2e3547ec816fcf577e3f6800fa) to download the dataset in the state used in the competition.
labels/crops__regr.csv ADDED
The diff for this file is too large to render. See raw diff
 
labels/landcover_agriculture__regr.csv ADDED
The diff for this file is too large to render. See raw diff
 
labels/landcover_forest__regr.csv ADDED
The diff for this file is too large to render. See raw diff