OliverHausdoerfer commited on
Commit
0f10b73
·
verified ·
1 Parent(s): 072389e

Upload README.md with huggingface_hub

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