DimiSch commited on
Commit
6f09425
·
verified ·
1 Parent(s): 7e4d33e

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:c4b4ecda68b3f4a803143734babd83a8c6a6dcb5bac3d5386b014983f5d971ea
3
+ size 87984
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:230db0dc9e616da7ed911b4a49c28e796acc846f63aedff5f7904f6d6d730280
3
+ size 88979
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e365b83c422fa693daee4685c34c599c2b514f59404c3761b2df6eb699365efe
3
+ size 90002
meta/episodes.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1789}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1789}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1789}
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": 5367,
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
+ 8.58796501159668,
5
+ 98.65686798095703,
6
+ 86.64611053466797,
7
+ 77.71161651611328,
8
+ -17.933992385864258,
9
+ 21.361021041870117
10
+ ],
11
+ "std": [
12
+ 21.478675842285156,
13
+ 32.657474517822266,
14
+ 34.676429748535156,
15
+ 17.179262161254883,
16
+ 7.213975429534912,
17
+ 18.11959457397461
18
+ ],
19
+ "max": [
20
+ 46.318359375,
21
+ 194.23828125,
22
+ 175.95703125,
23
+ 103.447265625,
24
+ -0.17578125,
25
+ 55.36971664428711
26
+ ],
27
+ "min": [
28
+ -32.080078125,
29
+ 57.216796875,
30
+ 20.302734375,
31
+ 41.748046875,
32
+ -45.703125,
33
+ -0.6161971688270569
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 8.461668014526367,
39
+ 95.00413513183594,
40
+ 89.0262451171875,
41
+ 77.45105743408203,
42
+ -17.392053604125977,
43
+ 21.507282257080078
44
+ ],
45
+ "std": [
46
+ 20.886999130249023,
47
+ 32.66070556640625,
48
+ 34.06576156616211,
49
+ 17.074827194213867,
50
+ 7.1457037925720215,
51
+ 17.04644012451172
52
+ ],
53
+ "max": [
54
+ 44.912109375,
55
+ 189.84375,
56
+ 176.1328125,
57
+ 102.83203125,
58
+ -0.263671875,
59
+ 54.574947357177734
60
+ ],
61
+ "min": [
62
+ -30.673828125,
63
+ 55.107421875,
64
+ 26.982421875,
65
+ 42.451171875,
66
+ -44.736328125,
67
+ 0.3893575668334961
68
+ ]
69
+ },
70
+ "observation.images.realsense": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5128049850463867
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.4764711260795593
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4343843460083008
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.24273636937141418
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.25593286752700806
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.27946120500564575
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
+ 29.800006866455078
143
+ ],
144
+ "std": [
145
+ 17.214658737182617
146
+ ],
147
+ "max": [
148
+ 59.599998474121094
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 894.0003051757812
157
+ ],
158
+ "std": [
159
+ 516.4398803710938
160
+ ],
161
+ "max": [
162
+ 1788.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 0.9999999403953552
171
+ ],
172
+ "std": [
173
+ 0.8164963126182556
174
+ ],
175
+ "max": [
176
+ 2.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 2682.99951171875
185
+ ],
186
+ "std": [
187
+ 1549.319091796875
188
+ ],
189
+ "max": [
190
+ 5366.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:cdcd1947586c22c55026b1b19461305d4822497a2ae7f0cc0f2cf71cc5c4d10b
3
+ size 25379842
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:ca1e77ed2bb9446d34f840144c71ec3e27d3a907070db775bf8d1f8807c7e352
3
+ size 24745684
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:bdd4463d467f9a88247b764ef85a112ee447bfef2b7f39be8dfbdb8ae755cf1f
3
+ size 24232462