Datasets:
Add link to paper
Browse filesThis PR adds a link to the research paper [CraterBench-R: Instance-Level Crater Retrieval for Planetary Scale](https://huggingface.co/papers/2604.06245) to the dataset card.
README.md
CHANGED
|
@@ -1,22 +1,24 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
tags:
|
| 7 |
-
- mars
|
| 8 |
-
- crater
|
| 9 |
-
- retrieval
|
| 10 |
-
- remote-sensing
|
| 11 |
-
- planetary-science
|
| 12 |
-
- vision-transformer
|
| 13 |
pretty_name: CraterBench-R
|
| 14 |
-
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# CraterBench-R
|
| 19 |
|
|
|
|
|
|
|
| 20 |
CraterBench-R is an instance-level crater retrieval benchmark built from Mars CTX imagery.
|
| 21 |
|
| 22 |
This repository contains the released benchmark images, official split files, relevance metadata, and a minimal evaluation example.
|
|
@@ -151,4 +153,4 @@ python scripts/validate_release.py
|
|
| 151 |
|
| 152 |
- Image paths in manifests are relative and portable.
|
| 153 |
- `splits/test.json` is the official benchmark entrypoint.
|
| 154 |
-
- `splits/train.json` is intended for training or fine-tuning experiments.
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- 10K<n<100K
|
| 5 |
task_categories:
|
| 6 |
+
- image-to-image
|
| 7 |
+
- image-feature-extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
pretty_name: CraterBench-R
|
| 9 |
+
tags:
|
| 10 |
+
- mars
|
| 11 |
+
- crater
|
| 12 |
+
- retrieval
|
| 13 |
+
- remote-sensing
|
| 14 |
+
- planetary-science
|
| 15 |
+
- vision-transformer
|
| 16 |
---
|
| 17 |
|
| 18 |
# CraterBench-R
|
| 19 |
|
| 20 |
+
[Paper](https://huggingface.co/papers/2604.06245)
|
| 21 |
+
|
| 22 |
CraterBench-R is an instance-level crater retrieval benchmark built from Mars CTX imagery.
|
| 23 |
|
| 24 |
This repository contains the released benchmark images, official split files, relevance metadata, and a minimal evaluation example.
|
|
|
|
| 153 |
|
| 154 |
- Image paths in manifests are relative and portable.
|
| 155 |
- `splits/test.json` is the official benchmark entrypoint.
|
| 156 |
+
- `splits/train.json` is intended for training or fine-tuning experiments.
|