cadene HF staff commited on
Commit
7e8d3f5
1 Parent(s): 03c2a1a

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a8fa35902a1e266cd6f3d82b36c5cdfc456f0cc673726115e966d0b764e8555
3
+ size 120540
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30d2bc463a96bfc655894aa22364974f1d8cd4b4b9831e1898114d20de17a8b5
3
+ size 125294
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8012e76b38569ae1a0e5681401b9e9d03eb5669f308767ffb95827cf5cc13fd
3
+ size 121102
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ca2bb744c517ad0d9830a3f98a982801b4505616ba7c3c7fb7b7ec14e8622b
3
+ size 95290
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3059a3a046b8e250a017d2bdc7e1e155445bfb9d87d9d5ec84bfa4faeb082c9b
3
+ size 107622
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the lego blocks and put them in the box on the right side of the robot."], "length": 1687}
2
+ {"episode_index": 1, "tasks": ["Pick up the lego blocks and put them in the box on the right side of the robot."], "length": 1739}
3
+ {"episode_index": 2, "tasks": ["Pick up the lego blocks and put them in the box on the right side of the robot."], "length": 1687}
4
+ {"episode_index": 3, "tasks": ["Pick up the lego blocks and put them in the box on the right side of the robot."], "length": 1316}
5
+ {"episode_index": 4, "tasks": ["Pick up the lego blocks and put them in the box on the right side of the robot."], "length": 1490}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 5,
5
+ "total_frames": 7919,
6
+ "total_tasks": 1,
7
+ "total_videos": 10,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
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.phone": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
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
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/stats.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 34.49943542480469,
5
+ 130.207275390625,
6
+ 130.64602661132812,
7
+ 72.06089782714844,
8
+ -103.74906158447266,
9
+ 11.000616073608398
10
+ ],
11
+ "std": [
12
+ 37.16697692871094,
13
+ 28.477224349975586,
14
+ 22.691055297851562,
15
+ 19.646358489990234,
16
+ 32.13619613647461,
17
+ 9.962159156799316
18
+ ],
19
+ "max": [
20
+ 113.88209533691406,
21
+ 200.89820861816406,
22
+ 187.7232666015625,
23
+ 103.38018798828125,
24
+ -41.588951110839844,
25
+ 34.55910110473633
26
+ ],
27
+ "min": [
28
+ -53.64381408691406,
29
+ 71.61581420898438,
30
+ 88.65300750732422,
31
+ 25.7977294921875,
32
+ -187.4436492919922,
33
+ -2.2641849517822266
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 34.212989807128906,
39
+ 127.27642822265625,
40
+ 132.1524200439453,
41
+ 72.06842041015625,
42
+ -103.20684814453125,
43
+ 11.150680541992188
44
+ ],
45
+ "std": [
46
+ 36.35499572753906,
47
+ 26.959562301635742,
48
+ 20.02035903930664,
49
+ 19.229515075683594,
50
+ 31.68157958984375,
51
+ 9.037363052368164
52
+ ],
53
+ "max": [
54
+ 111.26953125,
55
+ 184.921875,
56
+ 177.099609375,
57
+ 101.162109375,
58
+ -40.869140625,
59
+ 33.28313064575195
60
+ ],
61
+ "min": [
62
+ -51.85546875,
63
+ 70.400390625,
64
+ 93.69140625,
65
+ 26.3671875,
66
+ -181.142578125,
67
+ -1.4307228326797485
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.2134571671485901
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.20132258534431458
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.17030081152915955
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.17002809047698975
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.16438992321491241
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.167727530002594
102
+ ]
103
+ ]
104
+ ],
105
+ "max": [
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ]
121
+ ],
122
+ "min": [
123
+ [
124
+ [
125
+ 0.0
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ]
138
+ ]
139
+ },
140
+ "observation.images.phone": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.11842656135559082
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.12219129502773285
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.10264426469802856
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.15581583976745605
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.1492188423871994
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.14503692090511322
172
+ ]
173
+ ]
174
+ ],
175
+ "max": [
176
+ [
177
+ [
178
+ 1.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 1.0
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 1.0
189
+ ]
190
+ ]
191
+ ],
192
+ "min": [
193
+ [
194
+ [
195
+ 0.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ]
208
+ ]
209
+ },
210
+ "timestamp": {
211
+ "mean": [
212
+ 26.644975662231445
213
+ ],
214
+ "std": [
215
+ 15.669113159179688
216
+ ],
217
+ "max": [
218
+ 57.93333435058594
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 799.3491821289062
227
+ ],
228
+ "std": [
229
+ 470.07342529296875
230
+ ],
231
+ "max": [
232
+ 1738.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.8968303203582764
241
+ ],
242
+ "std": [
243
+ 1.4070839881896973
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 3959.00244140625
255
+ ],
256
+ "std": [
257
+ 2286.01806640625
258
+ ],
259
+ "max": [
260
+ 7918.0
261
+ ],
262
+ "min": [
263
+ 0.0
264
+ ]
265
+ },
266
+ "task_index": {
267
+ "mean": [
268
+ 0.0
269
+ ],
270
+ "std": [
271
+ 0.0
272
+ ],
273
+ "max": [
274
+ 0.0
275
+ ],
276
+ "min": [
277
+ 0.0
278
+ ]
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick up the lego blocks and put them in the box on the right side of the robot."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7db5ede1e3f86005d9b437044b317f28819f6e189dcbcf450a0d585b7cf7539
3
+ size 7426987
videos/chunk-000/observation.images.laptop/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08dcc31ab5152a11a46c77d14dac086708e08ee303d59067136ed1f1ffd99f11
3
+ size 7019389
videos/chunk-000/observation.images.laptop/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27c0f8827e985a65c1848c2f914ea324a9c0fe58ea364195e99cc20f71da5b79
3
+ size 6098779
videos/chunk-000/observation.images.laptop/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e60edcbc01d97cf441e32679f687f9c7960956e297cc141059426350dee623fc
3
+ size 4800761
videos/chunk-000/observation.images.laptop/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ca6e83d4447c9f1986e1b2ce1638615604bf8ffea7763c8954011f036025396
3
+ size 5207675
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4194b6901b1e48788b33dd6a244d89b96567eb89257115fbb3ce2da491f8e965
3
+ size 9085048
videos/chunk-000/observation.images.phone/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9075bebf936a180f8ea6b0ffdc445533832f148cb389352bb608ea53bd5106b8
3
+ size 9088962
videos/chunk-000/observation.images.phone/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88295ff394e3cb7ebcbb6ad66881e9642f2cbeb8946911447e21f194947bb3cf
3
+ size 9321322
videos/chunk-000/observation.images.phone/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e917baf34b8d8d1ea9871deb4f90040b4a6fe6782c69c47334c086a2fc4bfd52
3
+ size 6997375
videos/chunk-000/observation.images.phone/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bedb51d28d23a4e41425f9e081da556742c00f5a5c5c46135f4194178540e93
3
+ size 8354429