Datasets:
Add paper link and correct license
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,97 +1,94 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
dataset_info:
|
15 |
-
features:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
βββ
|
57 |
-
β βββ
|
58 |
-
β β βββ
|
59 |
-
β β β
|
60 |
-
β β β
|
61 |
-
β β β
|
62 |
-
|
63 |
-
|
64 |
-
β β β βββ
|
65 |
-
β β β
|
66 |
-
β β
|
67 |
-
β β
|
68 |
-
|
69 |
-
βββ
|
70 |
-
βββ
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
|
82 |
-
|
|
83 |
-
|
|
84 |
-
|
|
85 |
-
|
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
The initial version of ScanBot contains 197 tasks, and involves 12 different objects.
|
96 |
-
|
97 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
task_categories:
|
6 |
+
- robotics
|
7 |
+
pretty_name: ScanBot
|
8 |
+
tags:
|
9 |
+
- robotics
|
10 |
+
- instruction-following
|
11 |
+
- vision-language
|
12 |
+
- laser-scanning
|
13 |
+
- multimodal
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: wrist_camera
|
17 |
+
dtype: image
|
18 |
+
- name: rgb_gopro
|
19 |
+
dtype: image
|
20 |
+
- name: instruction
|
21 |
+
dtype: string
|
22 |
+
- name: tcp_pose
|
23 |
+
dtype: string
|
24 |
+
- name: joint_states
|
25 |
+
dtype: string
|
26 |
+
---
|
27 |
+
|
28 |
+
[](https://ed1sonchen.github.io/ScanBot/)
|
29 |
+
|
30 |
+
|
31 |
+
# ScanBot: Towards Intelligent Surface Scanning in Embodied Robotic Systems
|
32 |
+
|
33 |
+
<img src="Figures/introduction.png" alt="ScanBot" width="100%"/>
|
34 |
+
|
35 |
+
This dataset is presented in the paper [ScanBot: Towards Intelligent Surface Scanning in Embodied Robotic Systems](https://huggingface.co/papers/2505.17295).
|
36 |
+
|
37 |
+
|
38 |
+
## π§ Dataset Summary
|
39 |
+
**ScanBot** is a dataset for instruction-conditioned, high-precision surface scanning with robots. Unlike existing datasets that focus on coarse tasks like grasping or navigation, ScanBot targets industrial laser scanning, where sub-millimeter accuracy and parameter stability are essential. It includes scanning trajectories across 12 objects and 6 task types, each driven by natural language instructions. The dataset provides synchronized RGB, depth, laser profiles, robot poses, and joint states.
|
40 |
+
|
41 |
+
|
42 |
+
## π¦ Use Cases
|
43 |
+
|
44 |
+
- Vision-Language Action (VLA)
|
45 |
+
- Instruction-Guided Surface Scanning
|
46 |
+
- 3D Surface Reconstruction
|
47 |
+
- Spatial Reasoning and Feature Localization
|
48 |
+
- Laser Profile Analysis for Inspection Tasks
|
49 |
+
|
50 |
+
|
51 |
+
|
52 |
+
## ποΈ Data Description
|
53 |
+
```
|
54 |
+
scanbot/
|
55 |
+
βββ cube1/
|
56 |
+
β βββ top_surface/
|
57 |
+
β β βββ path_001/
|
58 |
+
β β β βββ rgb/
|
59 |
+
β β β β βββ ...
|
60 |
+
β β β βββ depth/
|
61 |
+
β β β β βββ ...
|
62 |
+
| | | |ββ 1746226187.997976_gopro.mp4
|
63 |
+
β β β βββ robot_joint_states.csv
|
64 |
+
β β β βββ robot_tcp_poses.csv
|
65 |
+
β β β βββ metadata.json
|
66 |
+
β β βββ path_002/
|
67 |
+
β β β βββ ...
|
68 |
+
βββ cube2
|
69 |
+
βββ cylinder_red
|
70 |
+
βββ cylinder_white
|
71 |
+
βββ ...
|
72 |
+
```
|
73 |
+
|
74 |
+
## π¬ Task Levels
|
75 |
+
|
76 |
+
Each scan is driven by an instruction that falls under one of the following task categories:
|
77 |
+
|
78 |
+
| Task Type | Description |
|
79 |
+
|-----------|-------------|
|
80 |
+
| T1 | Surface Scan |
|
81 |
+
| T2 | Geometry Focus |
|
82 |
+
| T3 | Spatial Reference |
|
83 |
+
| T4 | Functional Target |
|
84 |
+
| T5 | Defect Inspection |
|
85 |
+
| T6 | Comparative Analysis |
|
86 |
+
|
87 |
+
## π οΈ Hardware Setup
|
88 |
+
|
89 |
+
<img src="Figures/setup.png" alt="ScanBot Example" width="30%"/>
|
90 |
+
|
91 |
+
## π Version Update
|
92 |
+
|
93 |
+
### Version 1.0
|
94 |
+
The initial version of ScanBot contains 197 tasks, and involves 12 different objects.
|
|
|
|
|
|