pengjunkun commited on
Commit
174419c
·
verified ·
1 Parent(s): 648021c

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:312d3349ed5ecdb72786cc68c7d006f6095c1451b14aca54abb03198ddd2fd3e
3
+ size 61125
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a40f18c25f37114c2c5d4e71a361222f0d85351919df6238bd1f36f79a66f83
3
+ size 61212
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8cb2e5280f95bfad50a58b7901add6b532dee1248aad8ebbf6e452c5492c34b
3
+ size 60693
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2beeada40793c9bb29e56fc0f850145e83f8e9ea1b733d75a9a9470901364668
3
+ size 60110
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33cb904c7d6009fa4141db6477d8316ca43636f72493b46c71e6641503f4e918
3
+ size 59340
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Pushing the T into the hole"], "length": 881}
2
+ {"episode_index": 1, "tasks": ["Pushing the T into the hole"], "length": 889}
3
+ {"episode_index": 2, "tasks": ["Pushing the T into the hole"], "length": 892}
4
+ {"episode_index": 3, "tasks": ["Pushing the T into the hole"], "length": 894}
5
+ {"episode_index": 4, "tasks": ["Pushing the T into the hole"], "length": 889}
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": 4445,
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.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": "h264",
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
+ 10.683381080627441,
5
+ 18.554113388061523,
6
+ 30.148893356323242,
7
+ 13.077153205871582,
8
+ -103.17839813232422,
9
+ 0.15265047550201416
10
+ ],
11
+ "std": [
12
+ 12.73905086517334,
13
+ 30.381752014160156,
14
+ 29.388938903808594,
15
+ 44.24671173095703,
16
+ 20.750293731689453,
17
+ 0.38441914319992065
18
+ ],
19
+ "max": [
20
+ 61.24906539916992,
21
+ 107.59791564941406,
22
+ 138.94232177734375,
23
+ 105.03303527832031,
24
+ -70.8704833984375,
25
+ 1.9820475578308105
26
+ ],
27
+ "min": [
28
+ -5.736392974853516,
29
+ -10.091381072998047,
30
+ -4.099857330322266,
31
+ -41.86461639404297,
32
+ -192.57928466796875,
33
+ -0.11792370676994324
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 10.398785591125488,
39
+ 16.630237579345703,
40
+ 30.54811668395996,
41
+ 12.847675323486328,
42
+ -102.49894714355469,
43
+ 0.26049378514289856
44
+ ],
45
+ "std": [
46
+ 12.52360725402832,
47
+ 29.931955337524414,
48
+ 29.116798400878906,
49
+ 43.204978942871094,
50
+ 20.376258850097656,
51
+ 0.12599550187587738
52
+ ],
53
+ "max": [
54
+ 60.029296875,
55
+ 103.18359375,
56
+ 137.28515625,
57
+ 102.568359375,
58
+ -70.751953125,
59
+ 0.8202323913574219
60
+ ],
61
+ "min": [
62
+ -5.185546875,
63
+ -9.84375,
64
+ -0.791015625,
65
+ -39.462890625,
66
+ -177.1875,
67
+ -0.2734107971191406
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5804637670516968
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5843020677566528
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4241276979446411
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.20359215140342712
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.20343054831027985
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.17420285940170288
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
+ 14.800365447998047
143
+ ],
144
+ "std": [
145
+ 8.555034637451172
146
+ ],
147
+ "max": [
148
+ 29.766666412353516
149
+ ],
150
+ "min": [
151
+ 0.0
152
+ ]
153
+ },
154
+ "frame_index": {
155
+ "mean": [
156
+ 444.0108947753906
157
+ ],
158
+ "std": [
159
+ 256.65106201171875
160
+ ],
161
+ "max": [
162
+ 893.0
163
+ ],
164
+ "min": [
165
+ 0.0
166
+ ]
167
+ },
168
+ "episode_index": {
169
+ "mean": [
170
+ 2.0047247409820557
171
+ ],
172
+ "std": [
173
+ 1.4120562076568604
174
+ ],
175
+ "max": [
176
+ 4.0
177
+ ],
178
+ "min": [
179
+ 0.0
180
+ ]
181
+ },
182
+ "index": {
183
+ "mean": [
184
+ 2221.999755859375
185
+ ],
186
+ "std": [
187
+ 1283.1610107421875
188
+ ],
189
+ "max": [
190
+ 4444.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": "Pushing the T into the hole"}
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:79ed7677b15ddb7cb321289e589206648c8d42549dc9e1b061222f2d59ad8014
3
+ size 8777886
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:ca1d81aecf1539e1d85f5931522236724b28af026941dfa82cd588b39f2f7d17
3
+ size 8884242
videos/chunk-000/observation.images.laptop/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d43ad1900074b1f32c121a69005dd69cb78db9cb87c016df2a546d77ce76082
3
+ size 8974053
videos/chunk-000/observation.images.laptop/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5936dcb7e005fce37d024f17f7c547b0b4c541d0a2f5edf91a44d5ad2aff65f
3
+ size 8747862
videos/chunk-000/observation.images.laptop/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cadd99bbf10eb28610741abd2d0daef2b11445e61b0a50b765987e11095e5a62
3
+ size 8255102