Skip to content

Commit 85f5ad9

Browse files
author
mikonvergence
authored
Update README.md
1 parent 8b2ff31 commit 85f5ad9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,22 @@ A standard for curating large-scale (Terabyte-scale) EO datasets.
99

1010
This repo currently provides some basic functionality and examples for interacting with Major TOM datasets. This will grow and change as more datasets are created.
1111

12-
## 📊 Available Datasets
12+
## 🎞 Official Image Datasets
1313
| Dataset | Modality | Number of Patches | Sensing Type | Comments |
14-
|------------|---------------------|-------------------|--------------|----------|
14+
|------------|---------------------|------------------:|--------------|----------|
1515
| [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) |
1616
| [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) |
1717
| [Core-S1RTC](https://huggingface.co/datasets/Major-TOM/Core-S1RTC) | Sentinel-1 RTC | 1,469,955 | SAR | General-Purpose Global (about 16 TB) |
1818
| [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) |
1919

20+
## 📊 Official Embedding Datasets
21+
| Dataset | Modality | Number of Embeddings | Sensing Type | Source Dataset | Source Model | Size |
22+
|------------|---------------------|------------------:|--------------|----------|--------------|----------|
23+
| [Core-S2L1C-SSL4EO](https://huggingface.co/datasets/Major-TOM/Core-S2L1C-SSL4EO) | Sentinel-2 Level 1C | 56,147,150 | Multi-Spectral | [Core-S2L1C](https://huggingface.co/datasets/Major-TOM/Core-S2L1C) | [SSL4EO-ResNet50-DINO](https://github.com/zhu-xlab/SSL4EO-S12) | 252.9 GB |
24+
| [Core-S1RTC-SSL4EO](https://huggingface.co/datasets/Major-TOM/Core-S1RTC-SSL4EO) | Sentinel-1 RTC | 36,748,875 | SAR | [Core-S1RTC](https://huggingface.co/datasets/Major-TOM/Core-S1RTC) | [SSL4EO-ResNet50-MOCO](https://github.com/zhu-xlab/SSL4EO-S12) | 332.5 GB |
25+
| [Core-S2RGB-DINOv2](https://huggingface.co/datasets/Major-TOM/Core-S2RGB-DinoV2) | Sentinel-2 Level 2A (RGB) | 56,147,150 | True Colour | [Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A) | [DINOv2](https://huggingface.co/docs/transformers/en/model_doc/dinov2) | 223.1 GB |
26+
| [Core-S2RGB-SigLIP](https://huggingface.co/datasets/Major-TOM/Core-S2RGB-SigLIP) | Sentinel-2 Level 2A (RGB) | 20,212,974 | True Colour | [Core-S2L2A](https://huggingface.co/datasets/Major-TOM/Core-S2L2A) | [SigLIP-SO400M-384](https://huggingface.co/docs/transformers/en/model_doc/siglip) | 41.3 GB |
27+
2028
## 🔭 Demo
2129
You can view samples from the `MajorTOM-Core` dataset instantly in your browser here:
2230
https://huggingface.co/spaces/Major-TOM/MajorTOM-Core-Viewer

0 commit comments

Comments
 (0)