HyeonseokE commited on
Commit
8bde24d
·
verified ·
1 Parent(s): 9725aba

Upload README.md with huggingface_hub

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