zhixiang320 commited on
Commit
21d825f
·
verified ·
1 Parent(s): 192cfee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - object-detection
5
+ - keypoint-detection
6
+ - image-to-3d
7
+ language:
8
+ - en
9
+ pretty_name: Spacecraft Detection Keypoint and Pose Dataset
10
+ tags:
11
+ - spacecraft
12
+ - pose-estimation
13
+ - satellite
14
+ - computer-vision
15
+ - 6dof
16
  ---
17
+
18
+ # Dataset Card: SDKP (Spacecraft Detection, Keypoint, and Pose Dataset)
19
+
20
+ ## Dataset Description
21
+
22
+ - **Homepage:** [Add project homepage or paper link here]
23
+ - **License:** Creative Commons Attribution 4.0 International (CC BY 4.0)
24
+
25
+ ### Dataset Summary
26
+
27
+ The SDKP (Spacecraft Detection, Keypoint, and Pose) dataset is a comprehensive benchmark designed to advance spacecraft perception under monocular imaging conditions. It contains **24,000** high-quality RGB images, each accompanied by rich ground-truth annotations including 2D semantic keypoints, bounding boxes, and full 6-DoF poses. The data is split into three standardized subsets—20,000 for training, 2,000 for validation, and 2,000 for testing—ensuring consistent evaluation protocols. Organized in a COCO-compatible format, the dataset includes camera intrinsic parameters and a 3D keypoint template defining all semantic landmarks in the spacecraft body frame. This resource targets three core computer vision tasks: object detection, keypoint localization, and pose estimation, providing a unified platform for developing and comparing algorithms in spaceborne applications.
28
+
29
+ ## Dataset Structure
30
+
31
+ ### Data Instance
32
+
33
+ The dataset follows a COCO-compatible format. A typical data instance contains the following fields:
34
+
35
+ - **Image:** RGB image containing the spacecraft.
36
+ - **Annotations:**
37
+ - `bbox`: Object detection bounding box.
38
+ - `keypoints`: Predefined 2D semantic keypoint coordinates with visibility flags.
39
+ - `pose`: Full 6-DoF pose (rotation matrix and translation vector).
40
+ - **Metadata:**
41
+ - `camera_intrinsics`: Camera intrinsic parameter matrix.
42
+ - `keypoint_template_3d`: 3D template of all semantic keypoints in the spacecraft body frame.
43
+
44
+ ### Data Splits
45
+
46
+ | Split Name | Number of Images |
47
+ | :--- | :--- |
48
+ | **Training** | 20,000 |
49
+ | **Validation** | 2,000 |
50
+ | **Test** | 2,000 |
51
+
52
+ ## Supported Tasks
53
+
54
+ This dataset is designed for three core computer vision tasks, providing a unified platform for algorithm development and evaluation:
55
+
56
+ 1. **Object Detection:** Localize and identify spacecraft in images.
57
+ 2. **Keypoint Localization:** Precisely predict 2D pixel coordinates of predefined semantic keypoints on the spacecraft.
58
+ 3. **Pose Estimation:** Recover the 6-DoF pose of the spacecraft relative to the camera from a single RGB image.