max-chr commited on
Commit
583d6c5
·
verified ·
1 Parent(s): f65a61b

Upload README.md with huggingface_hub

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