Zahardk commited on
Commit
b7b6d10
·
verified ·
1 Parent(s): 57f54e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +294 -0
README.md ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - libero
8
+ - panda
9
+ - rlds
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
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.1",
31
+ "robot_type": "fr3",
32
+ "total_episodes": 20,
33
+ "total_frames": 7679,
34
+ "total_tasks": 1,
35
+ "total_videos": 40,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 15,
39
+ "splits": {
40
+ "train": "0:20"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "observation.images.exterior_image_1_left": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 15.0,
59
+ "video.height": 720,
60
+ "video.width": 1280,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.wrist_image_left": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 15.0,
82
+ "video.height": 720,
83
+ "video.width": 1280,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.human_intervention": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": [
97
+ "human_intervention"
98
+ ]
99
+ },
100
+ "exterior_image_1_left": {
101
+ "dtype": "image",
102
+ "shape": [
103
+ 180,
104
+ 320,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channel"
111
+ ]
112
+ },
113
+ "wrist_image_left": {
114
+ "dtype": "image",
115
+ "shape": [
116
+ 180,
117
+ 320,
118
+ 3
119
+ ],
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channel"
124
+ ]
125
+ },
126
+ "observation.state": {
127
+ "dtype": "float32",
128
+ "shape": [
129
+ 8
130
+ ],
131
+ "names": {
132
+ "axes": [
133
+ "joint_0",
134
+ "joint_1",
135
+ "joint_2",
136
+ "joint_3",
137
+ "joint_4",
138
+ "joint_5",
139
+ "joint_6",
140
+ "gripper"
141
+ ]
142
+ }
143
+ },
144
+ "joint_position": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 7
148
+ ],
149
+ "names": [
150
+ "joint_position"
151
+ ]
152
+ },
153
+ "gripper_position": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": [
159
+ "gripper_position"
160
+ ]
161
+ },
162
+ "wrench": {
163
+ "dtype": "float32",
164
+ "shape": [
165
+ 6
166
+ ],
167
+ "names": [
168
+ "fx",
169
+ "fy",
170
+ "fz",
171
+ "tx",
172
+ "ty",
173
+ "tz"
174
+ ]
175
+ },
176
+ "action.joint_position": {
177
+ "dtype": "float32",
178
+ "shape": [
179
+ 7
180
+ ],
181
+ "names": {
182
+ "axes": [
183
+ "joint_0",
184
+ "joint_1",
185
+ "joint_2",
186
+ "joint_3",
187
+ "joint_4",
188
+ "joint_5",
189
+ "joint_6"
190
+ ]
191
+ }
192
+ },
193
+ "action.joint_velocity": {
194
+ "dtype": "float32",
195
+ "shape": [
196
+ 7
197
+ ],
198
+ "names": {
199
+ "axes": [
200
+ "joint_0",
201
+ "joint_1",
202
+ "joint_2",
203
+ "joint_3",
204
+ "joint_4",
205
+ "joint_5",
206
+ "joint_6"
207
+ ]
208
+ }
209
+ },
210
+ "action.gripper_position": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": {
216
+ "axes": [
217
+ "gripper"
218
+ ]
219
+ }
220
+ },
221
+ "actions": {
222
+ "dtype": "float32",
223
+ "shape": [
224
+ 8
225
+ ],
226
+ "names": [
227
+ "actions"
228
+ ]
229
+ },
230
+ "action.auto_action_gt": {
231
+ "dtype": "float32",
232
+ "shape": [
233
+ 8
234
+ ],
235
+ "names": {
236
+ "axes": [
237
+ "joint_0",
238
+ "joint_1",
239
+ "joint_2",
240
+ "joint_3",
241
+ "joint_4",
242
+ "joint_5",
243
+ "joint_6",
244
+ "gripper"
245
+ ]
246
+ }
247
+ },
248
+ "timestamp": {
249
+ "dtype": "float32",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "names": null
254
+ },
255
+ "frame_index": {
256
+ "dtype": "int64",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "names": null
261
+ },
262
+ "episode_index": {
263
+ "dtype": "int64",
264
+ "shape": [
265
+ 1
266
+ ],
267
+ "names": null
268
+ },
269
+ "index": {
270
+ "dtype": "int64",
271
+ "shape": [
272
+ 1
273
+ ],
274
+ "names": null
275
+ },
276
+ "task_index": {
277
+ "dtype": "int64",
278
+ "shape": [
279
+ 1
280
+ ],
281
+ "names": null
282
+ }
283
+ }
284
+ }
285
+ ```
286
+
287
+
288
+ ## Citation
289
+
290
+ **BibTeX:**
291
+
292
+ ```bibtex
293
+ [More Information Needed]
294
+ ```