K1CH commited on
Commit
d8b0ee6
·
verified ·
1 Parent(s): fd88140

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:4a590e7ddedbc6fdfc6b238e550b5528d16a9a7ad89dcdc9dc8685ee0f859200
3
+ size 43226
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abac4e0916fcff952169cc24c03f90a288e3f172d8c3d761211b6b2428d5dece
3
+ size 44653
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:055e75caee01fcf7357f7848bd6bf32328ce44aa2bcd6cb5a9ba7acaf5265e5a
3
+ size 39230
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp green sponge and put it in the box."], "length": 893}
2
+ {"episode_index": 1, "tasks": ["Grasp green sponge and put it in the box."], "length": 893}
3
+ {"episode_index": 2, "tasks": ["Grasp green sponge and put it in the box."], "length": 893}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 3,
5
+ "total_frames": 2679,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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": 640,
60
+ "video.width": 480,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/stats.json ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 24.540372848510742,
5
+ 134.48748779296875,
6
+ 126.52973937988281,
7
+ 65.91639709472656,
8
+ -19.777517318725586,
9
+ 9.199322700500488
10
+ ],
11
+ "std": [
12
+ 22.30622100830078,
13
+ 46.934593200683594,
14
+ 40.007110595703125,
15
+ 15.171708106994629,
16
+ 10.514086723327637,
17
+ 13.398755073547363
18
+ ],
19
+ "max": [
20
+ 62.05078125,
21
+ 191.162109375,
22
+ 173.759765625,
23
+ 103.88671875,
24
+ 8.26171875,
25
+ 49.86251449584961
26
+ ],
27
+ "min": [
28
+ -37.79296875,
29
+ 8.525390625,
30
+ -16.259765625,
31
+ 27.24609375,
32
+ -49.04296875,
33
+ -0.09165902435779572
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 24.008750915527344,
39
+ 133.26351928710938,
40
+ 127.42474365234375,
41
+ 65.67891693115234,
42
+ -19.24794578552246,
43
+ 9.327768325805664
44
+ ],
45
+ "std": [
46
+ 22.022306442260742,
47
+ 47.43718719482422,
48
+ 39.401084899902344,
49
+ 15.016068458557129,
50
+ 10.412099838256836,
51
+ 12.800092697143555
52
+ ],
53
+ "max": [
54
+ 61.5234375,
55
+ 191.25,
56
+ 173.408203125,
57
+ 103.095703125,
58
+ 7.91015625,
59
+ 48.628257751464844
60
+ ],
61
+ "min": [
62
+ -37.001953125,
63
+ 11.953125,
64
+ -2.197265625,
65
+ 28.125,
66
+ -47.197265625,
67
+ 0.20576131343841553
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.623172402381897
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.6195407509803772
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.605817437171936
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.27420422434806824
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.24022789299488068
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.23398977518081665
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
+ "timestamp": {
141
+ "mean": [
142
+ 14.866667747497559
143
+ ],
144
+ "std": [
145
+ 8.592891693115234
146
+ ],
147
+ "max": [
148
+ 29.733333587646484
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 445.9998474121094
157
+ ],
158
+ "std": [
159
+ 257.7867736816406
160
+ ],
161
+ "max": [
162
+ 892.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 0.9999997615814209
171
+ ],
172
+ "std": [
173
+ 0.8164963722229004
174
+ ],
175
+ "max": [
176
+ 2.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 1339.000244140625
185
+ ],
186
+ "std": [
187
+ 773.3605346679688
188
+ ],
189
+ "max": [
190
+ 2678.0
191
+ ],
192
+ "min": [
193
+ 0.0
194
+ ]
195
+ },
196
+ "task_index": {
197
+ "mean": [
198
+ 0.0
199
+ ],
200
+ "std": [
201
+ 0.0
202
+ ],
203
+ "max": [
204
+ 0.0
205
+ ],
206
+ "min": [
207
+ 0.0
208
+ ]
209
+ }
210
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp green sponge and put it in the box."}
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:becb55feb687393d9f224b05d922604c015b649d34c4c4ab456afc8435c4e55e
3
+ size 2162003
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:ff280b1d0413f9c8d2472ef2ef5224aedd6a54e7d5370d75daa33efce0ab69bb
3
+ size 1568488
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:e26bf0e23aa9f75985da16be28e18826e0c1f62da78629c2c6802edc5081dfdd
3
+ size 3855571