Datasets:
dataset
#3
by PRHou007 - opened
README.md
CHANGED
|
@@ -65,34 +65,33 @@ python SpaceSense-Toolkit/convert/airsim_to_yolo.py --raw-data data_example --ou
|
|
| 65 |
|
| 66 |
| Modality | Format | Unit / Range | Description |
|
| 67 |
|----------|--------|-------------|-------------|
|
| 68 |
-
| RGB | PNG (1024x1024) | 8-bit color | Scene rendering
|
| 69 |
-
| Depth |
|
| 70 |
-
| Semantic Segmentation | PNG (1024x1024,
|
| 71 |
-
| LiDAR Point Cloud | ASC (x
|
| 72 |
-
| 6-DoF Pose | CSV | meters + Hamilton quaternion (w,x,y,z) |
|
| 73 |
|
| 74 |
## Coordinate System & Units
|
| 75 |
|
| 76 |
| Item | Convention |
|
| 77 |
|------|-----------|
|
| 78 |
-
| Camera Frame | X-forward, Y-right, Z-down (
|
| 79 |
| World Frame | AirSim NED, target spacecraft fixed at origin |
|
| 80 |
| Quaternion | Hamilton convention: w + xi + yj + zk |
|
| 81 |
| Euler Angles | ZYX intrinsic (Yaw-Pitch-Roll) |
|
| 82 |
| Position | meters (m), 6 decimal places |
|
| 83 |
-
| Depth Map | millimeters (mm),
|
| 84 |
-
| LiDAR | meters (m),
|
| 85 |
-
| Timestamp |
|
| 86 |
|
| 87 |
## Sensor Configuration
|
| 88 |
|
| 89 |
-
### Camera (
|
| 90 |
|
| 91 |
- Resolution: 1024 x 1024
|
| 92 |
- FOV: 50 degrees
|
| 93 |
-
- Image types captured: RGB (
|
| 94 |
- TargetGamma: 1.0
|
| 95 |
-
- Mounting offset: 1 m in front of the service spacecraft body origin
|
| 96 |
|
| 97 |
### LiDAR
|
| 98 |
|
|
@@ -100,7 +99,7 @@ python SpaceSense-Toolkit/convert/airsim_to_yolo.py --raw-data data_example --ou
|
|
| 100 |
- Channels: 256
|
| 101 |
- Vertical FOV: -20 to +20 degrees
|
| 102 |
- Horizontal FOV: -20 to +20 degrees
|
| 103 |
-
- Data frame:
|
| 104 |
|
| 105 |
## Data Split (Zero-shot / OOD)
|
| 106 |
|
|
@@ -114,34 +113,21 @@ The training and validation sets contain **completely non-overlapping satellite
|
|
| 114 |
|
| 115 |
## Data Organization
|
| 116 |
|
| 117 |
-
Each `.tar.gz` file in the `raw/` folder contains data for one satellite
|
| 118 |
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
```text
|
| 122 |
-
<satellite_name>/ or <timestamp>_<satellite_name>/
|
| 123 |
├── approach_front/
|
| 124 |
-
│ ├──
|
| 125 |
-
│ ├── depth/
|
| 126 |
-
│ ├──
|
| 127 |
-
│ ├── lidar/
|
| 128 |
-
│ └──
|
| 129 |
├── approach_back/
|
| 130 |
├── orbit_xy/
|
| 131 |
└── ...
|
| 132 |
```
|
| 133 |
|
| 134 |
-
Some HuggingFace exports may contain one additional nesting level:
|
| 135 |
-
|
| 136 |
-
```text
|
| 137 |
-
<satellite_name>/
|
| 138 |
-
└── <satellite_name>/
|
| 139 |
-
├── approach_front/
|
| 140 |
-
├── approach_back/
|
| 141 |
-
├── orbit_xy/
|
| 142 |
-
└── ...
|
| 143 |
-
```
|
| 144 |
-
|
| 145 |
## Semantic Class Definitions
|
| 146 |
|
| 147 |
| Class ID | Name | Description |
|
|
@@ -168,4 +154,4 @@ This dataset is released under the [CC-BY-NC-4.0](https://creativecommons.org/li
|
|
| 168 |
year={2026},
|
| 169 |
url={https://arxiv.org/abs/2603.09320}
|
| 170 |
}
|
| 171 |
-
```
|
|
|
|
| 65 |
|
| 66 |
| Modality | Format | Unit / Range | Description |
|
| 67 |
|----------|--------|-------------|-------------|
|
| 68 |
+
| RGB | PNG (1024x1024) | 8-bit color | Scene rendering |
|
| 69 |
+
| Depth | PNG (1024x1024) | int32, millimeters (0 ~ 10,000,000 mm, background = 10,000 m) | Per-pixel depth map |
|
| 70 |
+
| Semantic Segmentation | PNG (1024x1024) | uint8, class ID per pixel (0 = background) | Component-level segmentation mask |
|
| 71 |
+
| LiDAR Point Cloud | ASC (x y z per line) | meters, 3 decimal places | Sparse 3D point cloud |
|
| 72 |
+
| 6-DoF Pose | CSV | meters + Hamilton quaternion (w,x,y,z) | Camera-to-target relative pose |
|
| 73 |
|
| 74 |
## Coordinate System & Units
|
| 75 |
|
| 76 |
| Item | Convention |
|
| 77 |
|------|-----------|
|
| 78 |
+
| Camera Frame | X-forward, Y-right, Z-down (right-hand system) |
|
| 79 |
| World Frame | AirSim NED, target spacecraft fixed at origin |
|
| 80 |
| Quaternion | Hamilton convention: w + xi + yj + zk |
|
| 81 |
| Euler Angles | ZYX intrinsic (Yaw-Pitch-Roll) |
|
| 82 |
| Position | meters (m), 6 decimal places |
|
| 83 |
+
| Depth Map | millimeters (mm), int32; deep space background = 10,000 m |
|
| 84 |
+
| LiDAR | meters (m), .asc format (x y z), 3 decimal places |
|
| 85 |
+
| Timestamp | YYYYMMDDHHMMSSmmm |
|
| 86 |
|
| 87 |
## Sensor Configuration
|
| 88 |
|
| 89 |
+
### Camera (cam0)
|
| 90 |
|
| 91 |
- Resolution: 1024 x 1024
|
| 92 |
- FOV: 50 degrees
|
| 93 |
+
- Image types captured: RGB (type 0), Segmentation (type 5), Depth (type 2)
|
| 94 |
- TargetGamma: 1.0
|
|
|
|
| 95 |
|
| 96 |
### LiDAR
|
| 97 |
|
|
|
|
| 99 |
- Channels: 256
|
| 100 |
- Vertical FOV: -20 to +20 degrees
|
| 101 |
- Horizontal FOV: -20 to +20 degrees
|
| 102 |
+
- Data frame: SensorLocalFrame
|
| 103 |
|
| 104 |
## Data Split (Zero-shot / OOD)
|
| 105 |
|
|
|
|
| 113 |
|
| 114 |
## Data Organization
|
| 115 |
|
| 116 |
+
Each `.tar.gz` file in the `raw/` folder contains data for one satellite:
|
| 117 |
|
| 118 |
+
```
|
| 119 |
+
<timestamp>_<satellite_name>/
|
|
|
|
|
|
|
| 120 |
├── approach_front/
|
| 121 |
+
│ ├── rgb/ # RGB images (.png)
|
| 122 |
+
│ ├── depth/ # Depth maps (.png, int32, mm)
|
| 123 |
+
│ ├── segmentation/ # Semantic masks (.png, uint8)
|
| 124 |
+
│ ├── lidar/ # Point clouds (.asc)
|
| 125 |
+
│ └── poses.csv # 6-DoF poses
|
| 126 |
├── approach_back/
|
| 127 |
├── orbit_xy/
|
| 128 |
└── ...
|
| 129 |
```
|
| 130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
## Semantic Class Definitions
|
| 132 |
|
| 133 |
| Class ID | Name | Description |
|
|
|
|
| 154 |
year={2026},
|
| 155 |
url={https://arxiv.org/abs/2603.09320}
|
| 156 |
}
|
| 157 |
+
```
|