aractingi HF Staff commited on
Commit
c4e26a6
·
verified ·
1 Parent(s): 349372b

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

Browse files
Files changed (1) hide show
  1. meta/info.json +168 -168
meta/info.json CHANGED
@@ -1,171 +1,171 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "unknown",
4
- "total_episodes": 1000,
5
- "total_frames": 97939,
6
- "total_tasks": 5,
7
- "chunks_size": 1000,
8
- "fps": 5.0,
9
- "splits": {
10
- "train": "0:1000"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_with_depth": {
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": 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": {
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": 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.hand_image": {
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": 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.state": {
76
- "dtype": "float32",
77
- "shape": [
78
- 8
79
- ],
80
- "names": {
81
- "motors": [
82
- "motor_0",
83
- "motor_1",
84
- "motor_2",
85
- "motor_3",
86
- "motor_4",
87
- "motor_5",
88
- "motor_6",
89
- "motor_7"
90
- ]
91
- },
92
- "fps": 5.0
93
- },
94
- "action": {
95
- "dtype": "float32",
96
- "shape": [
97
- 7
98
- ],
99
- "names": {
100
- "motors": [
101
- "motor_0",
102
- "motor_1",
103
- "motor_2",
104
- "motor_3",
105
- "motor_4",
106
- "motor_5",
107
- "motor_6"
108
- ]
109
- },
110
- "fps": 5.0
111
- },
112
- "timestamp": {
113
- "dtype": "float32",
114
- "shape": [
115
- 1
116
- ],
117
- "names": null,
118
- "fps": 5.0
119
- },
120
- "episode_index": {
121
- "dtype": "int64",
122
- "shape": [
123
- 1
124
- ],
125
- "names": null,
126
- "fps": 5.0
127
- },
128
- "frame_index": {
129
- "dtype": "int64",
130
- "shape": [
131
- 1
132
- ],
133
- "names": null,
134
- "fps": 5.0
135
- },
136
- "next.reward": {
137
- "dtype": "float32",
138
- "shape": [
139
- 1
140
- ],
141
- "names": null,
142
- "fps": 5.0
143
- },
144
- "next.done": {
145
- "dtype": "bool",
146
- "shape": [
147
- 1
148
- ],
149
- "names": null,
150
- "fps": 5.0
151
- },
152
- "index": {
153
- "dtype": "int64",
154
- "shape": [
155
- 1
156
- ],
157
- "names": null,
158
- "fps": 5.0
159
- },
160
- "task_index": {
161
- "dtype": "int64",
162
- "shape": [
163
- 1
164
- ],
165
- "names": null,
166
- "fps": 5.0
167
- }
168
  },
169
- "data_files_size_in_mb": 100,
170
- "video_files_size_in_mb": 500
171
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 1000,
5
+ "total_frames": 97939,
6
+ "total_tasks": 5,
7
+ "chunks_size": 1000,
8
+ "fps": 5,
9
+ "splits": {
10
+ "train": "0:1000"
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_with_depth": {
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": 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": {
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": 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.hand_image": {
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": 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.state": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 8
79
+ ],
80
+ "names": {
81
+ "motors": [
82
+ "motor_0",
83
+ "motor_1",
84
+ "motor_2",
85
+ "motor_3",
86
+ "motor_4",
87
+ "motor_5",
88
+ "motor_6",
89
+ "motor_7"
90
+ ]
91
+ },
92
+ "fps": 5.0
93
+ },
94
+ "action": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 7
98
+ ],
99
+ "names": {
100
+ "motors": [
101
+ "motor_0",
102
+ "motor_1",
103
+ "motor_2",
104
+ "motor_3",
105
+ "motor_4",
106
+ "motor_5",
107
+ "motor_6"
108
+ ]
109
+ },
110
+ "fps": 5.0
111
+ },
112
+ "timestamp": {
113
+ "dtype": "float32",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null,
118
+ "fps": 5.0
119
+ },
120
+ "episode_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null,
126
+ "fps": 5.0
127
+ },
128
+ "frame_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null,
134
+ "fps": 5.0
135
+ },
136
+ "next.reward": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null,
142
+ "fps": 5.0
143
+ },
144
+ "next.done": {
145
+ "dtype": "bool",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null,
150
+ "fps": 5.0
151
+ },
152
+ "index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null,
158
+ "fps": 5.0
159
+ },
160
+ "task_index": {
161
+ "dtype": "int64",
162
+ "shape": [
163
+ 1
164
+ ],
165
+ "names": null,
166
+ "fps": 5.0
167
+ }
168
+ },
169
+ "data_files_size_in_mb": 100,
170
+ "video_files_size_in_mb": 500
171
+ }