max-chr commited on
Commit
f3b8ad6
·
verified ·
1 Parent(s): cc75a79

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +297 -0
README.md ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - LeRobot
8
+ - libero
9
+ - libero-plus
10
+ - panda
11
+ - multicam
12
+ - camera
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_camera_all_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
+ 7
81
+ ],
82
+ "names": {
83
+ "motors": [
84
+ "joint_0",
85
+ "joint_1",
86
+ "joint_2",
87
+ "joint_3",
88
+ "joint_4",
89
+ "joint_5",
90
+ "joint_6"
91
+ ]
92
+ }
93
+ },
94
+ "observation.states.gripper_state": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 2
98
+ ],
99
+ "names": {
100
+ "motors": [
101
+ "gripper",
102
+ "gripper"
103
+ ]
104
+ }
105
+ },
106
+ "observation.images.image": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 256,
110
+ 256,
111
+ 3
112
+ ],
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "rgb"
117
+ ],
118
+ "info": {
119
+ "video.height": 256,
120
+ "video.width": 256,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 20,
125
+ "video.channels": 3,
126
+ "has_audio": false,
127
+ "video.g": 2,
128
+ "video.crf": 30,
129
+ "video.preset": 12,
130
+ "video.fast_decode": 0,
131
+ "video.video_backend": "pyav",
132
+ "video.extra_options": {}
133
+ }
134
+ },
135
+ "observation.images.wrist_image": {
136
+ "dtype": "video",
137
+ "shape": [
138
+ 256,
139
+ 256,
140
+ 3
141
+ ],
142
+ "names": [
143
+ "height",
144
+ "width",
145
+ "rgb"
146
+ ],
147
+ "info": {
148
+ "video.height": 256,
149
+ "video.width": 256,
150
+ "video.codec": "av1",
151
+ "video.pix_fmt": "yuv420p",
152
+ "video.is_depth_map": false,
153
+ "video.fps": 20,
154
+ "video.channels": 3,
155
+ "has_audio": false,
156
+ "video.g": 2,
157
+ "video.crf": 30,
158
+ "video.preset": 12,
159
+ "video.fast_decode": 0,
160
+ "video.video_backend": "pyav",
161
+ "video.extra_options": {}
162
+ }
163
+ },
164
+ "observation.images.frontview_image": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 256,
168
+ 256,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "rgb"
175
+ ],
176
+ "info": {
177
+ "video.height": 256,
178
+ "video.width": 256,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 20,
183
+ "video.channels": 3,
184
+ "has_audio": false,
185
+ "video.g": 2,
186
+ "video.crf": 30,
187
+ "video.preset": 12,
188
+ "video.fast_decode": 0,
189
+ "video.video_backend": "pyav",
190
+ "video.extra_options": {}
191
+ }
192
+ },
193
+ "observation.images.sideview_image": {
194
+ "dtype": "video",
195
+ "shape": [
196
+ 256,
197
+ 256,
198
+ 3
199
+ ],
200
+ "names": [
201
+ "height",
202
+ "width",
203
+ "rgb"
204
+ ],
205
+ "info": {
206
+ "video.height": 256,
207
+ "video.width": 256,
208
+ "video.codec": "av1",
209
+ "video.pix_fmt": "yuv420p",
210
+ "video.is_depth_map": false,
211
+ "video.fps": 20,
212
+ "video.channels": 3,
213
+ "has_audio": false,
214
+ "video.g": 2,
215
+ "video.crf": 30,
216
+ "video.preset": 12,
217
+ "video.fast_decode": 0,
218
+ "video.video_backend": "pyav",
219
+ "video.extra_options": {}
220
+ }
221
+ },
222
+ "action": {
223
+ "dtype": "float32",
224
+ "shape": [
225
+ 7
226
+ ],
227
+ "names": {
228
+ "motors": [
229
+ "x",
230
+ "y",
231
+ "z",
232
+ "axis_angle1",
233
+ "axis_angle2",
234
+ "axis_angle3",
235
+ "gripper"
236
+ ]
237
+ }
238
+ },
239
+ "timestamp": {
240
+ "dtype": "float32",
241
+ "shape": [
242
+ 1
243
+ ],
244
+ "names": null
245
+ },
246
+ "frame_index": {
247
+ "dtype": "int64",
248
+ "shape": [
249
+ 1
250
+ ],
251
+ "names": null
252
+ },
253
+ "episode_index": {
254
+ "dtype": "int64",
255
+ "shape": [
256
+ 1
257
+ ],
258
+ "names": null
259
+ },
260
+ "index": {
261
+ "dtype": "int64",
262
+ "shape": [
263
+ 1
264
+ ],
265
+ "names": null
266
+ },
267
+ "task_index": {
268
+ "dtype": "int64",
269
+ "shape": [
270
+ 1
271
+ ],
272
+ "names": null
273
+ }
274
+ },
275
+ "total_episodes": 96,
276
+ "total_frames": 15250,
277
+ "total_tasks": 9,
278
+ "chunks_size": 1000,
279
+ "data_files_size_in_mb": 100,
280
+ "video_files_size_in_mb": 1e-06,
281
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
282
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
283
+ "robot_type": "franka",
284
+ "splits": {
285
+ "train": "0:96"
286
+ }
287
+ }
288
+ ```
289
+
290
+
291
+ ## Citation
292
+
293
+ **BibTeX:**
294
+
295
+ ```bibtex
296
+ [More Information Needed]
297
+ ```