Datasets:
Add files using upload-large-folder tool
Browse files- .gitignore +3 -0
- README.md +5 -3
.gitignore
CHANGED
|
@@ -210,3 +210,6 @@ __marimo__/
|
|
| 210 |
# LLM
|
| 211 |
CLAUDE.md
|
| 212 |
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
# LLM
|
| 211 |
CLAUDE.md
|
| 212 |
|
| 213 |
+
# Large data files (hosted on Hugging Face)
|
| 214 |
+
data/masks/
|
| 215 |
+
|
README.md
CHANGED
|
@@ -15,7 +15,9 @@ pretty_name: Chang'E-4 Terrain Classification Dataset
|
|
| 15 |
|
| 16 |
Tools and data for terrain classification using Chang'E-4 Yutu-2 rover imagery.
|
| 17 |
|
| 18 |
-
> **
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Quick Start
|
| 21 |
|
|
@@ -102,10 +104,10 @@ If you use this dataset in your research, please cite:
|
|
| 102 |
|
| 103 |
```bibtex
|
| 104 |
@misc{chang4tcm2025,
|
| 105 |
-
author = {Yu, Sam and
|
| 106 |
title = {Chang'E-4 Terrain Classification Dataset},
|
| 107 |
year = {2026},
|
| 108 |
-
organization = {Lothan Space, },
|
| 109 |
publisher = {GitHub},
|
| 110 |
url = {https://github.com/siyu6974/change4-tcm-dataset}
|
| 111 |
}
|
|
|
|
| 15 |
|
| 16 |
Tools and data for terrain classification using Chang'E-4 Yutu-2 rover imagery.
|
| 17 |
|
| 18 |
+
> **Dataset:** Segmentation masks are available on [Hugging Face](https://huggingface.co/datasets/lothanspace/change4-tcm-dataset).
|
| 19 |
+
|
| 20 |
+
> **Note:** Original Chang'E-4 images are not included due to copyright restrictions. You must download the source images directly from CLPDS (see instructions below).
|
| 21 |
|
| 22 |
## Quick Start
|
| 23 |
|
|
|
|
| 104 |
|
| 105 |
```bibtex
|
| 106 |
@misc{chang4tcm2025,
|
| 107 |
+
author = {Yu, Sam and H, Christoper and Nasika, Tanvi and Shao, Yi and Singhania, Amay},
|
| 108 |
title = {Chang'E-4 Terrain Classification Dataset},
|
| 109 |
year = {2026},
|
| 110 |
+
organization = {Lothan Space, IHS Maker Club},
|
| 111 |
publisher = {GitHub},
|
| 112 |
url = {https://github.com/siyu6974/change4-tcm-dataset}
|
| 113 |
}
|