lyl472324464 commited on
Commit
629709a
·
verified ·
1 Parent(s): 02d4bbe

fix task_index shift: meta/info.json

Browse files
Files changed (1) hide show
  1. meta/info.json +245 -245
meta/info.json CHANGED
@@ -1,249 +1,249 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "aloha",
4
- "total_episodes": 100,
5
- "total_frames": 50000,
6
- "total_tasks": 2,
7
- "chunks_size": 1000,
8
- "data_files_size_in_mb": 100,
9
- "video_files_size_in_mb": 200,
10
- "fps": 50,
11
- "splits": {
12
- "train": "0:100"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  },
14
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
- "features": {
17
- "observation.state": {
18
- "dtype": "float32",
19
- "shape": [
20
- 14
21
- ],
22
- "names": [
23
- [
24
- "left_waist",
25
- "left_shoulder",
26
- "left_elbow",
27
- "left_forearm_roll",
28
- "left_wrist_angle",
29
- "left_wrist_rotate",
30
- "left_gripper",
31
- "right_waist",
32
- "right_shoulder",
33
- "right_elbow",
34
- "right_forearm_roll",
35
- "right_wrist_angle",
36
- "right_wrist_rotate",
37
- "right_gripper"
38
- ]
39
- ],
40
- "fps": 50
41
- },
42
- "action": {
43
- "dtype": "float32",
44
- "shape": [
45
- 14
46
- ],
47
- "names": [
48
- [
49
- "left_waist",
50
- "left_shoulder",
51
- "left_elbow",
52
- "left_forearm_roll",
53
- "left_wrist_angle",
54
- "left_wrist_rotate",
55
- "left_gripper",
56
- "right_waist",
57
- "right_shoulder",
58
- "right_elbow",
59
- "right_forearm_roll",
60
- "right_wrist_angle",
61
- "right_wrist_rotate",
62
- "right_gripper"
63
- ]
64
- ],
65
- "fps": 50
66
- },
67
- "observation.velocity": {
68
- "dtype": "float32",
69
- "shape": [
70
- 14
71
- ],
72
- "names": [
73
- [
74
- "left_waist",
75
- "left_shoulder",
76
- "left_elbow",
77
- "left_forearm_roll",
78
- "left_wrist_angle",
79
- "left_wrist_rotate",
80
- "left_gripper",
81
- "right_waist",
82
- "right_shoulder",
83
- "right_elbow",
84
- "right_forearm_roll",
85
- "right_wrist_angle",
86
- "right_wrist_rotate",
87
- "right_gripper"
88
- ]
89
- ],
90
- "fps": 50
91
- },
92
- "observation.effort": {
93
- "dtype": "float32",
94
- "shape": [
95
- 14
96
- ],
97
- "names": [
98
- [
99
- "left_waist",
100
- "left_shoulder",
101
- "left_elbow",
102
- "left_forearm_roll",
103
- "left_wrist_angle",
104
- "left_wrist_rotate",
105
- "left_gripper",
106
- "right_waist",
107
- "right_shoulder",
108
- "right_elbow",
109
- "right_forearm_roll",
110
- "right_wrist_angle",
111
- "right_wrist_rotate",
112
- "right_gripper"
113
- ]
114
- ],
115
- "fps": 50
116
- },
117
- "observation.images.cam_high": {
118
- "dtype": "video",
119
- "shape": [
120
- 3,
121
- 480,
122
- 640
123
- ],
124
- "names": [
125
- "channels",
126
- "height",
127
- "width"
128
- ],
129
- "fps": 50,
130
- "info": {
131
- "video.height": 480,
132
- "video.width": 640,
133
- "video.codec": "av1",
134
- "video.pix_fmt": "yuv420p",
135
- "video.is_depth_map": false,
136
- "video.fps": 50,
137
- "video.channels": 3,
138
- "has_audio": false
139
- }
140
- },
141
- "observation.images.cam_low": {
142
- "dtype": "video",
143
- "shape": [
144
- 3,
145
- 480,
146
- 640
147
- ],
148
- "names": [
149
- "channels",
150
- "height",
151
- "width"
152
- ],
153
- "fps": 50,
154
- "info": {
155
- "video.height": 480,
156
- "video.width": 640,
157
- "video.codec": "av1",
158
- "video.pix_fmt": "yuv420p",
159
- "video.is_depth_map": false,
160
- "video.fps": 50,
161
- "video.channels": 3,
162
- "has_audio": false
163
- }
164
- },
165
- "observation.images.cam_left_wrist": {
166
- "dtype": "video",
167
- "shape": [
168
- 3,
169
- 480,
170
- 640
171
- ],
172
- "names": [
173
- "channels",
174
- "height",
175
- "width"
176
- ],
177
- "fps": 50,
178
- "info": {
179
- "video.height": 480,
180
- "video.width": 640,
181
- "video.codec": "av1",
182
- "video.pix_fmt": "yuv420p",
183
- "video.is_depth_map": false,
184
- "video.fps": 50,
185
- "video.channels": 3,
186
- "has_audio": false
187
- }
188
- },
189
- "observation.images.cam_right_wrist": {
190
- "dtype": "video",
191
- "shape": [
192
- 3,
193
- 480,
194
- 640
195
- ],
196
- "names": [
197
- "channels",
198
- "height",
199
- "width"
200
- ],
201
- "fps": 50,
202
- "info": {
203
- "video.height": 480,
204
- "video.width": 640,
205
- "video.codec": "av1",
206
- "video.pix_fmt": "yuv420p",
207
- "video.is_depth_map": false,
208
- "video.fps": 50,
209
- "video.channels": 3,
210
- "has_audio": false
211
- }
212
- },
213
- "task_index": {
214
- "dtype": "int64",
215
- "shape": [
216
- 1
217
- ],
218
- "names": null
219
- },
220
- "timestamp": {
221
- "dtype": "float32",
222
- "shape": [
223
- 1
224
- ],
225
- "names": null
226
- },
227
- "frame_index": {
228
- "dtype": "int64",
229
- "shape": [
230
- 1
231
- ],
232
- "names": null
233
- },
234
- "episode_index": {
235
- "dtype": "int64",
236
- "shape": [
237
- 1
238
- ],
239
- "names": null
240
- },
241
- "index": {
242
- "dtype": "int64",
243
- "shape": [
244
- 1
245
- ],
246
- "names": null
247
- }
248
  }
 
249
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 100,
5
+ "total_frames": 50000,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 50,
11
+ "splits": {
12
+ "train": "0:100"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 14
21
+ ],
22
+ "names": [
23
+ [
24
+ "left_waist",
25
+ "left_shoulder",
26
+ "left_elbow",
27
+ "left_forearm_roll",
28
+ "left_wrist_angle",
29
+ "left_wrist_rotate",
30
+ "left_gripper",
31
+ "right_waist",
32
+ "right_shoulder",
33
+ "right_elbow",
34
+ "right_forearm_roll",
35
+ "right_wrist_angle",
36
+ "right_wrist_rotate",
37
+ "right_gripper"
38
+ ]
39
+ ],
40
+ "fps": 50
41
  },
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 14
46
+ ],
47
+ "names": [
48
+ [
49
+ "left_waist",
50
+ "left_shoulder",
51
+ "left_elbow",
52
+ "left_forearm_roll",
53
+ "left_wrist_angle",
54
+ "left_wrist_rotate",
55
+ "left_gripper",
56
+ "right_waist",
57
+ "right_shoulder",
58
+ "right_elbow",
59
+ "right_forearm_roll",
60
+ "right_wrist_angle",
61
+ "right_wrist_rotate",
62
+ "right_gripper"
63
+ ]
64
+ ],
65
+ "fps": 50
66
+ },
67
+ "observation.velocity": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 14
71
+ ],
72
+ "names": [
73
+ [
74
+ "left_waist",
75
+ "left_shoulder",
76
+ "left_elbow",
77
+ "left_forearm_roll",
78
+ "left_wrist_angle",
79
+ "left_wrist_rotate",
80
+ "left_gripper",
81
+ "right_waist",
82
+ "right_shoulder",
83
+ "right_elbow",
84
+ "right_forearm_roll",
85
+ "right_wrist_angle",
86
+ "right_wrist_rotate",
87
+ "right_gripper"
88
+ ]
89
+ ],
90
+ "fps": 50
91
+ },
92
+ "observation.effort": {
93
+ "dtype": "float32",
94
+ "shape": [
95
+ 14
96
+ ],
97
+ "names": [
98
+ [
99
+ "left_waist",
100
+ "left_shoulder",
101
+ "left_elbow",
102
+ "left_forearm_roll",
103
+ "left_wrist_angle",
104
+ "left_wrist_rotate",
105
+ "left_gripper",
106
+ "right_waist",
107
+ "right_shoulder",
108
+ "right_elbow",
109
+ "right_forearm_roll",
110
+ "right_wrist_angle",
111
+ "right_wrist_rotate",
112
+ "right_gripper"
113
+ ]
114
+ ],
115
+ "fps": 50
116
+ },
117
+ "observation.images.cam_high": {
118
+ "dtype": "video",
119
+ "shape": [
120
+ 3,
121
+ 480,
122
+ 640
123
+ ],
124
+ "names": [
125
+ "channels",
126
+ "height",
127
+ "width"
128
+ ],
129
+ "fps": 50,
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 50,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.cam_low": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 3,
145
+ 480,
146
+ 640
147
+ ],
148
+ "names": [
149
+ "channels",
150
+ "height",
151
+ "width"
152
+ ],
153
+ "fps": 50,
154
+ "info": {
155
+ "video.height": 480,
156
+ "video.width": 640,
157
+ "video.codec": "av1",
158
+ "video.pix_fmt": "yuv420p",
159
+ "video.is_depth_map": false,
160
+ "video.fps": 50,
161
+ "video.channels": 3,
162
+ "has_audio": false
163
+ }
164
+ },
165
+ "observation.images.cam_left_wrist": {
166
+ "dtype": "video",
167
+ "shape": [
168
+ 3,
169
+ 480,
170
+ 640
171
+ ],
172
+ "names": [
173
+ "channels",
174
+ "height",
175
+ "width"
176
+ ],
177
+ "fps": 50,
178
+ "info": {
179
+ "video.height": 480,
180
+ "video.width": 640,
181
+ "video.codec": "av1",
182
+ "video.pix_fmt": "yuv420p",
183
+ "video.is_depth_map": false,
184
+ "video.fps": 50,
185
+ "video.channels": 3,
186
+ "has_audio": false
187
+ }
188
+ },
189
+ "observation.images.cam_right_wrist": {
190
+ "dtype": "video",
191
+ "shape": [
192
+ 3,
193
+ 480,
194
+ 640
195
+ ],
196
+ "names": [
197
+ "channels",
198
+ "height",
199
+ "width"
200
+ ],
201
+ "fps": 50,
202
+ "info": {
203
+ "video.height": 480,
204
+ "video.width": 640,
205
+ "video.codec": "av1",
206
+ "video.pix_fmt": "yuv420p",
207
+ "video.is_depth_map": false,
208
+ "video.fps": 50,
209
+ "video.channels": 3,
210
+ "has_audio": false
211
+ }
212
+ },
213
+ "task_index": {
214
+ "dtype": "int64",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": null
219
+ },
220
+ "timestamp": {
221
+ "dtype": "float32",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "names": null
226
+ },
227
+ "frame_index": {
228
+ "dtype": "int64",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "names": null
233
+ },
234
+ "episode_index": {
235
+ "dtype": "int64",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ },
241
+ "index": {
242
+ "dtype": "int64",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  }
248
+ }
249
  }