mikonvergence commited on
Commit
f0a58a6
Β·
verified Β·
1 Parent(s): d35f824

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -22,14 +22,23 @@ Dedicated channels for Major TOM coordination on **satellite-image-deep-learning
22
  https://discord.gg/SsUJCDcrcu
23
  ---
24
 
25
- ## πŸ“Š Available Datasets
26
  | Dataset | Modality | Number of Patches | Sensing Type | Comments |
27
- |------------|---------------------|-------------------|--------------|----------|
28
  | [Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A) | Sentinel-2 Level 2A | 2,245,886 | Multi-Spectral | General-Purpose Global (about 23 TB) |
29
  | [Core-S2L1C](https://huggingface.co/datasets/Major-TOM/Core-S2L1C) | Sentinel-2 Level 1C | 2,245,886 | Multi-Spectral | General-Purpose Global (about 23 TB) |
30
  | [Core-S1RTC](https://huggingface.co/datasets/Major-TOM/Core-S1RTC) | Sentinel-1 RTC | 1,469,955 | SAR | General-Purpose Global (about 16 TB) |
31
  | [Core-DEM](https://huggingface.co/datasets/Major-TOM/Core-DEM) | Copernicus DEM 30 | 1,837,843 | Digital Surface Model (DSM) | General-Purpose Global (about 1 TB) |
32
 
 
 
 
 
 
 
 
 
 
33
  ## πŸ“Œ Open Access Manuscript
34
  [![arxiv](https://img.shields.io/badge/Open_Access-arxiv:2402.12095-b31b1b)](https://arxiv.org/abs/2402.12095/)
35
  This project has been outlined in [https://arxiv.org/abs/2402.12095/](https://arxiv.org/abs/2402.12095/).
@@ -64,7 +73,7 @@ Powered by [Ξ¦-lab, European Space Agency (ESA) πŸ›°οΈ](https://huggingface.co/
64
 
65
  Almost. Major TOM is **not a dataset**, but a project aiming to standardize some of the future EO datasets. As an example of what such a dataset could be like, **MajorTOM-Core** is released as a nearly global dataset of Sentinel-2 data.
66
 
67
- Scroll up to the πŸ“Š **Available Datasets** section of this file to see the list of current datasets.
68
  </details>
69
 
70
  <details>
 
22
  https://discord.gg/SsUJCDcrcu
23
  ---
24
 
25
+ ## 🎞 Official Image Datasets
26
  | Dataset | Modality | Number of Patches | Sensing Type | Comments |
27
+ |------------|---------------------|------------------:|--------------|----------|
28
  | [Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A) | Sentinel-2 Level 2A | 2,245,886 | Multi-Spectral | General-Purpose Global (about 23 TB) |
29
  | [Core-S2L1C](https://huggingface.co/datasets/Major-TOM/Core-S2L1C) | Sentinel-2 Level 1C | 2,245,886 | Multi-Spectral | General-Purpose Global (about 23 TB) |
30
  | [Core-S1RTC](https://huggingface.co/datasets/Major-TOM/Core-S1RTC) | Sentinel-1 RTC | 1,469,955 | SAR | General-Purpose Global (about 16 TB) |
31
  | [Core-DEM](https://huggingface.co/datasets/Major-TOM/Core-DEM) | Copernicus DEM 30 | 1,837,843 | Digital Surface Model (DSM) | General-Purpose Global (about 1 TB) |
32
 
33
+ ## πŸ“Š Official Embedding Datasets
34
+ ⏳️ (Coming Soon)
35
+ | Dataset | Modality | Number of Embeddings | Sensing Type | Comments | Source Dataset | Source Model | Size |
36
+ |------------|---------------------|------------------:|--------------|----------|--------------|----------|--------------|
37
+ | [Core-S2L1C-SSL4EO](https://huggingface.co/datasets/Major-TOM/Core-S2L1C-SSL4EO) | Sentinel-2 Level 1C | 56,147,150 | Multi-Spectral | General-Purpose Global | [Core-S2L1C](https://huggingface.co/datasets/Major-TOM/Core-S2L1C) | [SSL4EO-ResNet50-MOCO](https://github.com/zhu-xlab/SSL4EO-S12) | 43 GB |
38
+ | [Core-S1RTC-SSL4EO](https://huggingface.co/datasets/Major-TOM/Core-S1RTC-SSL4EO) | Sentinel-1 RTC | 36,748,875 | SAR | General-Purpose Global | [Core-S1RTC](https://huggingface.co/datasets/Major-TOM/Core-S1RTC) | [SSL4EO-ResNet50-MOCO](https://github.com/zhu-xlab/SSL4EO-S12) | |
39
+ | [Core-S2RGB-DINOv2](https://huggingface.co/datasets/Major-TOM/Core-S2RGB-DinoV2) | Sentinel-2 Level 2A (RGB) | 56,147,150 | True Colour | General-Purpose Global | [Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A) | [DINOv2](https://huggingface.co/docs/transformers/en/model_doc/dinov2) |
40
+ | [Core-S2RGB-SigLIP](https://huggingface.co/datasets/Major-TOM/Core-S2RGB-SigLIP) | Sentinel-2 Level 2A (RGB) | 20,212,974 | True Colour | Vision-Language Global | [Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A) | [SigLIP-SO400M-384](https://huggingface.co/docs/transformers/en/model_doc/siglip) |
41
+
42
  ## πŸ“Œ Open Access Manuscript
43
  [![arxiv](https://img.shields.io/badge/Open_Access-arxiv:2402.12095-b31b1b)](https://arxiv.org/abs/2402.12095/)
44
  This project has been outlined in [https://arxiv.org/abs/2402.12095/](https://arxiv.org/abs/2402.12095/).
 
73
 
74
  Almost. Major TOM is **not a dataset**, but a project aiming to standardize some of the future EO datasets. As an example of what such a dataset could be like, **MajorTOM-Core** is released as a nearly global dataset of Sentinel-2 data.
75
 
76
+ Scroll up to the 🎞 **Official Image Datasets** section of this file to see the list of current datasets.
77
  </details>
78
 
79
  <details>