aractingi HF Staff commited on
Commit
4d34dbe
·
verified ·
1 Parent(s): 326f6cf

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": "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.top": {
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.state": {
36
- "dtype": "float32",
37
- "shape": [
38
- 14
39
- ],
40
- "names": {
41
- "motors": [
42
- "left_waist",
43
- "left_shoulder",
44
- "left_elbow",
45
- "left_forearm_roll",
46
- "left_wrist_angle",
47
- "left_wrist_rotate",
48
- "left_gripper",
49
- "right_waist",
50
- "right_shoulder",
51
- "right_elbow",
52
- "right_forearm_roll",
53
- "right_wrist_angle",
54
- "right_wrist_rotate",
55
- "right_gripper"
56
- ]
57
- },
58
- "fps": 50.0
59
- },
60
- "action": {
61
- "dtype": "float32",
62
- "shape": [
63
- 14
64
- ],
65
- "names": {
66
- "motors": [
67
- "left_waist",
68
- "left_shoulder",
69
- "left_elbow",
70
- "left_forearm_roll",
71
- "left_wrist_angle",
72
- "left_wrist_rotate",
73
- "left_gripper",
74
- "right_waist",
75
- "right_shoulder",
76
- "right_elbow",
77
- "right_forearm_roll",
78
- "right_wrist_angle",
79
- "right_wrist_rotate",
80
- "right_gripper"
81
- ]
82
- },
83
- "fps": 50.0
84
- },
85
- "episode_index": {
86
- "dtype": "int64",
87
- "shape": [
88
- 1
89
- ],
90
- "names": null,
91
- "fps": 50.0
92
- },
93
- "frame_index": {
94
- "dtype": "int64",
95
- "shape": [
96
- 1
97
- ],
98
- "names": null,
99
- "fps": 50.0
100
- },
101
- "timestamp": {
102
- "dtype": "float32",
103
- "shape": [
104
- 1
105
- ],
106
- "names": null,
107
- "fps": 50.0
108
- },
109
- "next.done": {
110
- "dtype": "bool",
111
- "shape": [
112
- 1
113
- ],
114
- "names": null,
115
- "fps": 50.0
116
- },
117
- "index": {
118
- "dtype": "int64",
119
- "shape": [
120
- 1
121
- ],
122
- "names": null,
123
- "fps": 50.0
124
- },
125
- "task_index": {
126
- "dtype": "int64",
127
- "shape": [
128
- 1
129
- ],
130
- "names": null,
131
- "fps": 50.0
132
- }
133
  },
134
- "files_size_in_mb": 500.0
135
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.top": {
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.state": {
36
+ "dtype": "float32",
37
+ "shape": [
38
+ 14
39
+ ],
40
+ "names": {
41
+ "motors": [
42
+ "left_waist",
43
+ "left_shoulder",
44
+ "left_elbow",
45
+ "left_forearm_roll",
46
+ "left_wrist_angle",
47
+ "left_wrist_rotate",
48
+ "left_gripper",
49
+ "right_waist",
50
+ "right_shoulder",
51
+ "right_elbow",
52
+ "right_forearm_roll",
53
+ "right_wrist_angle",
54
+ "right_wrist_rotate",
55
+ "right_gripper"
56
+ ]
57
+ },
58
+ "fps": 50.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  },
60
+ "action": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 14
64
+ ],
65
+ "names": {
66
+ "motors": [
67
+ "left_waist",
68
+ "left_shoulder",
69
+ "left_elbow",
70
+ "left_forearm_roll",
71
+ "left_wrist_angle",
72
+ "left_wrist_rotate",
73
+ "left_gripper",
74
+ "right_waist",
75
+ "right_shoulder",
76
+ "right_elbow",
77
+ "right_forearm_roll",
78
+ "right_wrist_angle",
79
+ "right_wrist_rotate",
80
+ "right_gripper"
81
+ ]
82
+ },
83
+ "fps": 50.0
84
+ },
85
+ "episode_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null,
91
+ "fps": 50.0
92
+ },
93
+ "frame_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null,
99
+ "fps": 50.0
100
+ },
101
+ "timestamp": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null,
107
+ "fps": 50.0
108
+ },
109
+ "next.done": {
110
+ "dtype": "bool",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null,
115
+ "fps": 50.0
116
+ },
117
+ "index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null,
123
+ "fps": 50.0
124
+ },
125
+ "task_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null,
131
+ "fps": 50.0
132
+ }
133
+ },
134
+ "files_size_in_mb": 500.0
135
+ }