typoverflow commited on
Commit
5cf92d1
·
verified ·
1 Parent(s): eec8313

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +306 -0
README.md ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - robochallenge
9
+ - ur5
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=typoverflow/robochallenge_dump_ur5">
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:** mit
31
+
32
+ ## Dataset Structure
33
+
34
+ [meta/info.json](meta/info.json):
35
+ ```json
36
+ {
37
+ "codebase_version": "v3.0",
38
+ "robot_type": "ur5",
39
+ "total_episodes": 1,
40
+ "total_frames": 2261,
41
+ "total_tasks": 1,
42
+ "chunks_size": 1000,
43
+ "data_files_size_in_mb": 100,
44
+ "video_files_size_in_mb": 200,
45
+ "fps": 30,
46
+ "splits": {
47
+ "train": "0:1"
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.images.cam_1": {
53
+ "dtype": "video",
54
+ "shape": [
55
+ 720,
56
+ 1280,
57
+ 3
58
+ ],
59
+ "names": [
60
+ "height",
61
+ "width",
62
+ "rgb"
63
+ ],
64
+ "info": {
65
+ "video.height": 720,
66
+ "video.width": 1280,
67
+ "video.codec": "av1",
68
+ "video.pix_fmt": "yuv420p",
69
+ "video.is_depth_map": false,
70
+ "video.fps": 30,
71
+ "video.channels": 3,
72
+ "has_audio": false
73
+ }
74
+ },
75
+ "observation.images.cam_2": {
76
+ "dtype": "video",
77
+ "shape": [
78
+ 720,
79
+ 1280,
80
+ 3
81
+ ],
82
+ "names": [
83
+ "height",
84
+ "width",
85
+ "rgb"
86
+ ],
87
+ "info": {
88
+ "video.height": 720,
89
+ "video.width": 1280,
90
+ "video.codec": "av1",
91
+ "video.pix_fmt": "yuv420p",
92
+ "video.is_depth_map": false,
93
+ "video.fps": 30,
94
+ "video.channels": 3,
95
+ "has_audio": false
96
+ }
97
+ },
98
+ "observation.images.cam_3": {
99
+ "dtype": "video",
100
+ "shape": [
101
+ 720,
102
+ 1280,
103
+ 3
104
+ ],
105
+ "names": [
106
+ "height",
107
+ "width",
108
+ "rgb"
109
+ ],
110
+ "info": {
111
+ "video.height": 720,
112
+ "video.width": 1280,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 30,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "raw_state.joint_pos": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 6
125
+ ],
126
+ "names": [
127
+ "joint_1",
128
+ "joint_2",
129
+ "joint_3",
130
+ "joint_4",
131
+ "joint_5",
132
+ "joint_6"
133
+ ]
134
+ },
135
+ "raw_state.eef_xyz": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 3
139
+ ],
140
+ "names": [
141
+ "x",
142
+ "y",
143
+ "z"
144
+ ]
145
+ },
146
+ "raw_state.eef_rot6d": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 6
150
+ ],
151
+ "names": [
152
+ "rot1",
153
+ "rot2",
154
+ "rot3",
155
+ "rot4",
156
+ "rot5",
157
+ "rot6"
158
+ ]
159
+ },
160
+ "raw_state.gripper_state": {
161
+ "dtype": "float32",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": [
166
+ "width_m"
167
+ ]
168
+ },
169
+ "state.joint_pos": {
170
+ "dtype": "float32",
171
+ "shape": [
172
+ 6
173
+ ],
174
+ "names": [
175
+ "joint_1",
176
+ "joint_2",
177
+ "joint_3",
178
+ "joint_4",
179
+ "joint_5",
180
+ "joint_6"
181
+ ]
182
+ },
183
+ "state.eef_xyz": {
184
+ "dtype": "float32",
185
+ "shape": [
186
+ 3
187
+ ],
188
+ "names": [
189
+ "x",
190
+ "y",
191
+ "z"
192
+ ]
193
+ },
194
+ "state.eef_rot6d": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 6
198
+ ],
199
+ "names": [
200
+ "rot1",
201
+ "rot2",
202
+ "rot3",
203
+ "rot4",
204
+ "rot5",
205
+ "rot6"
206
+ ]
207
+ },
208
+ "state.gripper_state": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": [
214
+ "gripper"
215
+ ]
216
+ },
217
+ "debug.gripper_eef_xyz": {
218
+ "dtype": "float32",
219
+ "shape": [
220
+ 3
221
+ ],
222
+ "names": [
223
+ "x",
224
+ "y",
225
+ "z"
226
+ ]
227
+ },
228
+ "debug.gripper_eef_rot6d": {
229
+ "dtype": "float32",
230
+ "shape": [
231
+ 6
232
+ ],
233
+ "names": [
234
+ "rot1",
235
+ "rot2",
236
+ "rot3",
237
+ "rot4",
238
+ "rot5",
239
+ "rot6"
240
+ ]
241
+ },
242
+ "success": {
243
+ "dtype": "float32",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": [
248
+ "success"
249
+ ]
250
+ },
251
+ "score": {
252
+ "dtype": "float32",
253
+ "shape": [
254
+ 1
255
+ ],
256
+ "names": [
257
+ "score"
258
+ ]
259
+ },
260
+ "timestamp": {
261
+ "dtype": "float32",
262
+ "shape": [
263
+ 1
264
+ ],
265
+ "names": null
266
+ },
267
+ "frame_index": {
268
+ "dtype": "int64",
269
+ "shape": [
270
+ 1
271
+ ],
272
+ "names": null
273
+ },
274
+ "episode_index": {
275
+ "dtype": "int64",
276
+ "shape": [
277
+ 1
278
+ ],
279
+ "names": null
280
+ },
281
+ "index": {
282
+ "dtype": "int64",
283
+ "shape": [
284
+ 1
285
+ ],
286
+ "names": null
287
+ },
288
+ "task_index": {
289
+ "dtype": "int64",
290
+ "shape": [
291
+ 1
292
+ ],
293
+ "names": null
294
+ }
295
+ }
296
+ }
297
+ ```
298
+
299
+
300
+ ## Citation
301
+
302
+ **BibTeX:**
303
+
304
+ ```bibtex
305
+ [More Information Needed]
306
+ ```