lyl472324464 commited on
Commit
203cfb5
·
verified ·
1 Parent(s): 21736b7

normalize task indices to contiguous 0-based values

Browse files
Files changed (2) hide show
  1. data/chunk-000/file-000.parquet +2 -2
  2. meta/info.json +237 -237
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ae493e4c880bd607b49389ddcb23e5d098dac73d93689612da2ca2953e35307
3
- size 11342691
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67aae9ca43dc7d2b5cb7f3844b7551714801dcdd559bbaf2ceb3a521b704b17b
3
+ size 8744433
meta/info.json CHANGED
@@ -1,241 +1,241 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "aloha",
4
- "total_episodes": 50,
5
- "total_frames": 150000,
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:50"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- },
41
- "action": {
42
- "dtype": "float32",
43
- "shape": [
44
- 14
45
- ],
46
- "names": [
47
- [
48
- "left_waist",
49
- "left_shoulder",
50
- "left_elbow",
51
- "left_forearm_roll",
52
- "left_wrist_angle",
53
- "left_wrist_rotate",
54
- "left_gripper",
55
- "right_waist",
56
- "right_shoulder",
57
- "right_elbow",
58
- "right_forearm_roll",
59
- "right_wrist_angle",
60
- "right_wrist_rotate",
61
- "right_gripper"
62
- ]
63
- ]
64
- },
65
- "observation.velocity": {
66
- "dtype": "float32",
67
- "shape": [
68
- 14
69
- ],
70
- "names": [
71
- [
72
- "left_waist",
73
- "left_shoulder",
74
- "left_elbow",
75
- "left_forearm_roll",
76
- "left_wrist_angle",
77
- "left_wrist_rotate",
78
- "left_gripper",
79
- "right_waist",
80
- "right_shoulder",
81
- "right_elbow",
82
- "right_forearm_roll",
83
- "right_wrist_angle",
84
- "right_wrist_rotate",
85
- "right_gripper"
86
- ]
87
- ]
88
- },
89
- "observation.effort": {
90
- "dtype": "float32",
91
- "shape": [
92
- 14
93
- ],
94
- "names": [
95
- [
96
- "left_waist",
97
- "left_shoulder",
98
- "left_elbow",
99
- "left_forearm_roll",
100
- "left_wrist_angle",
101
- "left_wrist_rotate",
102
- "left_gripper",
103
- "right_waist",
104
- "right_shoulder",
105
- "right_elbow",
106
- "right_forearm_roll",
107
- "right_wrist_angle",
108
- "right_wrist_rotate",
109
- "right_gripper"
110
- ]
111
- ]
112
- },
113
- "observation.images.cam_high": {
114
- "dtype": "video",
115
- "shape": [
116
- 3,
117
- 480,
118
- 640
119
- ],
120
- "names": [
121
- "channels",
122
- "height",
123
- "width"
124
- ],
125
- "info": {
126
- "video.height": 480,
127
- "video.width": 640,
128
- "video.codec": "av1",
129
- "video.pix_fmt": "yuv420p",
130
- "video.is_depth_map": false,
131
- "video.fps": 50,
132
- "video.channels": 3,
133
- "has_audio": false
134
- }
135
- },
136
- "observation.images.cam_low": {
137
- "dtype": "video",
138
- "shape": [
139
- 3,
140
- 480,
141
- 640
142
- ],
143
- "names": [
144
- "channels",
145
- "height",
146
- "width"
147
- ],
148
- "info": {
149
- "video.height": 480,
150
- "video.width": 640,
151
- "video.codec": "av1",
152
- "video.pix_fmt": "yuv420p",
153
- "video.is_depth_map": false,
154
- "video.fps": 50,
155
- "video.channels": 3,
156
- "has_audio": false
157
- }
158
- },
159
- "observation.images.cam_left_wrist": {
160
- "dtype": "video",
161
- "shape": [
162
- 3,
163
- 480,
164
- 640
165
- ],
166
- "names": [
167
- "channels",
168
- "height",
169
- "width"
170
- ],
171
- "info": {
172
- "video.height": 480,
173
- "video.width": 640,
174
- "video.codec": "av1",
175
- "video.pix_fmt": "yuv420p",
176
- "video.is_depth_map": false,
177
- "video.fps": 50,
178
- "video.channels": 3,
179
- "has_audio": false
180
- }
181
- },
182
- "observation.images.cam_right_wrist": {
183
- "dtype": "video",
184
- "shape": [
185
- 3,
186
- 480,
187
- 640
188
- ],
189
- "names": [
190
- "channels",
191
- "height",
192
- "width"
193
- ],
194
- "info": {
195
- "video.height": 480,
196
- "video.width": 640,
197
- "video.codec": "av1",
198
- "video.pix_fmt": "yuv420p",
199
- "video.is_depth_map": false,
200
- "video.fps": 50,
201
- "video.channels": 3,
202
- "has_audio": false
203
- }
204
- },
205
- "task_index": {
206
- "dtype": "int64",
207
- "shape": [
208
- 1
209
- ],
210
- "names": null
211
- },
212
- "timestamp": {
213
- "dtype": "float32",
214
- "shape": [
215
- 1
216
- ],
217
- "names": null
218
- },
219
- "frame_index": {
220
- "dtype": "int64",
221
- "shape": [
222
- 1
223
- ],
224
- "names": null
225
- },
226
- "episode_index": {
227
- "dtype": "int64",
228
- "shape": [
229
- 1
230
- ],
231
- "names": null
232
- },
233
- "index": {
234
- "dtype": "int64",
235
- "shape": [
236
- 1
237
- ],
238
- "names": null
239
- }
240
  }
 
241
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 50,
5
+ "total_frames": 150000,
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:50"
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
  },
41
+ "action": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 14
45
+ ],
46
+ "names": [
47
+ [
48
+ "left_waist",
49
+ "left_shoulder",
50
+ "left_elbow",
51
+ "left_forearm_roll",
52
+ "left_wrist_angle",
53
+ "left_wrist_rotate",
54
+ "left_gripper",
55
+ "right_waist",
56
+ "right_shoulder",
57
+ "right_elbow",
58
+ "right_forearm_roll",
59
+ "right_wrist_angle",
60
+ "right_wrist_rotate",
61
+ "right_gripper"
62
+ ]
63
+ ]
64
+ },
65
+ "observation.velocity": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 14
69
+ ],
70
+ "names": [
71
+ [
72
+ "left_waist",
73
+ "left_shoulder",
74
+ "left_elbow",
75
+ "left_forearm_roll",
76
+ "left_wrist_angle",
77
+ "left_wrist_rotate",
78
+ "left_gripper",
79
+ "right_waist",
80
+ "right_shoulder",
81
+ "right_elbow",
82
+ "right_forearm_roll",
83
+ "right_wrist_angle",
84
+ "right_wrist_rotate",
85
+ "right_gripper"
86
+ ]
87
+ ]
88
+ },
89
+ "observation.effort": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 14
93
+ ],
94
+ "names": [
95
+ [
96
+ "left_waist",
97
+ "left_shoulder",
98
+ "left_elbow",
99
+ "left_forearm_roll",
100
+ "left_wrist_angle",
101
+ "left_wrist_rotate",
102
+ "left_gripper",
103
+ "right_waist",
104
+ "right_shoulder",
105
+ "right_elbow",
106
+ "right_forearm_roll",
107
+ "right_wrist_angle",
108
+ "right_wrist_rotate",
109
+ "right_gripper"
110
+ ]
111
+ ]
112
+ },
113
+ "observation.images.cam_high": {
114
+ "dtype": "video",
115
+ "shape": [
116
+ 3,
117
+ 480,
118
+ 640
119
+ ],
120
+ "names": [
121
+ "channels",
122
+ "height",
123
+ "width"
124
+ ],
125
+ "info": {
126
+ "video.height": 480,
127
+ "video.width": 640,
128
+ "video.codec": "av1",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "video.fps": 50,
132
+ "video.channels": 3,
133
+ "has_audio": false
134
+ }
135
+ },
136
+ "observation.images.cam_low": {
137
+ "dtype": "video",
138
+ "shape": [
139
+ 3,
140
+ 480,
141
+ 640
142
+ ],
143
+ "names": [
144
+ "channels",
145
+ "height",
146
+ "width"
147
+ ],
148
+ "info": {
149
+ "video.height": 480,
150
+ "video.width": 640,
151
+ "video.codec": "av1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "video.fps": 50,
155
+ "video.channels": 3,
156
+ "has_audio": false
157
+ }
158
+ },
159
+ "observation.images.cam_left_wrist": {
160
+ "dtype": "video",
161
+ "shape": [
162
+ 3,
163
+ 480,
164
+ 640
165
+ ],
166
+ "names": [
167
+ "channels",
168
+ "height",
169
+ "width"
170
+ ],
171
+ "info": {
172
+ "video.height": 480,
173
+ "video.width": 640,
174
+ "video.codec": "av1",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "video.fps": 50,
178
+ "video.channels": 3,
179
+ "has_audio": false
180
+ }
181
+ },
182
+ "observation.images.cam_right_wrist": {
183
+ "dtype": "video",
184
+ "shape": [
185
+ 3,
186
+ 480,
187
+ 640
188
+ ],
189
+ "names": [
190
+ "channels",
191
+ "height",
192
+ "width"
193
+ ],
194
+ "info": {
195
+ "video.height": 480,
196
+ "video.width": 640,
197
+ "video.codec": "av1",
198
+ "video.pix_fmt": "yuv420p",
199
+ "video.is_depth_map": false,
200
+ "video.fps": 50,
201
+ "video.channels": 3,
202
+ "has_audio": false
203
+ }
204
+ },
205
+ "task_index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "timestamp": {
213
+ "dtype": "float32",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "frame_index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "episode_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ },
233
+ "index": {
234
+ "dtype": "int64",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  }
240
+ }
241
  }