jackvial commited on
Commit
f9c6d93
·
verified ·
1 Parent(s): a2be828

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:2b3a006cbdae29e610b825d39bc55a4d51602bc8269a4051b11f74c731d0f24d
3
+ size 11479
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af1cef2e6d897a2bef6c0361c946d83e3153fd1010ae560be73d7beaaf78f99f
3
+ size 17271
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["create_lerobot_dataset_card_fix_test_0"], "length": 296}
2
+ {"episode_index": 1, "tasks": ["create_lerobot_dataset_card_fix_test_0"], "length": 297}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 2,
5
+ "total_frames": 593,
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.main": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 600,
49
+ 800,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 600,
60
+ "video.width": 800,
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.552220821380615,
5
+ 123.07428741455078,
6
+ 154.608642578125,
7
+ 11.148324966430664,
8
+ -5.152940273284912,
9
+ 34.1651496887207
10
+ ],
11
+ "std": [
12
+ 26.35856819152832,
13
+ 19.2820987701416,
14
+ 33.24562072753906,
15
+ 36.24485397338867,
16
+ 7.855661869049072,
17
+ 0.6436253190040588
18
+ ],
19
+ "max": [
20
+ 87.275390625,
21
+ 133.59375,
22
+ 176.8359375,
23
+ 85.341796875,
24
+ 17.314453125,
25
+ 35.5078125
26
+ ],
27
+ "min": [
28
+ -62.40234375,
29
+ 73.212890625,
30
+ 82.08984375,
31
+ -14.677734375,
32
+ -27.333984375,
33
+ 32.34375
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 6.90452766418457,
39
+ 119.35205841064453,
40
+ 152.89340209960938,
41
+ 14.297566413879395,
42
+ -4.332725524902344,
43
+ 33.383174896240234
44
+ ],
45
+ "std": [
46
+ 26.308021545410156,
47
+ 18.39531135559082,
48
+ 31.448701858520508,
49
+ 34.20429229736328,
50
+ 7.70377254486084,
51
+ 0.48143887519836426
52
+ ],
53
+ "max": [
54
+ 86.30859375,
55
+ 129.375,
56
+ 173.232421875,
57
+ 83.056640625,
58
+ 16.435546875,
59
+ 34.62890625
60
+ ],
61
+ "min": [
62
+ -60.99609375,
63
+ 72.7734375,
64
+ 84.0234375,
65
+ -10.01953125,
66
+ -26.630859375,
67
+ 32.255859375
68
+ ]
69
+ },
70
+ "observation.images.main": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.4047868847846985
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.41781511902809143
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.3429500460624695
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.22597521543502808
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.22864364087581635
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.10080374032258987
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
+ 4.925014495849609
143
+ ],
144
+ "std": [
145
+ 2.853080987930298
146
+ ],
147
+ "max": [
148
+ 9.866666793823242
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 147.75042724609375
157
+ ],
158
+ "std": [
159
+ 85.59242248535156
160
+ ],
161
+ "max": [
162
+ 296.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 0.5008431673049927
171
+ ],
172
+ "std": [
173
+ 0.4999992549419403
174
+ ],
175
+ "max": [
176
+ 1.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 295.9999694824219
185
+ ],
186
+ "std": [
187
+ 171.18409729003906
188
+ ],
189
+ "max": [
190
+ 592.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": "create_lerobot_dataset_card_fix_test_0"}
videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da272f847a78339ff48e83951dea8f78ab1cfcdd17d50c6b6c3e00426302257
3
+ size 1945228
videos/chunk-000/observation.images.main/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:830b8b1ffc4c9a661d8afc2207106879590803c4c7c1a46fc0a6f3204072dc55
3
+ size 1967933