Datasets:
Link dataset to paper and Github repository
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- image-classification
|
| 5 |
- image-segmentation
|
|
|
|
|
|
|
| 6 |
tags:
|
| 7 |
- lunar
|
| 8 |
- moon
|
|
@@ -10,9 +14,6 @@ tags:
|
|
| 10 |
- multimodal
|
| 11 |
- foundation-model
|
| 12 |
- planetary-science
|
| 13 |
-
pretty_name: Moonstone
|
| 14 |
-
size_categories:
|
| 15 |
-
- 10K<n<100K
|
| 16 |
configs:
|
| 17 |
- config_name: benchmark
|
| 18 |
data_files: benchmark/*
|
|
@@ -22,7 +23,11 @@ configs:
|
|
| 22 |
|
| 23 |
# Moonstone: A Multimodal Foundation Model Benchmark for Lunar Remote Sensing
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
seven instrument families across five missions (LRO WAC/LOLA/Diviner/Mini-RF, Chandrayaan-1 M3,
|
| 27 |
GRAIL, Lunar Prospector GRS, Clementine). All channels are aligned to a common equirectangular
|
| 28 |
grid (46,080 x 23,040 px, lunar sphere a=b=1,737,400 m) and organized into 7 physical modality
|
|
@@ -87,4 +92,4 @@ evaluation for all six tasks): <https://github.com/ayushprd/Moonstone>
|
|
| 87 |
|
| 88 |
## Provenance
|
| 89 |
All data derived from public NASA PDS / USGS / ODE archives. Built via the 15-step pipeline in
|
| 90 |
-
the Moonstone code repository (steps 01-15 + fix_minirf). Normalization: z-score, NaN->0 after norm.
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 10K<n<100K
|
| 5 |
task_categories:
|
| 6 |
- image-classification
|
| 7 |
- image-segmentation
|
| 8 |
+
- other
|
| 9 |
+
pretty_name: Moonstone
|
| 10 |
tags:
|
| 11 |
- lunar
|
| 12 |
- moon
|
|
|
|
| 14 |
- multimodal
|
| 15 |
- foundation-model
|
| 16 |
- planetary-science
|
|
|
|
|
|
|
|
|
|
| 17 |
configs:
|
| 18 |
- config_name: benchmark
|
| 19 |
data_files: benchmark/*
|
|
|
|
| 23 |
|
| 24 |
# Moonstone: A Multimodal Foundation Model Benchmark for Lunar Remote Sensing
|
| 25 |
|
| 26 |
+
This repository contains the dataset for the paper [Moonstone: A Multimodal Foundation Model and Benchmark for Lunar Remote Sensing](https://huggingface.co/papers/2607.03644).
|
| 27 |
+
|
| 28 |
+
The official code is available at [GitHub](https://github.com/ayushprd/Moonstone).
|
| 29 |
+
|
| 30 |
+
A 28-channel, 128 pixels-per-degree (~237 m/pixel) global multimodal lunar dataset assembled from
|
| 31 |
seven instrument families across five missions (LRO WAC/LOLA/Diviner/Mini-RF, Chandrayaan-1 M3,
|
| 32 |
GRAIL, Lunar Prospector GRS, Clementine). All channels are aligned to a common equirectangular
|
| 33 |
grid (46,080 x 23,040 px, lunar sphere a=b=1,737,400 m) and organized into 7 physical modality
|
|
|
|
| 92 |
|
| 93 |
## Provenance
|
| 94 |
All data derived from public NASA PDS / USGS / ODE archives. Built via the 15-step pipeline in
|
| 95 |
+
the Moonstone code repository (steps 01-15 + fix_minirf). Normalization: z-score, NaN->0 after norm.
|