aractingi HF Staff commited on
Commit
49337d0
·
verified ·
1 Parent(s): 600406c

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

Browse files
Files changed (1) hide show
  1. meta/info.json +188 -188
meta/info.json CHANGED
@@ -1,191 +1,191 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "unknown",
4
- "total_episodes": 2460,
5
- "total_frames": 112980,
6
- "total_tasks": 9,
7
- "chunks_size": 1000,
8
- "fps": 5.0,
9
- "splits": {
10
- "train": "0:2460"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.image_1": {
16
- "dtype": "video",
17
- "shape": [
18
- 256,
19
- 256,
20
- 3
21
- ],
22
- "names": [
23
- "height",
24
- "width",
25
- "channel"
26
- ],
27
- "video_info": {
28
- "video.fps": 5.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.image_2": {
36
- "dtype": "video",
37
- "shape": [
38
- 256,
39
- 256,
40
- 3
41
- ],
42
- "names": [
43
- "height",
44
- "width",
45
- "channel"
46
- ],
47
- "video_info": {
48
- "video.fps": 5.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.image_4": {
56
- "dtype": "video",
57
- "shape": [
58
- 256,
59
- 256,
60
- 3
61
- ],
62
- "names": [
63
- "height",
64
- "width",
65
- "channel"
66
- ],
67
- "video_info": {
68
- "video.fps": 5.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.image_3": {
76
- "dtype": "video",
77
- "shape": [
78
- 256,
79
- 256,
80
- 3
81
- ],
82
- "names": [
83
- "height",
84
- "width",
85
- "channel"
86
- ],
87
- "video_info": {
88
- "video.fps": 5.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
- 8
99
- ],
100
- "names": {
101
- "motors": [
102
- "motor_0",
103
- "motor_1",
104
- "motor_2",
105
- "motor_3",
106
- "motor_4",
107
- "motor_5",
108
- "motor_6",
109
- "motor_7"
110
- ]
111
- },
112
- "fps": 5.0
113
- },
114
- "action": {
115
- "dtype": "float32",
116
- "shape": [
117
- 7
118
- ],
119
- "names": {
120
- "motors": [
121
- "motor_0",
122
- "motor_1",
123
- "motor_2",
124
- "motor_3",
125
- "motor_4",
126
- "motor_5",
127
- "motor_6"
128
- ]
129
- },
130
- "fps": 5.0
131
- },
132
- "timestamp": {
133
- "dtype": "float32",
134
- "shape": [
135
- 1
136
- ],
137
- "names": null,
138
- "fps": 5.0
139
- },
140
- "episode_index": {
141
- "dtype": "int64",
142
- "shape": [
143
- 1
144
- ],
145
- "names": null,
146
- "fps": 5.0
147
- },
148
- "frame_index": {
149
- "dtype": "int64",
150
- "shape": [
151
- 1
152
- ],
153
- "names": null,
154
- "fps": 5.0
155
- },
156
- "next.reward": {
157
- "dtype": "float32",
158
- "shape": [
159
- 1
160
- ],
161
- "names": null,
162
- "fps": 5.0
163
- },
164
- "next.done": {
165
- "dtype": "bool",
166
- "shape": [
167
- 1
168
- ],
169
- "names": null,
170
- "fps": 5.0
171
- },
172
- "index": {
173
- "dtype": "int64",
174
- "shape": [
175
- 1
176
- ],
177
- "names": null,
178
- "fps": 5.0
179
- },
180
- "task_index": {
181
- "dtype": "int64",
182
- "shape": [
183
- 1
184
- ],
185
- "names": null,
186
- "fps": 5.0
187
- }
188
  },
189
- "data_files_size_in_mb": 100,
190
- "video_files_size_in_mb": 500
191
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 2460,
5
+ "total_frames": 112980,
6
+ "total_tasks": 9,
7
+ "chunks_size": 1000,
8
+ "fps": 5,
9
+ "splits": {
10
+ "train": "0:2460"
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.image_1": {
16
+ "dtype": "video",
17
+ "shape": [
18
+ 256,
19
+ 256,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channel"
26
+ ],
27
+ "video_info": {
28
+ "video.fps": 5.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.image_2": {
36
+ "dtype": "video",
37
+ "shape": [
38
+ 256,
39
+ 256,
40
+ 3
41
+ ],
42
+ "names": [
43
+ "height",
44
+ "width",
45
+ "channel"
46
+ ],
47
+ "video_info": {
48
+ "video.fps": 5.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.image_4": {
56
+ "dtype": "video",
57
+ "shape": [
58
+ 256,
59
+ 256,
60
+ 3
61
+ ],
62
+ "names": [
63
+ "height",
64
+ "width",
65
+ "channel"
66
+ ],
67
+ "video_info": {
68
+ "video.fps": 5.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.image_3": {
76
+ "dtype": "video",
77
+ "shape": [
78
+ 256,
79
+ 256,
80
+ 3
81
+ ],
82
+ "names": [
83
+ "height",
84
+ "width",
85
+ "channel"
86
+ ],
87
+ "video_info": {
88
+ "video.fps": 5.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
+ 8
99
+ ],
100
+ "names": {
101
+ "motors": [
102
+ "motor_0",
103
+ "motor_1",
104
+ "motor_2",
105
+ "motor_3",
106
+ "motor_4",
107
+ "motor_5",
108
+ "motor_6",
109
+ "motor_7"
110
+ ]
111
+ },
112
+ "fps": 5.0
113
+ },
114
+ "action": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 7
118
+ ],
119
+ "names": {
120
+ "motors": [
121
+ "motor_0",
122
+ "motor_1",
123
+ "motor_2",
124
+ "motor_3",
125
+ "motor_4",
126
+ "motor_5",
127
+ "motor_6"
128
+ ]
129
+ },
130
+ "fps": 5.0
131
+ },
132
+ "timestamp": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null,
138
+ "fps": 5.0
139
+ },
140
+ "episode_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null,
146
+ "fps": 5.0
147
+ },
148
+ "frame_index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null,
154
+ "fps": 5.0
155
+ },
156
+ "next.reward": {
157
+ "dtype": "float32",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null,
162
+ "fps": 5.0
163
+ },
164
+ "next.done": {
165
+ "dtype": "bool",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null,
170
+ "fps": 5.0
171
+ },
172
+ "index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null,
178
+ "fps": 5.0
179
+ },
180
+ "task_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null,
186
+ "fps": 5.0
187
+ }
188
+ },
189
+ "data_files_size_in_mb": 100,
190
+ "video_files_size_in_mb": 500
191
+ }