eunyoung927 commited on
Commit
1876db1
·
verified ·
1 Parent(s): 6a5d4d9

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +283 -0
README.md ADDED
@@ -0,0 +1,283 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101_follower
8
+ - pick-and-place
9
+ - smolvla
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+
18
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=CoRL2026-CSI/table3_baseline_pnp">
19
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
20
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
21
+ </a>
22
+
23
+
24
+ ## Dataset Description
25
+
26
+
27
+
28
+ - **Homepage:** [More Information Needed]
29
+ - **Paper:** [More Information Needed]
30
+ - **License:** apache-2.0
31
+
32
+ ## Dataset Structure
33
+
34
+ [meta/info.json](meta/info.json):
35
+ ```json
36
+ {
37
+ "codebase_version": "v3.0",
38
+ "robot_type": "so101_follower",
39
+ "total_episodes": 100,
40
+ "total_frames": 32898,
41
+ "total_tasks": 1,
42
+ "chunks_size": 1000,
43
+ "data_files_size_in_mb": 100,
44
+ "video_files_size_in_mb": 200,
45
+ "fps": 10,
46
+ "splits": {
47
+ "train": "0:100"
48
+ },
49
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
50
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
51
+ "features": {
52
+ "observation.state": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 6
56
+ ],
57
+ "names": [
58
+ "shoulder_pan.pos",
59
+ "shoulder_lift.pos",
60
+ "elbow_flex.pos",
61
+ "wrist_flex.pos",
62
+ "wrist_roll.pos",
63
+ "gripper.pos"
64
+ ]
65
+ },
66
+ "action": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 6
70
+ ],
71
+ "names": [
72
+ "shoulder_pan.pos",
73
+ "shoulder_lift.pos",
74
+ "elbow_flex.pos",
75
+ "wrist_flex.pos",
76
+ "wrist_roll.pos",
77
+ "gripper.pos"
78
+ ]
79
+ },
80
+ "observation.images.top": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channels"
91
+ ],
92
+ "info": {
93
+ "video.height": 480,
94
+ "video.width": 640,
95
+ "video.codec": "h264",
96
+ "video.pix_fmt": "yuv420p",
97
+ "video.is_depth_map": false,
98
+ "video.fps": 10,
99
+ "video.channels": 3,
100
+ "has_audio": false
101
+ }
102
+ },
103
+ "observation.images.left_wrist": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 480,
107
+ 640,
108
+ 3
109
+ ],
110
+ "names": [
111
+ "height",
112
+ "width",
113
+ "channels"
114
+ ],
115
+ "info": {
116
+ "video.height": 480,
117
+ "video.width": 640,
118
+ "video.codec": "h264",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 10,
122
+ "video.channels": 3,
123
+ "has_audio": false
124
+ }
125
+ },
126
+ "observation.ee_pos.robot_xyzrpy": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 6
130
+ ],
131
+ "names": [
132
+ "x",
133
+ "y",
134
+ "z",
135
+ "roll",
136
+ "pitch",
137
+ "yaw"
138
+ ]
139
+ },
140
+ "observation.gripper_binary": {
141
+ "dtype": "float32",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "skill.natural_language": {
148
+ "dtype": "string",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "skill.verification_question": {
155
+ "dtype": "string",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "skill.type": {
162
+ "dtype": "string",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "skill.progress": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "skill.goal_position.joint": {
176
+ "dtype": "float32",
177
+ "shape": [
178
+ 6
179
+ ],
180
+ "names": [
181
+ "shoulder_pan.pos",
182
+ "shoulder_lift.pos",
183
+ "elbow_flex.pos",
184
+ "wrist_flex.pos",
185
+ "wrist_roll.pos",
186
+ "gripper.pos"
187
+ ]
188
+ },
189
+ "skill.goal_position.robot_xyzrpy": {
190
+ "dtype": "float32",
191
+ "shape": [
192
+ 6
193
+ ],
194
+ "names": [
195
+ "x",
196
+ "y",
197
+ "z",
198
+ "roll",
199
+ "pitch",
200
+ "yaw"
201
+ ]
202
+ },
203
+ "skill.goal_position.gripper": {
204
+ "dtype": "float32",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": [
209
+ "gripper.pos"
210
+ ]
211
+ },
212
+ "subtask.natural_language": {
213
+ "dtype": "string",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "subtask.object_name": {
220
+ "dtype": "string",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "subtask.target_position": {
227
+ "dtype": "float32",
228
+ "shape": [
229
+ 3
230
+ ],
231
+ "names": [
232
+ "x",
233
+ "y",
234
+ "z"
235
+ ]
236
+ },
237
+ "timestamp": {
238
+ "dtype": "float32",
239
+ "shape": [
240
+ 1
241
+ ],
242
+ "names": null
243
+ },
244
+ "frame_index": {
245
+ "dtype": "int64",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": null
250
+ },
251
+ "episode_index": {
252
+ "dtype": "int64",
253
+ "shape": [
254
+ 1
255
+ ],
256
+ "names": null
257
+ },
258
+ "index": {
259
+ "dtype": "int64",
260
+ "shape": [
261
+ 1
262
+ ],
263
+ "names": null
264
+ },
265
+ "task_index": {
266
+ "dtype": "int64",
267
+ "shape": [
268
+ 1
269
+ ],
270
+ "names": null
271
+ }
272
+ }
273
+ }
274
+ ```
275
+
276
+
277
+ ## Citation
278
+
279
+ **BibTeX:**
280
+
281
+ ```bibtex
282
+ [More Information Needed]
283
+ ```