aractingi HF Staff commited on
Commit
21eead1
·
verified ·
1 Parent(s): 24766c4

fix(meta): cast fps to int in meta/info.json

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