rabhishek100 commited on
Commit
af3c1e7
·
verified ·
1 Parent(s): eb7bdea

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:c48b247e2fe5e40c3be6fcf0847d5e70db466b9461becfd35052384df262cc46
3
+ size 149717
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fd0643ac3edbf7730143a9de56f55852f021724b2b1bb01f9bbed02df503a2f
3
+ size 100320
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf3c9f52a5bb187c59912f22bf0dc8945c266d5739ad4b6c5fa7cc1a90cde52
3
+ size 149409
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9cef2ad86f3a354736a09bba2e93b2e8d7acba59e6e450a76e70fe055dbfe9f
3
+ size 44292
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5270d2fc663564a8720153e98cc4a23b60a153a97aede54735a9b8e4a247253f
3
+ size 79428
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick_and_place"], "length": 2358}
2
+ {"episode_index": 1, "tasks": ["pick_and_place"], "length": 1547}
3
+ {"episode_index": 2, "tasks": ["pick_and_place"], "length": 2379}
4
+ {"episode_index": 3, "tasks": ["pick_and_place"], "length": 667}
5
+ {"episode_index": 4, "tasks": ["pick_and_place"], "length": 1215}
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": 8166,
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
+ -9.056766510009766,
5
+ 143.5863494873047,
6
+ -230.4412384033203,
7
+ 69.13733673095703,
8
+ -10.728466033935547,
9
+ 2.8727424144744873
10
+ ],
11
+ "std": [
12
+ 22.173988342285156,
13
+ 27.21213150024414,
14
+ 17.7830810546875,
15
+ 8.249557495117188,
16
+ 3.925635814666748,
17
+ 5.074703693389893
18
+ ],
19
+ "max": [
20
+ 29.791278839111328,
21
+ 186.6077880859375,
22
+ -193.1547088623047,
23
+ 84.8240737915039,
24
+ 4.6819539070129395,
25
+ 16.983562469482422
26
+ ],
27
+ "min": [
28
+ -49.113189697265625,
29
+ 91.98484802246094,
30
+ -251.44683837890625,
31
+ 51.213226318359375,
32
+ -18.32819938659668,
33
+ -0.605950117111206
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -9.115270614624023,
39
+ 142.78016662597656,
40
+ -228.63539123535156,
41
+ 68.85562896728516,
42
+ -10.197336196899414,
43
+ 3.411621570587158
44
+ ],
45
+ "std": [
46
+ 21.55246925354004,
47
+ 27.465911865234375,
48
+ 17.702669143676758,
49
+ 8.155466079711914,
50
+ 3.9049360752105713,
51
+ 4.263009548187256
52
+ ],
53
+ "max": [
54
+ 28.212890625,
55
+ 187.55859375,
56
+ -191.513671875,
57
+ 84.111328125,
58
+ 6.943359375,
59
+ 15.513307571411133
60
+ ],
61
+ "min": [
62
+ -48.076171875,
63
+ 91.7578125,
64
+ -249.169921875,
65
+ 51.064453125,
66
+ -17.841796875,
67
+ -1.0646387338638306
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.479288250207901
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.4519226849079132
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.44407615065574646
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.20255807042121887
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.22522595524787903
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.2348705232143402
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.39516180753707886
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.3389999270439148
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.31384947896003723
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.24263271689414978
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.24719831347465515
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.22708286345005035
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
+ 31.688230514526367
213
+ ],
214
+ "std": [
215
+ 21.513885498046875
216
+ ],
217
+ "max": [
218
+ 79.26667022705078
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 950.6458740234375
227
+ ],
228
+ "std": [
229
+ 645.4161376953125
230
+ ],
231
+ "max": [
232
+ 2378.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.6122961044311523
241
+ ],
242
+ "std": [
243
+ 1.367842197418213
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 4082.499755859375
255
+ ],
256
+ "std": [
257
+ 2357.321044921875
258
+ ],
259
+ "max": [
260
+ 8165.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": "pick_and_place"}
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:c45994b779144acfabc87da4761a60f166688c1989bc36cec3d2a5795f82f8a4
3
+ size 19515611
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:22783fee79b0bfd04c008020c8697d7f067e4e150443171376348b9a6355112b
3
+ size 12445481
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:ca8fc06b23bfbaecb1f6cd70016a730902158588a92ec20d6d8abcff37b05a8b
3
+ size 18178119
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:e4bc9acc09dd6724dd84b8b1f322c02fa863420d166fca94cdf6a85f92115092
3
+ size 4929295
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:b76dbaf049e0dc95802fb0db40a28d837d55891c3ff5605240688583d4faf1ab
3
+ size 9126953
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:e5505567381435c9278bbd2154d16e58b43bf520f46eddaad2965222df189b6b
3
+ size 20346425
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:d45e882ea517968923d6bf1a3969329bd76593256e05e03121bbe7c024b1a5d3
3
+ size 12454664
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:4fad5a0fb7f9212be898eeb04b59af3176d12c77e6dc52c85a329cbd9d4f0fda
3
+ size 17864602
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:a66246a728cf1db33f4ce5f722ddc9f28db75b748e1550cda55c1b505a802097
3
+ size 4885430
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:56ce992820973a79c61e6f3f4068d0148a3b28e5d02acd831f1340b8e2344107
3
+ size 8833013