kantine commited on
Commit
8591557
·
verified ·
1 Parent(s): 63dc0d3

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:7a6d446b2a4ddb36902db5504e56538d3aa57e73e6a99074abc5f34e5f97ec7c
3
+ size 65090
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5001fef293087711b437002cc44a7919b317cb3116b8884a8178b887d502f65c
3
+ size 67608
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd8331049e0d68dec29a094d42a8f9bf728d0e63e2ea59f27949d4469c7897ff
3
+ size 62676
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c2ca3d926dc093c2b51174c3084161f78e49b02f61e1e2f79900943aa0371bf
3
+ size 60204
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c24d51a6d143ec6abfdff2a40b4d7a920e6a1ca49a6400852e431c007346d0
3
+ size 65576
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["0:4 expert test sample, 5:9 bad disposition, 10:14 dropping items"], "length": 1165}
2
+ {"episode_index": 1, "tasks": ["0:4 expert test sample, 5:9 bad disposition, 10:14 dropping items"], "length": 1194}
3
+ {"episode_index": 2, "tasks": ["0:4 expert test sample, 5:9 bad disposition, 10:14 dropping items"], "length": 1194}
4
+ {"episode_index": 3, "tasks": ["0:4 expert test sample, 5:9 bad disposition, 10:14 dropping items"], "length": 1194}
5
+ {"episode_index": 4, "tasks": ["0:4 expert test sample, 5:9 bad disposition, 10:14 dropping items"], "length": 1194}
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": 5941,
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.logitech_1": {
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.logitech_2": {
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
+ -12.992461204528809,
5
+ 107.32367706298828,
6
+ 108.12193298339844,
7
+ 68.60132598876953,
8
+ 17.74106788635254,
9
+ 14.091293334960938
10
+ ],
11
+ "std": [
12
+ 30.93086051940918,
13
+ 45.03691101074219,
14
+ 46.78401565551758,
15
+ 26.31430435180664,
16
+ 39.427024841308594,
17
+ 18.10413932800293
18
+ ],
19
+ "max": [
20
+ 52.294921875,
21
+ 191.162109375,
22
+ 180.0,
23
+ 105.380859375,
24
+ 135.263671875,
25
+ 88.16567993164062
26
+ ],
27
+ "min": [
28
+ -64.599609375,
29
+ 13.623046875,
30
+ -11.42578125,
31
+ -9.4921875,
32
+ -119.00390625,
33
+ -0.19723865389823914
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -12.83993148803711,
39
+ 105.5686264038086,
40
+ 108.55132293701172,
41
+ 68.14495849609375,
42
+ 17.664234161376953,
43
+ 14.228780746459961
44
+ ],
45
+ "std": [
46
+ 30.545400619506836,
47
+ 45.37754821777344,
48
+ 46.47311019897461,
49
+ 26.157312393188477,
50
+ 38.99631881713867,
51
+ 17.622661590576172
52
+ ],
53
+ "max": [
54
+ 51.6796875,
55
+ 190.72265625,
56
+ 180.263671875,
57
+ 105.1171875,
58
+ 134.384765625,
59
+ 86.39514923095703
60
+ ],
61
+ "min": [
62
+ -63.896484375,
63
+ 12.392578125,
64
+ -5.44921875,
65
+ -8.0859375,
66
+ -117.7734375,
67
+ 0.25996533036231995
68
+ ]
69
+ },
70
+ "observation.images.logitech_1": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.45257964730262756
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.43841174244880676
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.44311586022377014
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.20705142617225647
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.22218723595142365
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.22197546064853668
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.logitech_2": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.4632164537906647
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.4148000180721283
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.3824620544910431
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.2502018213272095
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.2673989236354828
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.26130083203315735
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
+ 19.78854751586914
213
+ ],
214
+ "std": [
215
+ 11.43669319152832
216
+ ],
217
+ "max": [
218
+ 39.766666412353516
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 593.6566772460938
227
+ ],
228
+ "std": [
229
+ 343.10076904296875
230
+ ],
231
+ "max": [
232
+ 1193.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 2.009763479232788
241
+ ],
242
+ "std": [
243
+ 1.4107242822647095
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 2970.00048828125
255
+ ],
256
+ "std": [
257
+ 1715.0185546875
258
+ ],
259
+ "max": [
260
+ 5940.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": "0:4 expert test sample, 5:9 bad disposition, 10:14 dropping items"}
videos/chunk-000/observation.images.logitech_1/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6b57e9df241c8b2ca501e70a186d0b4584c04caff7bc584c37e69393ebbcc12
3
+ size 12721399
videos/chunk-000/observation.images.logitech_1/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db3d02ab695c907a609e3015532c20bca841768cabd401a79633525d219be7c
3
+ size 13511322
videos/chunk-000/observation.images.logitech_1/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049c5b5e4eeafc3dfd855db44e9065d86d6f499e64674aefa7790ad1c7fab25d
3
+ size 13376514
videos/chunk-000/observation.images.logitech_1/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dee106cf562148cc3aa065c4dd7a3b8926379d50d81dcdccc78afcd05e4ed2d0
3
+ size 13349837
videos/chunk-000/observation.images.logitech_1/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9536da64f200951b4f388072cf141253a8da694dc4b7c7daa02cc4269e55c1
3
+ size 13355844
videos/chunk-000/observation.images.logitech_2/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398e77c39263db6b1c93d0dd6070e4ebf799876cd986f1af354373d205eb49d3
3
+ size 12140142
videos/chunk-000/observation.images.logitech_2/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b58a0d3e3eb88e5543f1da732cd2be3de0c01873f8490b4400967d8e5b269706
3
+ size 13082213
videos/chunk-000/observation.images.logitech_2/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:141a140ea5c96607cafa57a0efc44b341e2fff4970f2b3fc36e35be56c891ec2
3
+ size 12509817
videos/chunk-000/observation.images.logitech_2/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e64ccd99ee50a32ea6efbbce830dc4fb1a0464023f918924bac6a3a181d98307
3
+ size 12332078
videos/chunk-000/observation.images.logitech_2/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fa627f163463eb06070bec4f2200c3ca19618986bdcd6ff9f924db82be1045b
3
+ size 12641809