guozhen0 commited on
Commit
b2ac58f
·
verified ·
1 Parent(s): fbc63ca

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:65a5515410fb6344c3989f64231980f7b843d8567316a758e21f7afbe4717c95
3
+ size 43611
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:210873794138aca286771f5394076398eeee10dc3d76b57ba733d1ecd5453741
3
+ size 43620
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab55722ce4094718adbd7fbf43f154d41040706ff5fc8e57f1cd8b9de4edba3c
3
+ size 43508
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfeed499311e34908663277e566728ac76a4bd1b29a0d2fc03dd623d07d58011
3
+ size 41588
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f118a9318f0011486bdf3f373274d6c53f75a8df8629b747d3775c3d620ca975
3
+ size 41861
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["act_eval"], "length": 591}
2
+ {"episode_index": 1, "tasks": ["act_eval"], "length": 597}
3
+ {"episode_index": 2, "tasks": ["act_eval"], "length": 597}
4
+ {"episode_index": 3, "tasks": ["act_eval"], "length": 598}
5
+ {"episode_index": 4, "tasks": ["act_eval"], "length": 597}
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": 2980,
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.phone": {
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
+ 14.574874877929688,
5
+ 145.91738891601562,
6
+ 138.32907104492188,
7
+ 47.33042907714844,
8
+ -4.101362705230713,
9
+ 13.26666259765625
10
+ ],
11
+ "std": [
12
+ 11.743191719055176,
13
+ 39.49932098388672,
14
+ 32.44711685180664,
15
+ 7.419773578643799,
16
+ 8.252920150756836,
17
+ 16.671846389770508
18
+ ],
19
+ "max": [
20
+ 50.74130630493164,
21
+ 192.43914794921875,
22
+ 180.80844116210938,
23
+ 68.59068298339844,
24
+ 16.919313430786133,
25
+ 44.88020324707031
26
+ ],
27
+ "min": [
28
+ 5.302992820739746,
29
+ 85.97943115234375,
30
+ 95.25825500488281,
31
+ 14.43240737915039,
32
+ -23.473787307739258,
33
+ -0.9614839553833008
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 13.958717346191406,
39
+ 144.6192626953125,
40
+ 139.14759826660156,
41
+ 47.15616226196289,
42
+ -4.090867519378662,
43
+ 15.306530952453613
44
+ ],
45
+ "std": [
46
+ 11.663626670837402,
47
+ 39.849613189697266,
48
+ 31.55170440673828,
49
+ 7.153120994567871,
50
+ 7.819398880004883,
51
+ 15.557014465332031
52
+ ],
53
+ "max": [
54
+ 49.74609375,
55
+ 191.77734375,
56
+ 179.47265625,
57
+ 67.587890625,
58
+ 15.556640625,
59
+ 43.807918548583984
60
+ ],
61
+ "min": [
62
+ 4.921875,
63
+ 86.484375,
64
+ 97.822265625,
65
+ 15.46875,
66
+ -22.587890625,
67
+ 0.4212299883365631
68
+ ]
69
+ },
70
+ "observation.images.phone": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.3603217601776123
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.3484307825565338
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.3632930815219879
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.3050863742828369
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.29255110025405884
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.3041672110557556
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.916841506958008
143
+ ],
144
+ "std": [
145
+ 5.735315799713135
146
+ ],
147
+ "max": [
148
+ 19.899999618530273
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 297.5054626464844
157
+ ],
158
+ "std": [
159
+ 172.0594024658203
160
+ ],
161
+ "max": [
162
+ 597.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 2.004361391067505
171
+ ],
172
+ "std": [
173
+ 1.4126638174057007
174
+ ],
175
+ "max": [
176
+ 4.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 1489.4993896484375
185
+ ],
186
+ "std": [
187
+ 860.2518310546875
188
+ ],
189
+ "max": [
190
+ 2979.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": "act_eval"}
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5e602b87fce7b53e54a10e6ca6bf7116c10ab66b619eec9471fe6ebb0dbc091
3
+ size 6496070
videos/chunk-000/observation.images.phone/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9797b01b30c7cdc9be5d1370ea2fae35483365400fac4d08513a421af88bfe77
3
+ size 6468156
videos/chunk-000/observation.images.phone/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99623b8a6bb1e35a50ac41a2fc03e1a4ce5f8f7ba42c625cc67d75b893b43088
3
+ size 6472920
videos/chunk-000/observation.images.phone/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a876aabaad8090aac7e718f6ba10b5d6fa63a517a2620a0da1016123c00260f8
3
+ size 6293446
videos/chunk-000/observation.images.phone/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:831420a6b48163f23005fa29a2738f4491993c975c577ebd1906ed661bcadacc
3
+ size 6308493