ZCM5115 commited on
Commit
5f31cfa
·
verified ·
1 Parent(s): afb6ad7

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:cd038f2f27e5e9f7b2343fdace41392b4d7c3163e498ec42b9840a0682474e82
3
+ size 30410
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a25fd6af57754340e5b62cf1d412d2c31bf1dbfea9d42f4c2f967bf8caa07f
3
+ size 33299
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a151509233334cdf14f3d95800c7987e9c95e019bb0f3fb1861a12cb517fb6
3
+ size 29748
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:069b8078f64801b6733d183a25c9b17c15031e69603d2d8c5f311fd294cd4643
3
+ size 28407
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:452adca7294e5e153909f91da62711e7fd1f44ad72e670baf597c3cbcc2ce2db
3
+ size 36818
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["tutorial"], "length": 755}
2
+ {"episode_index": 1, "tasks": ["tutorial"], "length": 757}
3
+ {"episode_index": 2, "tasks": ["tutorial"], "length": 778}
4
+ {"episode_index": 3, "tasks": ["tutorial"], "length": 742}
5
+ {"episode_index": 4, "tasks": ["tutorial"], "length": 770}
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": 3802,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 720,
60
+ "video.width": 1280,
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.hikvision": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 720,
83
+ "video.width": 1280,
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
+ 6.261453151702881,
5
+ 136.82177734375,
6
+ 121.93677520751953,
7
+ 74.33768463134766,
8
+ -79.99156188964844,
9
+ 6.601625442504883
10
+ ],
11
+ "std": [
12
+ 11.967375755310059,
13
+ 71.46942138671875,
14
+ 84.4876708984375,
15
+ 11.654510498046875,
16
+ 21.72435188293457,
17
+ 10.180830001831055
18
+ ],
19
+ "max": [
20
+ 38.408203125,
21
+ 189.931640625,
22
+ 182.8125,
23
+ 97.91015625,
24
+ -16.259765625,
25
+ 45.35714340209961
26
+ ],
27
+ "min": [
28
+ -13.095703125,
29
+ 13.095703125,
30
+ -11.689453125,
31
+ 21.62109375,
32
+ -106.69921875,
33
+ -0.5357142686843872
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 6.144626140594482,
39
+ 134.98301696777344,
40
+ 121.92407989501953,
41
+ 73.93310546875,
42
+ -79.45893859863281,
43
+ 6.477509498596191
44
+ ],
45
+ "std": [
46
+ 11.640522003173828,
47
+ 72.28669738769531,
48
+ 83.36698150634766,
49
+ 11.585585594177246,
50
+ 21.728004455566406,
51
+ 9.963725090026855
52
+ ],
53
+ "max": [
54
+ 38.056640625,
55
+ 189.404296875,
56
+ 182.373046875,
57
+ 97.119140625,
58
+ -16.083984375,
59
+ 44.860450744628906
60
+ ],
61
+ "min": [
62
+ -12.568359375,
63
+ 13.271484375,
64
+ -10.283203125,
65
+ 22.1484375,
66
+ -104.23828125,
67
+ 0.06807351857423782
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.6153409481048584
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.597088098526001
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.5610088109970093
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.2645365595817566
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.2589532136917114
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.24800965189933777
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.hikvision": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.5515735149383545
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.5526461601257324
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.558152437210083
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.19606244564056396
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.18671393394470215
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.18376827239990234
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
+ 12.660090446472168
213
+ ],
214
+ "std": [
215
+ 7.322872638702393
216
+ ],
217
+ "max": [
218
+ 25.899999618530273
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 379.8028259277344
227
+ ],
228
+ "std": [
229
+ 219.6861572265625
230
+ ],
231
+ "max": [
232
+ 777.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 2.0039455890655518
241
+ ],
242
+ "std": [
243
+ 1.413743019104004
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1900.4993896484375
255
+ ],
256
+ "std": [
257
+ 1097.54296875
258
+ ],
259
+ "max": [
260
+ 3801.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": "tutorial"}
videos/chunk-000/observation.images.hikvision/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78b9b7c8cd0afb3e03d0400b7f8d8d2f5f5bcc30af5a3811d912b39e84ddde9b
3
+ size 7923022
videos/chunk-000/observation.images.hikvision/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a042aadedaab0e03271eb9ec9edccb231f10bece00433d8896dbd09f6cd09dc
3
+ size 7203269
videos/chunk-000/observation.images.hikvision/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adf9abbd01eea0549786f51e07f1634aecedefe198dec268e9f98647f3f762d3
3
+ size 7516564
videos/chunk-000/observation.images.hikvision/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e2115ff360797103ee0dadec969dbd68fa8cc55425906f2b1cf76dc1b869c4
3
+ size 6627407
videos/chunk-000/observation.images.hikvision/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c6c28c0d52750cd4ffd3c3e09fe096cee89ed7073a57d1e7f2da81c5d142bb6
3
+ size 8350331
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:62cd1b90ddba335af3fd1c3f56389084a519733bbce9c1d1546a2d59749b1cad
3
+ size 25981508
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:244c92cebfae39bf5222dbc553571120ac7d60ecc10a4a953ceee5c18f6ff85e
3
+ size 26904381
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:e5a6dc8f2e759a43f0cf1251dfabfbafd50c5267307f1c4d6f344bc7e5a17c3d
3
+ size 27465788
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:4cf410e2f4a0c944239f8f935dc9ae7e89051ce289e015bea8e2fc809881de64
3
+ size 26714703
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:c075326e2dc667873fd791146ddab3cce419caa04180325d219a8ed3f2202c7f
3
+ size 27811058