andlyu commited on
Commit
c828762
·
verified ·
1 Parent(s): e01584a

Upload README.md with huggingface_hub

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