Zahardk commited on
Commit
842c578
·
verified ·
1 Parent(s): b0849a8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +267 -0
README.md ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 8119,
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
+ "exterior_image_1_left": {
92
+ "dtype": "image",
93
+ "shape": [
94
+ 180,
95
+ 320,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channel"
102
+ ]
103
+ },
104
+ "wrist_image_left": {
105
+ "dtype": "image",
106
+ "shape": [
107
+ 180,
108
+ 320,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channel"
115
+ ]
116
+ },
117
+ "observation.state": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 8
121
+ ],
122
+ "names": {
123
+ "axes": [
124
+ "joint_0",
125
+ "joint_1",
126
+ "joint_2",
127
+ "joint_3",
128
+ "joint_4",
129
+ "joint_5",
130
+ "joint_6",
131
+ "gripper"
132
+ ]
133
+ }
134
+ },
135
+ "joint_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 7
139
+ ],
140
+ "names": [
141
+ "joint_position"
142
+ ]
143
+ },
144
+ "gripper_position": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": [
150
+ "gripper_position"
151
+ ]
152
+ },
153
+ "wrench": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 6
157
+ ],
158
+ "names": [
159
+ "fx",
160
+ "fy",
161
+ "fz",
162
+ "tx",
163
+ "ty",
164
+ "tz"
165
+ ]
166
+ },
167
+ "action.joint_position": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 7
171
+ ],
172
+ "names": {
173
+ "axes": [
174
+ "joint_0",
175
+ "joint_1",
176
+ "joint_2",
177
+ "joint_3",
178
+ "joint_4",
179
+ "joint_5",
180
+ "joint_6"
181
+ ]
182
+ }
183
+ },
184
+ "action.joint_velocity": {
185
+ "dtype": "float32",
186
+ "shape": [
187
+ 7
188
+ ],
189
+ "names": {
190
+ "axes": [
191
+ "joint_0",
192
+ "joint_1",
193
+ "joint_2",
194
+ "joint_3",
195
+ "joint_4",
196
+ "joint_5",
197
+ "joint_6"
198
+ ]
199
+ }
200
+ },
201
+ "action.gripper_position": {
202
+ "dtype": "float32",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": {
207
+ "axes": [
208
+ "gripper"
209
+ ]
210
+ }
211
+ },
212
+ "actions": {
213
+ "dtype": "float32",
214
+ "shape": [
215
+ 8
216
+ ],
217
+ "names": [
218
+ "actions"
219
+ ]
220
+ },
221
+ "timestamp": {
222
+ "dtype": "float32",
223
+ "shape": [
224
+ 1
225
+ ],
226
+ "names": null
227
+ },
228
+ "frame_index": {
229
+ "dtype": "int64",
230
+ "shape": [
231
+ 1
232
+ ],
233
+ "names": null
234
+ },
235
+ "episode_index": {
236
+ "dtype": "int64",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": null
241
+ },
242
+ "index": {
243
+ "dtype": "int64",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": null
248
+ },
249
+ "task_index": {
250
+ "dtype": "int64",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ }
256
+ }
257
+ }
258
+ ```
259
+
260
+
261
+ ## Citation
262
+
263
+ **BibTeX:**
264
+
265
+ ```bibtex
266
+ [More Information Needed]
267
+ ```