jackyckhsu98 commited on
Commit
e192f48
·
verified ·
1 Parent(s): 6fc6635

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:7fbd168de3bac84fd52aded3b1fe0f08a663fdb6b9cbf99979bddf9055ab60a7
3
+ size 38974
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e522535d807e92ccaa45b29d2dce724b0795d2667e41f90125568714c35baa6
3
+ size 40057
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a26d57d694e619dad4e4b72be0f147c15bc2f5bb008214ccc17ea5debff38a2
3
+ size 40225
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c91a07fbca00881bd301aa1bf14da102c8d3fa005b89931726bf00dfb71052fc
3
+ size 40175
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20691b0417d9c3265768ecb1877685c1aec323cd867c86b19844df97deb0d49
3
+ size 39922
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 563}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 576}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 576}
4
+ {"episode_index": 3, "tasks": ["Grasp a lego block and put it in the bin."], "length": 577}
5
+ {"episode_index": 4, "tasks": ["Grasp a lego block and put it in the bin."], "length": 576}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 5,
5
+ "total_frames": 2868,
6
+ "total_tasks": 1,
7
+ "total_videos": 5,
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
+ "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
+ -1.4813377857208252,
5
+ 35.68073272705078,
6
+ -15.3783597946167,
7
+ 80.08926391601562,
8
+ -187.64617919921875,
9
+ 14.45423412322998
10
+ ],
11
+ "std": [
12
+ 11.617987632751465,
13
+ 6.746126651763916,
14
+ 0.030795389786362648,
15
+ 10.246285438537598,
16
+ 8.729109764099121,
17
+ 16.625587463378906
18
+ ],
19
+ "max": [
20
+ 27.396648406982422,
21
+ 48.538665771484375,
22
+ -15.30148696899414,
23
+ 97.4469223022461,
24
+ -166.65428161621094,
25
+ 56.41250991821289
26
+ ],
27
+ "min": [
28
+ -15.965285301208496,
29
+ 21.758222579956055,
30
+ -15.481310844421387,
31
+ 54.82024383544922,
32
+ -200.75782775878906,
33
+ -4.212944984436035
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -1.1285731792449951,
39
+ 32.28359603881836,
40
+ -14.045642852783203,
41
+ 79.74429321289062,
42
+ 183.6517791748047,
43
+ 14.815317153930664
44
+ ],
45
+ "std": [
46
+ 11.163496971130371,
47
+ 6.009728908538818,
48
+ 0.13168799877166748,
49
+ 10.166461944580078,
50
+ 2.0356698036193848,
51
+ 15.70835018157959
52
+ ],
53
+ "max": [
54
+ 26.71875,
55
+ 44.296875,
56
+ -13.798828125,
57
+ 96.416015625,
58
+ 193.623046875,
59
+ 55.136085510253906
60
+ ],
61
+ "min": [
62
+ -14.853515625,
63
+ 21.09375,
64
+ -14.94140625,
65
+ 54.755859375,
66
+ 182.63671875,
67
+ -2.6338894367218018
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5027744174003601
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5329874753952026
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4921087920665741
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.27034011483192444
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.27860227227211
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.27193114161491394
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.54415225982666
143
+ ],
144
+ "std": [
145
+ 5.520867347717285
146
+ ],
147
+ "max": [
148
+ 19.200000762939453
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 286.3244323730469
157
+ ],
158
+ "std": [
159
+ 165.62603759765625
160
+ ],
161
+ "max": [
162
+ 576.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 2.0094144344329834
171
+ ],
172
+ "std": [
173
+ 1.410849690437317
174
+ ],
175
+ "max": [
176
+ 4.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 1433.5
185
+ ],
186
+ "std": [
187
+ 827.9201049804688
188
+ ],
189
+ "max": [
190
+ 2867.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 a lego block and put it in the bin."}
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:0a6ba44e9018711b1c9d9934bac6ba6fe6af6870ac84e04c1ff1d6e6168e8d69
3
+ size 4717143
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:90d4f0a074a351ca0c37f7582dd3947b2dbbbba16545b0c2f1ae8316e9bb8ad3
3
+ size 4835464
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:da9f6c2bd603150959445389ab4976f514bda723d5291cfe59fd0a6305d34620
3
+ size 4891685
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:6a13680b431e18049b9283ebc70ebfdf657c394f75cb8db1004416cea25d4d79
3
+ size 4974186
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:4aa7ba759aa00d0e294fc7da2e16521e12efb9ab992c86d3038262aa7a09f8f7
3
+ size 4977107