sk1700 commited on
Commit
852339c
·
verified ·
1 Parent(s): 5bf5666

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5bd796d50f93c1b2b75c5008b753c1a5517febe3f3597da1a79882ee2c7a582
3
+ size 53337
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3744a8cbe14a69b168e5c0866e7224d9843232d5283582fe7d4170a769752605
3
+ size 35099
meta/info.json CHANGED
@@ -1,215 +1,222 @@
1
  {
2
- "codebase_version": "v2.1",
3
- "robot_type": "ur5e",
4
- "total_episodes": 4,
5
- "total_frames": 550,
6
- "total_tasks": 1,
7
- "total_videos": 8,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:4"
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
- "camera_keys": [
17
- "observation.images.wrist",
18
- "observation.images.front"
19
- ],
20
- "features": {
21
- "action": {
22
- "dtype": "float32",
23
- "shape": [
24
- 6
25
- ],
26
- "names": [
27
- "shoulder_pan.dq",
28
- "shoulder_lift.dq",
29
- "elbow_flex.dq",
30
- "wrist_1.dq",
31
- "wrist_2.dq",
32
- "wrist_3.dq"
33
- ]
34
  },
35
- "observation.state": {
36
- "dtype": "float32",
37
- "shape": [
38
- 6
39
- ],
40
- "names": [
41
- "shoulder_pan.pos",
42
- "shoulder_lift.pos",
43
- "elbow_flex.pos",
44
- "wrist_1.pos",
45
- "wrist_2.pos",
46
- "wrist_3.pos"
47
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  },
49
- "observation.images.wrist": {
50
- "dtype": "video",
51
- "shape": [
52
- 480,
53
- 640,
54
- 3
55
- ],
56
- "names": [
57
- "height",
58
- "width",
59
- "channels"
60
- ],
61
- "info": {
62
- "video.height": 480,
63
- "video.width": 640,
64
- "video.codec": "avc1",
65
- "video.pix_fmt": "yuv420p",
66
- "video.is_depth_map": false,
67
- "video.fps": 30,
68
- "video.channels": 3,
69
- "has_audio": false
70
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  },
72
- "observation.images.front": {
73
- "dtype": "video",
74
- "shape": [
75
- 480,
76
- 640,
77
- 3
78
- ],
79
- "names": [
80
- "height",
81
- "width",
82
- "channels"
83
- ],
84
- "info": {
85
- "video.height": 480,
86
- "video.width": 640,
87
- "video.codec": "avc1",
88
- "video.pix_fmt": "yuv420p",
89
- "video.is_depth_map": false,
90
- "video.fps": 30,
91
- "video.channels": 3,
92
- "has_audio": false
93
- }
94
- },
95
- "timestamp": {
96
- "dtype": "float32",
97
- "shape": [
98
- 1
99
- ],
100
- "names": null
101
- },
102
- "frame_index": {
103
- "dtype": "int64",
104
- "shape": [
105
- 1
106
- ],
107
- "names": null
108
- },
109
- "episode_index": {
110
- "dtype": "int64",
111
- "shape": [
112
- 1
113
- ],
114
- "names": null
115
- },
116
- "index": {
117
- "dtype": "int64",
118
- "shape": [
119
- 1
120
- ],
121
- "names": null
122
- },
123
- "task_index": {
124
- "dtype": "int64",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null
129
- }
130
- },
131
- "stats": {
132
- "action": {
133
- "min": [
134
- -0.03516244888305664,
135
- -0.03666555881500244,
136
- -0.028196334838867188,
137
- -0.05927276611328125,
138
- -0.003513336181640625,
139
- -0.035086631774902344
140
- ],
141
- "max": [
142
- 0.03890180587768555,
143
- 0.03495287895202637,
144
- 0.03058481216430664,
145
- 0.05866861343383789,
146
- 0.003105640411376953,
147
- 0.03865933418273926
148
- ],
149
- "mean": [
150
- 0.00015841310674493962,
151
- 3.432317213578658e-05,
152
- 2.7178851040926847e-05,
153
- -6.521224975585937e-05,
154
- -1.4377940784801136e-05,
155
- 0.00015771345658735795
156
- ],
157
- "std": [
158
- 0.012985264831669832,
159
- 0.01299297247502931,
160
- 0.009581806582031824,
161
- 0.020123617728428585,
162
- 0.001139562911612437,
163
- 0.0129527432383738
164
- ]
165
- },
166
- "observation.state": {
167
- "min": [
168
- -0.39394932985305786,
169
- -1.5072095394134521,
170
- 1.6330012083053589,
171
- -2.362252950668335,
172
- -1.5544217824935913,
173
- -3.8160946369171143
174
- ],
175
- "max": [
176
- -0.012267891317605972,
177
- -1.0946621894836426,
178
- 1.8878902196884155,
179
- -1.9693681001663208,
180
- -1.5212405920028687,
181
- -3.4363770484924316
182
- ],
183
- "mean": [
184
- -0.18007703940299424,
185
- -1.2138462417775935,
186
- 1.787124658497897,
187
- -2.2319981700723823,
188
- -1.5392273924567483,
189
- -3.603258642283353
190
- ],
191
- "std": [
192
- 0.076471665240032,
193
- 0.07267080662401168,
194
- 0.05496751021817782,
195
- 0.09698959549596567,
196
- 0.0067228301121415234,
197
- 0.07620110554463871
198
- ]
199
- },
200
- "timestamp": {
201
- "min": [
202
- 0.0
203
- ],
204
- "max": [
205
- 7.0333333015441895
206
- ],
207
- "mean": [
208
- 2.755575656890869
209
- ],
210
- "std": [
211
- 1.8536962270736694
212
- ]
213
- }
214
- }
215
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "ur5e",
4
+ "total_episodes": 4,
5
+ "total_frames": 550,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30.0,
9
+ "splits": {
10
+ "train": "0:4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "camera_keys": [
15
+ "observation.images.wrist",
16
+ "observation.images.front"
17
+ ],
18
+ "features": {
19
+ "action": {
20
+ "dtype": "float32",
21
+ "shape": [
22
+ 6
23
+ ],
24
+ "names": [
25
+ "shoulder_pan.dq",
26
+ "shoulder_lift.dq",
27
+ "elbow_flex.dq",
28
+ "wrist_1.dq",
29
+ "wrist_2.dq",
30
+ "wrist_3.dq"
31
+ ],
32
+ "fps": 30.0
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 6
38
+ ],
39
+ "names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_1.pos",
44
+ "wrist_2.pos",
45
+ "wrist_3.pos"
46
+ ],
47
+ "fps": 30.0
48
+ },
49
+ "observation.images.wrist": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 480,
53
+ 640,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channels"
60
+ ],
61
+ "info": {
62
+ "video.height": 480,
63
+ "video.width": 640,
64
+ "video.codec": "avc1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "video.fps": 30,
68
+ "video.channels": 3,
69
+ "has_audio": false
70
+ }
71
+ },
72
+ "observation.images.front": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 480,
86
+ "video.width": 640,
87
+ "video.codec": "avc1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 30,
91
+ "video.channels": 3,
92
+ "has_audio": false
93
+ }
94
+ },
95
+ "timestamp": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null,
101
+ "fps": 30.0
102
+ },
103
+ "frame_index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null,
109
+ "fps": 30.0
110
+ },
111
+ "episode_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null,
117
+ "fps": 30.0
118
+ },
119
+ "index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null,
125
+ "fps": 30.0
126
+ },
127
+ "task_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null,
133
+ "fps": 30.0
134
+ }
135
  },
136
+ "stats": {
137
+ "action": {
138
+ "min": [
139
+ -0.03516244888305664,
140
+ -0.03666555881500244,
141
+ -0.028196334838867188,
142
+ -0.05927276611328125,
143
+ -0.003513336181640625,
144
+ -0.035086631774902344
145
+ ],
146
+ "max": [
147
+ 0.03890180587768555,
148
+ 0.03495287895202637,
149
+ 0.03058481216430664,
150
+ 0.05866861343383789,
151
+ 0.003105640411376953,
152
+ 0.03865933418273926
153
+ ],
154
+ "mean": [
155
+ 0.00015841310674493962,
156
+ 3.432317213578658e-05,
157
+ 2.7178851040926847e-05,
158
+ -6.521224975585937e-05,
159
+ -1.4377940784801136e-05,
160
+ 0.00015771345658735795
161
+ ],
162
+ "std": [
163
+ 0.012985264831669832,
164
+ 0.01299297247502931,
165
+ 0.009581806582031824,
166
+ 0.020123617728428585,
167
+ 0.001139562911612437,
168
+ 0.0129527432383738
169
+ ]
170
+ },
171
+ "observation.state": {
172
+ "min": [
173
+ -0.39394932985305786,
174
+ -1.5072095394134521,
175
+ 1.6330012083053589,
176
+ -2.362252950668335,
177
+ -1.5544217824935913,
178
+ -3.8160946369171143
179
+ ],
180
+ "max": [
181
+ -0.012267891317605972,
182
+ -1.0946621894836426,
183
+ 1.8878902196884155,
184
+ -1.9693681001663208,
185
+ -1.5212405920028687,
186
+ -3.4363770484924316
187
+ ],
188
+ "mean": [
189
+ -0.18007703940299424,
190
+ -1.2138462417775935,
191
+ 1.787124658497897,
192
+ -2.2319981700723823,
193
+ -1.5392273924567483,
194
+ -3.603258642283353
195
+ ],
196
+ "std": [
197
+ 0.076471665240032,
198
+ 0.07267080662401168,
199
+ 0.05496751021817782,
200
+ 0.09698959549596567,
201
+ 0.0067228301121415234,
202
+ 0.07620110554463871
203
+ ]
204
+ },
205
+ "timestamp": {
206
+ "min": [
207
+ 0.0
208
+ ],
209
+ "max": [
210
+ 7.0333333015441895
211
+ ],
212
+ "mean": [
213
+ 2.755575656890869
214
+ ],
215
+ "std": [
216
+ 1.8536962270736694
217
+ ]
218
+ }
219
  },
220
+ "data_files_size_in_mb": 100,
221
+ "video_files_size_in_mb": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  }
meta/stats.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "episode_index": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 3.0
8
+ ],
9
+ "mean": [
10
+ 1.309090909090909
11
+ ],
12
+ "std": [
13
+ 1.2659560134930334
14
+ ],
15
+ "count": [
16
+ 550
17
+ ]
18
+ },
19
+ "index": {
20
+ "min": [
21
+ 0.0
22
+ ],
23
+ "max": [
24
+ 549.0
25
+ ],
26
+ "mean": [
27
+ 274.5
28
+ ],
29
+ "std": [
30
+ 158.77106159498965
31
+ ],
32
+ "count": [
33
+ 550
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "min": [
38
+ -0.39394932985305786,
39
+ -1.5072095394134521,
40
+ 1.6330012083053589,
41
+ -2.362252950668335,
42
+ -1.5544217824935913,
43
+ -3.8160946369171143
44
+ ],
45
+ "max": [
46
+ -0.012267891317605972,
47
+ -1.0946621894836426,
48
+ 1.8878902196884155,
49
+ -1.9693681001663208,
50
+ -1.5212405920028687,
51
+ -3.4363770484924316
52
+ ],
53
+ "mean": [
54
+ -0.18007703940299424,
55
+ -1.2138462417775935,
56
+ 1.787124658497897,
57
+ -2.2319981700723823,
58
+ -1.5392273924567483,
59
+ -3.603258642283353
60
+ ],
61
+ "std": [
62
+ 0.07647166524003202,
63
+ 0.07267080662401171,
64
+ 0.05496751021817782,
65
+ 0.0969895954959657,
66
+ 0.0067228301121415365,
67
+ 0.07620110554463863
68
+ ],
69
+ "count": [
70
+ 550
71
+ ]
72
+ },
73
+ "frame_index": {
74
+ "min": [
75
+ 0.0
76
+ ],
77
+ "max": [
78
+ 211.0
79
+ ],
80
+ "mean": [
81
+ 82.66727272727273
82
+ ],
83
+ "std": [
84
+ 55.61089021714903
85
+ ],
86
+ "count": [
87
+ 550
88
+ ]
89
+ },
90
+ "action": {
91
+ "min": [
92
+ -0.03516244888305664,
93
+ -0.03666555881500244,
94
+ -0.028196334838867188,
95
+ -0.05927276611328125,
96
+ -0.003513336181640625,
97
+ -0.035086631774902344
98
+ ],
99
+ "max": [
100
+ 0.03890180587768555,
101
+ 0.03495287895202637,
102
+ 0.03058481216430664,
103
+ 0.05866861343383789,
104
+ 0.003105640411376953,
105
+ 0.03865933418273926
106
+ ],
107
+ "mean": [
108
+ 0.00015841310674493962,
109
+ 3.432317213578655e-05,
110
+ 2.7178851040926847e-05,
111
+ -6.521224975585937e-05,
112
+ -1.4377940784801136e-05,
113
+ 0.00015771345658735795
114
+ ],
115
+ "std": [
116
+ 0.012985264831669825,
117
+ 0.012992972475029308,
118
+ 0.009581806582031826,
119
+ 0.020123617728428588,
120
+ 0.0011395629116124368,
121
+ 0.0129527432383738
122
+ ],
123
+ "count": [
124
+ 550
125
+ ]
126
+ },
127
+ "task_index": {
128
+ "min": [
129
+ 0.0
130
+ ],
131
+ "max": [
132
+ 0.0
133
+ ],
134
+ "mean": [
135
+ 0.0
136
+ ],
137
+ "std": [
138
+ 0.0
139
+ ],
140
+ "count": [
141
+ 550
142
+ ]
143
+ },
144
+ "timestamp": {
145
+ "min": [
146
+ 0.0
147
+ ],
148
+ "max": [
149
+ 7.0333333015441895
150
+ ],
151
+ "mean": [
152
+ 2.755575756728649
153
+ ],
154
+ "std": [
155
+ 1.8536963395008579
156
+ ],
157
+ "count": [
158
+ 550
159
+ ]
160
+ }
161
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b24effb5bfaa8f778cc19348b783387c734dd0ec22e1913d9fe288ed6f737e4
3
+ size 2081
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a7f68ef1cbae71ffd6930a21992e98ab171fcd65020deb011bde4eafe091fc7
3
+ size 813357
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8084f41234ec366b13f776082aa1ad7f38e36eae15c31cffc2b653f11f6dfcd1
3
+ size 1817545