--- license: cc-by-nc-4.0 size_categories: - 10GB/ or _/ ├── approach_front/ │ ├── image/ # RGB images (.png) │ ├── depth/ # Depth maps (.npz, int32, mm, key = depth) │ ├── seg/ # Semantic masks (.png, RGB color encoding) │ ├── lidar/ # Point clouds (.asc) │ └── pose_ground_truth.csv ├── approach_back/ ├── orbit_xy/ └── ... ``` Some HuggingFace exports may contain one additional nesting level: ```text / └── / ├── approach_front/ ├── approach_back/ ├── orbit_xy/ └── ... ``` ## Semantic Class Definitions | Class ID | Name | Description | |:--------:|------|-------------| | 0 | background | Deep space background | | 1 | main_body | Spacecraft main body / bus | | 2 | solar_panel | Solar panels / solar arrays | | 3 | dish_antenna | Dish / parabolic antennas | | 4 | omni_antenna | Omnidirectional antennas / booms | | 5 | payload | Scientific instruments / payloads | | 6 | thruster | Thrusters / propulsion systems | | 7 | adapter_ring | Launch adapter rings | ## License This dataset is released under the [CC-BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. Non-commercial use only. ## Citation ```bibtex @article{SpaceSense-Bench, title={SpaceSense-Bench: A Large-Scale Multi-Modal Benchmark for Spacecraft Perception and Pose Estimation}, author={Aodi Wu, Jianhong Zuo, Zeyuan Zhao, Xubo Luo, Ruisuo Wang, Xue Wan}, year={2026}, url={https://arxiv.org/abs/2603.09320} } ```