HITHY commited on
Commit
f50ea84
·
verified ·
1 Parent(s): fc22a9a

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:c25114537c70420bbfcee5084af1616b67917f0898cf81b3c55ce0295c56200d
3
+ size 26412
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f7933f36f746cb1c46c7cd340ff8708b397b6d8c62eda3e27de6cc71bd71f6
3
+ size 25366
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["teleoperation"], "length": 521}
2
+ {"episode_index": 1, "tasks": ["teleoperation"], "length": 437}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 2,
5
+ "total_frames": 958,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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
+ 3.877187490463257,
5
+ 118.53810119628906,
6
+ 107.3953628540039,
7
+ 83.93875885009766,
8
+ -1.4487274885177612,
9
+ 10.764153480529785
10
+ ],
11
+ "std": [
12
+ 12.614385604858398,
13
+ 53.94196701049805,
14
+ 55.70294952392578,
15
+ 14.284232139587402,
16
+ 8.121586799621582,
17
+ 19.97615623474121
18
+ ],
19
+ "max": [
20
+ 27.861328125,
21
+ 189.140625,
22
+ 179.384765625,
23
+ 103.359375,
24
+ 19.951171875,
25
+ 48.921566009521484
26
+ ],
27
+ "min": [
28
+ -12.744140625,
29
+ 48.8671875,
30
+ 38.935546875,
31
+ 59.94140625,
32
+ -28.4765625,
33
+ -8.13725471496582
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 3.94049072265625,
39
+ 116.49361419677734,
40
+ 107.55839538574219,
41
+ 83.397216796875,
42
+ -1.4495526552200317,
43
+ 14.99739933013916
44
+ ],
45
+ "std": [
46
+ 12.245020866394043,
47
+ 54.369049072265625,
48
+ 55.02638626098633,
49
+ 14.12896728515625,
50
+ 7.611539840698242,
51
+ 19.113189697265625
52
+ ],
53
+ "max": [
54
+ 26.806640625,
55
+ 188.525390625,
56
+ 178.505859375,
57
+ 102.83203125,
58
+ 18.896484375,
59
+ 48.343849182128906
60
+ ],
61
+ "min": [
62
+ -11.77734375,
63
+ 48.076171875,
64
+ 39.814453125,
65
+ 59.765625,
66
+ -25.048828125,
67
+ -3.627760410308838
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.50446617603302
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5222705006599426
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4564988911151886
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.20598989725112915
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.22676891088485718
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.24220451712608337
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.6154163479804993
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.6813442707061768
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.6926587224006653
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.2249627709388733
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.20398543775081635
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.18184353411197662
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.03529411926865578
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.06666667014360428
206
+ ]
207
+ ]
208
+ ]
209
+ },
210
+ "timestamp": {
211
+ "mean": [
212
+ 8.028046607971191
213
+ ],
214
+ "std": [
215
+ 4.713881492614746
216
+ ],
217
+ "max": [
218
+ 17.33333396911621
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 240.84133911132812
227
+ ],
228
+ "std": [
229
+ 141.4164276123047
230
+ ],
231
+ "max": [
232
+ 520.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 0.45615866780281067
241
+ ],
242
+ "std": [
243
+ 0.4980742335319519
244
+ ],
245
+ "max": [
246
+ 1.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 478.50006103515625
255
+ ],
256
+ "std": [
257
+ 276.5506591796875
258
+ ],
259
+ "max": [
260
+ 957.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": "teleoperation"}
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:cf65271d34241cf8d193549537bb8bd879a87f44f3fdc3c412b577bb8776432c
3
+ size 4036528
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:47dfecaf44728461e92a5ef86f8322399ef0e685380a76123384c35ed8cb5bb5
3
+ size 3343920
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:2c8feaa787a1b1d8447cb57966751d8145765e55b491b76b03c33fc4eaa82d2b
3
+ size 3875568
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:0470f41a12ce9a204d1e2a7a0fb5614dfeab7b0082fe41e20cbb2d7df99e6ab7
3
+ size 3339606