aractingi HF Staff commited on
Commit
076135b
·
verified ·
1 Parent(s): 19943c8

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

Browse files
Files changed (1) hide show
  1. meta/info.json +136 -136
meta/info.json CHANGED
@@ -1,139 +1,139 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "unknown",
4
- "total_episodes": 480,
5
- "total_frames": 45308,
6
- "total_tasks": 6,
7
- "chunks_size": 1000,
8
- "fps": 5.0,
9
- "splits": {
10
- "train": "0:480"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.hand_image": {
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.state": {
36
- "dtype": "float32",
37
- "shape": [
38
- 15
39
- ],
40
- "names": {
41
- "motors": [
42
- "motor_0",
43
- "motor_1",
44
- "motor_2",
45
- "motor_3",
46
- "motor_4",
47
- "motor_5",
48
- "motor_6",
49
- "motor_7",
50
- "motor_8",
51
- "motor_9",
52
- "motor_10",
53
- "motor_11",
54
- "motor_12",
55
- "motor_13",
56
- "motor_14"
57
- ]
58
- },
59
- "fps": 5.0
60
- },
61
- "action": {
62
- "dtype": "float32",
63
- "shape": [
64
- 8
65
- ],
66
- "names": {
67
- "motors": [
68
- "motor_0",
69
- "motor_1",
70
- "motor_2",
71
- "motor_3",
72
- "motor_4",
73
- "motor_5",
74
- "motor_6",
75
- "motor_7"
76
- ]
77
- },
78
- "fps": 5.0
79
- },
80
- "timestamp": {
81
- "dtype": "float32",
82
- "shape": [
83
- 1
84
- ],
85
- "names": null,
86
- "fps": 5.0
87
- },
88
- "episode_index": {
89
- "dtype": "int64",
90
- "shape": [
91
- 1
92
- ],
93
- "names": null,
94
- "fps": 5.0
95
- },
96
- "frame_index": {
97
- "dtype": "int64",
98
- "shape": [
99
- 1
100
- ],
101
- "names": null,
102
- "fps": 5.0
103
- },
104
- "next.reward": {
105
- "dtype": "float32",
106
- "shape": [
107
- 1
108
- ],
109
- "names": null,
110
- "fps": 5.0
111
- },
112
- "next.done": {
113
- "dtype": "bool",
114
- "shape": [
115
- 1
116
- ],
117
- "names": null,
118
- "fps": 5.0
119
- },
120
- "index": {
121
- "dtype": "int64",
122
- "shape": [
123
- 1
124
- ],
125
- "names": null,
126
- "fps": 5.0
127
- },
128
- "task_index": {
129
- "dtype": "int64",
130
- "shape": [
131
- 1
132
- ],
133
- "names": null,
134
- "fps": 5.0
135
- }
136
  },
137
- "data_files_size_in_mb": 100,
138
- "video_files_size_in_mb": 500
139
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 480,
5
+ "total_frames": 45308,
6
+ "total_tasks": 6,
7
+ "chunks_size": 1000,
8
+ "fps": 5,
9
+ "splits": {
10
+ "train": "0:480"
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.hand_image": {
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.state": {
36
+ "dtype": "float32",
37
+ "shape": [
38
+ 15
39
+ ],
40
+ "names": {
41
+ "motors": [
42
+ "motor_0",
43
+ "motor_1",
44
+ "motor_2",
45
+ "motor_3",
46
+ "motor_4",
47
+ "motor_5",
48
+ "motor_6",
49
+ "motor_7",
50
+ "motor_8",
51
+ "motor_9",
52
+ "motor_10",
53
+ "motor_11",
54
+ "motor_12",
55
+ "motor_13",
56
+ "motor_14"
57
+ ]
58
+ },
59
+ "fps": 5.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  },
61
+ "action": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 8
65
+ ],
66
+ "names": {
67
+ "motors": [
68
+ "motor_0",
69
+ "motor_1",
70
+ "motor_2",
71
+ "motor_3",
72
+ "motor_4",
73
+ "motor_5",
74
+ "motor_6",
75
+ "motor_7"
76
+ ]
77
+ },
78
+ "fps": 5.0
79
+ },
80
+ "timestamp": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null,
86
+ "fps": 5.0
87
+ },
88
+ "episode_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null,
94
+ "fps": 5.0
95
+ },
96
+ "frame_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null,
102
+ "fps": 5.0
103
+ },
104
+ "next.reward": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null,
110
+ "fps": 5.0
111
+ },
112
+ "next.done": {
113
+ "dtype": "bool",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null,
118
+ "fps": 5.0
119
+ },
120
+ "index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null,
126
+ "fps": 5.0
127
+ },
128
+ "task_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null,
134
+ "fps": 5.0
135
+ }
136
+ },
137
+ "data_files_size_in_mb": 100,
138
+ "video_files_size_in_mb": 500
139
+ }