inifyy commited on
Commit
27b3ba5
·
verified ·
1 Parent(s): 67ef047

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:965ebe418a09095f0b065f2defef8ecf525887f7c4f2811510230ea656afb3e4
3
+ size 26181
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c42bbd17db49132aa2ffaff4a99dfa6c53e685610b65738b9e70d99f14ca3c09
3
+ size 30672
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick_and_place"], "length": 597}
2
+ {"episode_index": 1, "tasks": ["pick_and_place"], "length": 597}
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": 1194,
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": 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
+ -16.90723991394043,
5
+ 158.32192993164062,
6
+ 152.53768920898438,
7
+ 72.54132843017578,
8
+ 16.49796485900879,
9
+ 18.9091739654541
10
+ ],
11
+ "std": [
12
+ 22.66558074951172,
13
+ 40.74921417236328,
14
+ 27.503700256347656,
15
+ 6.572782516479492,
16
+ 19.88720703125,
17
+ 27.82509994506836
18
+ ],
19
+ "max": [
20
+ 5.2734375,
21
+ 194.853515625,
22
+ 177.01171875,
23
+ 102.744140625,
24
+ 53.96484375,
25
+ 85.51136016845703
26
+ ],
27
+ "min": [
28
+ -67.8515625,
29
+ 80.771484375,
30
+ 99.580078125,
31
+ 56.513671875,
32
+ -6.943359375,
33
+ 0.28409090638160706
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -16.898488998413086,
39
+ 156.87823486328125,
40
+ 152.28651428222656,
41
+ 72.06275177001953,
42
+ 16.305622100830078,
43
+ 21.50596809387207
44
+ ],
45
+ "std": [
46
+ 22.30436897277832,
47
+ 40.99158477783203,
48
+ 27.290952682495117,
49
+ 6.479278564453125,
50
+ 19.61094856262207,
51
+ 26.992103576660156
52
+ ],
53
+ "max": [
54
+ 4.306640625,
55
+ 193.7109375,
56
+ 176.923828125,
57
+ 101.865234375,
58
+ 52.734375,
59
+ 83.55501556396484
60
+ ],
61
+ "min": [
62
+ -66.97265625,
63
+ 79.541015625,
64
+ 100.634765625,
65
+ 56.77734375,
66
+ -5.537109375,
67
+ 0.8464329242706299
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.7113636136054993
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5911827087402344
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4664308428764343
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.28216999769210815
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.24097836017608643
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.1986345648765564
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.933335304260254
143
+ ],
144
+ "std": [
145
+ 5.744627475738525
146
+ ],
147
+ "max": [
148
+ 19.866666793823242
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 298.0
157
+ ],
158
+ "std": [
159
+ 172.3388214111328
160
+ ],
161
+ "max": [
162
+ 596.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 0.5
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
+ 596.5
185
+ ],
186
+ "std": [
187
+ 344.6780090332031
188
+ ],
189
+ "max": [
190
+ 1193.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": "pick_and_place"}
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:d0a1de1589b864e756e215c1f994321f6300ef5343e699648abf706479f7a31c
3
+ size 4189100
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:20bb2558c0ba8cb6590dd623410b1ac992695b378e5913da0b20dc3e38fc3a3f
3
+ size 4288009