DimiSch commited on
Commit
d524e7f
·
verified ·
1 Parent(s): fe8bdbb

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:ed9b0ac71ccc3eaf1db91f18295cab5b4d35c0b7fd01d670387ae625f211dda6
3
+ size 119091
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3060ceb068bdf11a37c57213b2c2c9f7b87b698ef92755a51f9e329ba10a3cf
3
+ size 122594
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c99aff01e320daeefc61e9821c211380e3d6dd0e6d5a87f22d71a0941701fa
3
+ size 110622
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 2384}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 2384}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 2313}
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": 7081,
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.realsense": {
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
+ 7.772410869598389,
5
+ 102.23416137695312,
6
+ 94.50456237792969,
7
+ 72.34152221679688,
8
+ -11.426572799682617,
9
+ 22.18089485168457
10
+ ],
11
+ "std": [
12
+ 22.162118911743164,
13
+ 32.58301544189453,
14
+ 35.21957778930664,
15
+ 17.367473602294922,
16
+ 6.393519878387451,
17
+ 19.343183517456055
18
+ ],
19
+ "max": [
20
+ 46.58203125,
21
+ 191.865234375,
22
+ 175.4296875,
23
+ 103.359375,
24
+ 4.921875,
25
+ 73.50352478027344
26
+ ],
27
+ "min": [
28
+ -30.41015625,
29
+ 50.888671875,
30
+ 27.421875,
31
+ 37.177734375,
32
+ -41.396484375,
33
+ -0.6161971688270569
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 7.591536045074463,
39
+ 98.72080993652344,
40
+ 96.3296127319336,
41
+ 72.12210083007812,
42
+ -10.879961967468262,
43
+ 22.286569595336914
44
+ ],
45
+ "std": [
46
+ 21.517650604248047,
47
+ 32.12440872192383,
48
+ 34.36556625366211,
49
+ 17.27109146118164,
50
+ 6.3089470863342285,
51
+ 18.479934692382812
52
+ ],
53
+ "max": [
54
+ 44.82421875,
55
+ 188.701171875,
56
+ 176.1328125,
57
+ 102.83203125,
58
+ 3.955078125,
59
+ 70.08436584472656
60
+ ],
61
+ "min": [
62
+ -29.70703125,
63
+ 50.80078125,
64
+ 30.849609375,
65
+ 39.375,
66
+ -40.166015625,
67
+ 0.3893575668334961
68
+ ]
69
+ },
70
+ "observation.images.realsense": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5028460025787354
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.46484172344207764
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4211834669113159
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.23804517090320587
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.25335201621055603
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.2763538062572479
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
+ 39.33015060424805
143
+ ],
144
+ "std": [
145
+ 22.725919723510742
146
+ ],
147
+ "max": [
148
+ 79.43333435058594
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 1179.9031982421875
157
+ ],
158
+ "std": [
159
+ 681.7775268554688
160
+ ],
161
+ "max": [
162
+ 2383.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 0.989973247051239
171
+ ],
172
+ "std": [
173
+ 0.8143854737281799
174
+ ],
175
+ "max": [
176
+ 2.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 3539.999267578125
185
+ ],
186
+ "std": [
187
+ 2044.1077880859375
188
+ ],
189
+ "max": [
190
+ 7080.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.realsense/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610bd7d40842e851aa3a66a977c2483768a9895c0cce1737e9607ac91b36eb63
3
+ size 32298242
videos/chunk-000/observation.images.realsense/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad7c06f3e1efb54927e29182f3ddab937c4a84e4697122a44886ce3e968a37be
3
+ size 32281528
videos/chunk-000/observation.images.realsense/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d10ded23b1a56717b9c393da407cfff85bf7f3806033204a6675b17e1b1eac9d
3
+ size 31225100