andlyu commited on
Commit
81da359
·
verified ·
1 Parent(s): 077d527

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": 79,
30
+ "total_frames": 126474,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "fps": 30,
34
+ "splits": {
35
+ "train": "0:9,10:19,20:29,30:39,40:49,50:59,60:69,70:79",
36
+ "val": "9,19,29,39,49,59,69"
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.gripper_l": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.height": 480,
85
+ "video.width": 640,
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.gripper_r": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 480,
98
+ 640,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "video.height": 480,
108
+ "video.width": 640,
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
+ "timestamp": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null,
123
+ "fps": 30
124
+ },
125
+ "frame_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null,
131
+ "fps": 30
132
+ },
133
+ "episode_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null,
139
+ "fps": 30
140
+ },
141
+ "index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null,
147
+ "fps": 30
148
+ },
149
+ "task_index": {
150
+ "dtype": "int64",
151
+ "shape": [
152
+ 1
153
+ ],
154
+ "names": null,
155
+ "fps": 30
156
+ },
157
+ "observation.images.cam_l_plate": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 640,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channels"
168
+ ],
169
+ "info": {
170
+ "video.height": 480,
171
+ "video.width": 640,
172
+ "video.codec": "libx264",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "video.fps": 30,
176
+ "video.channels": 3,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.images.cam_l_shell": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 480,
184
+ 640,
185
+ 3
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width",
190
+ "channels"
191
+ ],
192
+ "info": {
193
+ "video.height": 480,
194
+ "video.width": 640,
195
+ "video.codec": "libx264",
196
+ "video.pix_fmt": "yuv420p",
197
+ "video.is_depth_map": false,
198
+ "video.fps": 30,
199
+ "video.channels": 3,
200
+ "has_audio": false
201
+ }
202
+ },
203
+ "observation.images.cam_r_plate": {
204
+ "dtype": "video",
205
+ "shape": [
206
+ 480,
207
+ 640,
208
+ 3
209
+ ],
210
+ "names": [
211
+ "height",
212
+ "width",
213
+ "channels"
214
+ ],
215
+ "info": {
216
+ "video.height": 480,
217
+ "video.width": 640,
218
+ "video.codec": "libx264",
219
+ "video.pix_fmt": "yuv420p",
220
+ "video.is_depth_map": false,
221
+ "video.fps": 30,
222
+ "video.channels": 3,
223
+ "has_audio": false
224
+ }
225
+ },
226
+ "observation.images.cam_r_shell": {
227
+ "dtype": "video",
228
+ "shape": [
229
+ 480,
230
+ 640,
231
+ 3
232
+ ],
233
+ "names": [
234
+ "height",
235
+ "width",
236
+ "channels"
237
+ ],
238
+ "info": {
239
+ "video.height": 480,
240
+ "video.width": 640,
241
+ "video.codec": "libx264",
242
+ "video.pix_fmt": "yuv420p",
243
+ "video.is_depth_map": false,
244
+ "video.fps": 30,
245
+ "video.channels": 3,
246
+ "has_audio": false
247
+ }
248
+ },
249
+ "observation.images.plate_berry": {
250
+ "dtype": "video",
251
+ "shape": [
252
+ 480,
253
+ 640,
254
+ 3
255
+ ],
256
+ "names": [
257
+ "height",
258
+ "width",
259
+ "channels"
260
+ ],
261
+ "info": {
262
+ "video.height": 480,
263
+ "video.width": 640,
264
+ "video.codec": "libx264",
265
+ "video.pix_fmt": "yuv420p",
266
+ "video.is_depth_map": false,
267
+ "video.fps": 30,
268
+ "video.channels": 3,
269
+ "has_audio": false
270
+ }
271
+ },
272
+ "observation.images.shell_location": {
273
+ "dtype": "video",
274
+ "shape": [
275
+ 480,
276
+ 640,
277
+ 3
278
+ ],
279
+ "names": [
280
+ "height",
281
+ "width",
282
+ "channels"
283
+ ],
284
+ "info": {
285
+ "video.height": 480,
286
+ "video.width": 640,
287
+ "video.codec": "libx264",
288
+ "video.pix_fmt": "yuv420p",
289
+ "video.is_depth_map": false,
290
+ "video.fps": 30,
291
+ "video.channels": 3,
292
+ "has_audio": false
293
+ }
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
+ ```