raidavid commited on
Commit
ece3ac5
·
verified ·
1 Parent(s): 1a0e11d

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:f15ddcdf423bdda5f64c699094d05c286cdd74b69f039165f9bd3769384489a8
3
+ size 7930
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc1cf79866e0a39104115d7c323b13b93a94271612490c0224e40e0a4886de38
3
+ size 7712
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95671eb149eda7987df1fa13f4825c4f4ce4e1d98b24f12fd18f3fc0764fb76f
3
+ size 7289
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3ce9422152094e05bee7f23ebffaa6b7e6061e69edc28b5ccfdd135cf28476
3
+ size 6728
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57402d01e727538898f40ee692d8ca6b0e722b3960b579756dc267646f292400
3
+ size 5445
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["raidavid/test"], "length": 90}
2
+ {"episode_index": 1, "tasks": ["raidavid/test"], "length": 90}
3
+ {"episode_index": 2, "tasks": ["raidavid/test"], "length": 90}
4
+ {"episode_index": 3, "tasks": ["raidavid/test"], "length": 90}
5
+ {"episode_index": 4, "tasks": ["raidavid/test"], "length": 90}
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": 450,
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
+ -30.475976943969727,
5
+ 190.2620849609375,
6
+ 177.099609375,
7
+ 40.123435974121094,
8
+ -7.419530391693115,
9
+ 0.018315020948648453
10
+ ],
11
+ "std": [
12
+ 11.655608177185059,
13
+ 0.12360920757055283,
14
+ 0.0,
15
+ 23.23418617248535,
16
+ 31.288127899169922,
17
+ 0.03663003817200661
18
+ ],
19
+ "max": [
20
+ -14.765625,
21
+ 190.458984375,
22
+ 177.099609375,
23
+ 76.46484375,
24
+ 79.1015625,
25
+ 0.09157509356737137
26
+ ],
27
+ "min": [
28
+ -51.943359375,
29
+ 189.140625,
30
+ 177.099609375,
31
+ 5.44921875,
32
+ -58.88671875,
33
+ 0.0
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -29.551759719848633,
39
+ 187.5076446533203,
40
+ 174.0234375,
41
+ 38.62773132324219,
42
+ -6.6484375,
43
+ 0.456620991230011
44
+ ],
45
+ "std": [
46
+ 10.84737491607666,
47
+ 0.043379172682762146,
48
+ 0.0,
49
+ 22.03818130493164,
50
+ 29.542678833007812,
51
+ 0.0
52
+ ],
53
+ "max": [
54
+ -15.205078125,
55
+ 187.55859375,
56
+ 174.0234375,
57
+ 75.673828125,
58
+ 76.9921875,
59
+ 0.456620991230011
60
+ ],
61
+ "min": [
62
+ -50.625,
63
+ 187.470703125,
64
+ 174.0234375,
65
+ 7.734375,
66
+ -57.48046875,
67
+ 0.456620991230011
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.517757773399353
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5405946373939514
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.5284742116928101
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.3146006166934967
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.3073713481426239
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.30232998728752136
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.4556305706501007
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.4722593128681183
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.45483091473579407
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.2877575159072876
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.28734269738197327
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.282402902841568
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
+ 1.4833333492279053
213
+ ],
214
+ "std": [
215
+ 0.8659720420837402
216
+ ],
217
+ "max": [
218
+ 2.9666666984558105
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 44.5
227
+ ],
228
+ "std": [
229
+ 25.979158401489258
230
+ ],
231
+ "max": [
232
+ 89.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.9999998807907104
241
+ ],
242
+ "std": [
243
+ 1.4142135381698608
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 224.50001525878906
255
+ ],
256
+ "std": [
257
+ 129.9034881591797
258
+ ],
259
+ "max": [
260
+ 449.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": "raidavid/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:60755db2bcabdbd40baccb646654736f8c3b06f050e15b9a89a9b484a577acc9
3
+ size 1583635
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:6afcd5dc0252d87e534fc2d22fa1b7a78a4bd5e96b562feecce7a1cd78409643
3
+ size 1585614
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:cd2ae30abacc546701ef2b7e5cade55dcd03d768b254d69be8634ffa6f1805fd
3
+ size 1587505
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:fe44af94c097ae49f455951bf5fe00cf05b8cdecf7d54ad800165d100b90e1c4
3
+ size 1602552
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:93c35ad6657d4a2f779fe9bef9db0b2239db9b47a4fb3840249bd0f65ce37403
3
+ size 1596945
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:5c0e469e212b523754c7061ce8aae0953c9b9754272f1a0bd672b1d0d561c6fd
3
+ size 931740
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:848fcf14aea6404573da19d849d94baa0131ad6ecb8ee496df612e7b1f1a43fd
3
+ size 931499
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:f76f46744cec9ecf03dccddff2577c40ce6d024816bbe5fc395fc4e1d5261377
3
+ size 953364
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:90d00c19f6470e5e17f3814d46592dcc69f32175bc065ed25ad7923021b8c214
3
+ size 900553
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:4a6abbf178c6cd1c3383b5eea97550e3391a0dad45629ec7e2d0c3c3a24d586a
3
+ size 835446