aractingi commited on
Commit
1470122
·
verified ·
1 Parent(s): 39074fc

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

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