K1CH commited on
Commit
8ba60e3
·
verified ·
1 Parent(s): 7dcc24b

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:e3afb00ca0cf134c67dab3cab3739daa30d3fb0150cf5565e76153c45e3b28c4
3
+ size 28744
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de878df2718ecb5b4c16d360df90101bb3c19b5a5289f986683e2759d076c578
3
+ size 31035
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp green sponge and put it in the box."], "length": 596}
2
+ {"episode_index": 1, "tasks": ["Grasp green sponge and put it in the box."], "length": 596}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 2,
5
+ "total_frames": 1192,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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": 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
+ 9.842717170715332,
5
+ 127.7057876586914,
6
+ 110.81871795654297,
7
+ 54.95744705200195,
8
+ 0.8342235088348389,
9
+ 12.8317289352417
10
+ ],
11
+ "std": [
12
+ 15.662423133850098,
13
+ 58.14933776855469,
14
+ 71.35218811035156,
15
+ 25.0318603515625,
16
+ 4.094858646392822,
17
+ 15.853124618530273
18
+ ],
19
+ "max": [
20
+ 36.826171875,
21
+ 191.162109375,
22
+ 176.484375,
23
+ 103.359375,
24
+ 15.556640625,
25
+ 53.712188720703125
26
+ ],
27
+ "min": [
28
+ -46.142578125,
29
+ 27.861328125,
30
+ -16.083984375,
31
+ -11.162109375,
32
+ -5.9765625,
33
+ -0.18331804871559143
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 9.466971397399902,
39
+ 126.88094329833984,
40
+ 113.56190490722656,
41
+ 54.904788970947266,
42
+ 0.8160853385925293,
43
+ 13.010491371154785
44
+ ],
45
+ "std": [
46
+ 15.063553810119629,
47
+ 58.36526870727539,
48
+ 67.31037139892578,
49
+ 24.80801010131836,
50
+ 3.588026285171509,
51
+ 15.086067199707031
52
+ ],
53
+ "max": [
54
+ 35.5078125,
55
+ 190.546875,
56
+ 176.1328125,
57
+ 102.744140625,
58
+ 14.58984375,
59
+ 52.674896240234375
60
+ ],
61
+ "min": [
62
+ -43.41796875,
63
+ 25.927734375,
64
+ -1.318359375,
65
+ -7.734375,
66
+ -4.5703125,
67
+ 0.3429355323314667
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5786331295967102
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5925595164299011
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.5826400518417358
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.2434452474117279
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.22277766466140747
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.22351323068141937
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
+ 9.916666984558105
143
+ ],
144
+ "std": [
145
+ 5.735004901885986
146
+ ],
147
+ "max": [
148
+ 19.83333396911621
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 297.49993896484375
157
+ ],
158
+ "std": [
159
+ 172.05014038085938
160
+ ],
161
+ "max": [
162
+ 595.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 0.4999999701976776
171
+ ],
172
+ "std": [
173
+ 0.5
174
+ ],
175
+ "max": [
176
+ 1.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 595.4998779296875
185
+ ],
186
+ "std": [
187
+ 344.10064697265625
188
+ ],
189
+ "max": [
190
+ 1191.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:ca974127a6abde9d77d9fcbf1c3e0312f94defad673034200ee2dd3f34e9ef80
3
+ size 961598
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:2f4eb929d80a834e40648b51ef7ceb7218bedd9ef8d2d8217cd123ec0d05b326
3
+ size 1419337