samsam0510 commited on
Commit
0bd079d
·
verified ·
1 Parent(s): c5f37e3

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:80f16bb5be14777c6a9475b2d3e43a06c535085f9cffded5881f4a2f84ef2859
3
+ size 15199
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42c422d9a2a8a9535f6c0629d3e3852a05ffdf4c9d08ffdf762fad88b650bf16
3
+ size 19509
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c373d826ed34a5e4ef846a3404facceba4b1ecc4387ef88faf545eb6e0292d
3
+ size 21118
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["test"], "length": 203}
2
+ {"episode_index": 1, "tasks": ["test"], "length": 297}
3
+ {"episode_index": 2, "tasks": ["test"], "length": 332}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 3,
5
+ "total_frames": 832,
6
+ "total_tasks": 1,
7
+ "total_videos": 6,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:3"
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": "h264",
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": "h264",
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
+ -16.528507232666016,
5
+ 118.51204681396484,
6
+ 112.28986358642578,
7
+ 68.57340240478516,
8
+ -25.437257766723633,
9
+ 10.024820327758789
10
+ ],
11
+ "std": [
12
+ 10.108536720275879,
13
+ 41.61982345581055,
14
+ 52.65657424926758,
15
+ 20.89311408996582,
16
+ 18.91654396057129,
17
+ 12.598432540893555
18
+ ],
19
+ "max": [
20
+ 7.3828125,
21
+ 191.162109375,
22
+ 178.681640625,
23
+ 103.798828125,
24
+ 6.767578125,
25
+ 35.934959411621094
26
+ ],
27
+ "min": [
28
+ -30.673828125,
29
+ 31.025390625,
30
+ -13.798828125,
31
+ 15.1171875,
32
+ -50.009765625,
33
+ -0.08130080997943878
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -16.00665855407715,
39
+ 113.08966827392578,
40
+ 112.00118255615234,
41
+ 67.47854614257812,
42
+ -18.908628463745117,
43
+ 11.625112533569336
44
+ ],
45
+ "std": [
46
+ 10.014159202575684,
47
+ 43.164974212646484,
48
+ 52.40427780151367,
49
+ 20.38462257385254,
50
+ 12.550248146057129,
51
+ 10.841338157653809
52
+ ],
53
+ "max": [
54
+ 5.80078125,
55
+ 191.337890625,
56
+ 179.296875,
57
+ 102.744140625,
58
+ 4.833984375,
59
+ 34.672306060791016
60
+ ],
61
+ "min": [
62
+ -29.794921875,
63
+ 27.158203125,
64
+ -7.03125,
65
+ 17.40234375,
66
+ -29.091796875,
67
+ 0.7751938104629517
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.458230197429657
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.4650658071041107
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4437445402145386
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.20397810637950897
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.2260424792766571
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.21944937109947205
102
+ ]
103
+ ]
104
+ ],
105
+ "max": [
106
+ [
107
+ [
108
+ 0.9725490212440491
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.3679739236831665
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.37579402327537537
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.35084736347198486
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.21495164930820465
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.21221524477005005
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.206467404961586
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
+ 4.783853054046631
213
+ ],
214
+ "std": [
215
+ 2.9379098415374756
216
+ ],
217
+ "max": [
218
+ 11.033333778381348
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 143.51565551757812
227
+ ],
228
+ "std": [
229
+ 88.13726043701172
230
+ ],
231
+ "max": [
232
+ 331.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.1550480127334595
241
+ ],
242
+ "std": [
243
+ 0.786758542060852
244
+ ],
245
+ "max": [
246
+ 2.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 415.5
255
+ ],
256
+ "std": [
257
+ 240.17752075195312
258
+ ],
259
+ "max": [
260
+ 831.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": "test"}
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:fde498a4cc3110413a74df641e4f7259e45faf7f5db963761acb96de79dee749
3
+ size 1479957
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:fe0bc6d9d0e01fdd38a60add70044fc0815b9d650b7b283e192a0dc034d352cd
3
+ size 2214520
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:295ba6c957bf7d431133374e49972965610f3b476e48f09d8ca8c0aefcb43f3a
3
+ size 2606143
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:7f60bfe5867f010e5706fcf9ab09967aa95806c3bbfb6c8fd39aeec59ba158ae
3
+ size 3036927
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:dc9fd00dcf72d69c51377a3d6d19787af8b2d0861fcff8799a9cc2d1b31bd0e8
3
+ size 4419094
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:c75ce3e32ef7281c41c79ba425aa2e8add8a94ce1899025282990e8c49d81eae
3
+ size 4944560