OliverHausdoerfer commited on
Commit
c48ad68
·
verified ·
1 Parent(s): ad9431f

Upload README.md with huggingface_hub

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