aractingi HF Staff commited on
Commit
3d6d687
·
verified ·
1 Parent(s): 3ae7b78

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

Browse files
Files changed (1) hide show
  1. meta/info.json +131 -131
meta/info.json CHANGED
@@ -1,134 +1,134 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "so100",
4
- "total_episodes": 50,
5
- "total_frames": 19631,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "fps": 30.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
- "action": {
16
- "dtype": "float32",
17
- "shape": [
18
- 6
19
- ],
20
- "names": [
21
- "main_shoulder_pan",
22
- "main_shoulder_lift",
23
- "main_elbow_flex",
24
- "main_wrist_flex",
25
- "main_wrist_roll",
26
- "main_gripper"
27
- ],
28
- "fps": 30.0
29
- },
30
- "observation.state": {
31
- "dtype": "float32",
32
- "shape": [
33
- 6
34
- ],
35
- "names": [
36
- "main_shoulder_pan",
37
- "main_shoulder_lift",
38
- "main_elbow_flex",
39
- "main_wrist_flex",
40
- "main_wrist_roll",
41
- "main_gripper"
42
- ],
43
- "fps": 30.0
44
- },
45
- "observation.images.top": {
46
- "dtype": "video",
47
- "shape": [
48
- 480,
49
- 640,
50
- 3
51
- ],
52
- "names": [
53
- "height",
54
- "width",
55
- "channels"
56
- ],
57
- "info": {
58
- "video.fps": 30.0,
59
- "video.height": 480,
60
- "video.width": 640,
61
- "video.channels": 3,
62
- "video.codec": "av1",
63
- "video.pix_fmt": "yuv420p",
64
- "video.is_depth_map": false,
65
- "has_audio": false
66
- }
67
- },
68
- "observation.images.wrist": {
69
- "dtype": "video",
70
- "shape": [
71
- 480,
72
- 640,
73
- 3
74
- ],
75
- "names": [
76
- "height",
77
- "width",
78
- "channels"
79
- ],
80
- "info": {
81
- "video.fps": 30.0,
82
- "video.height": 480,
83
- "video.width": 640,
84
- "video.channels": 3,
85
- "video.codec": "av1",
86
- "video.pix_fmt": "yuv420p",
87
- "video.is_depth_map": false,
88
- "has_audio": false
89
- }
90
- },
91
- "timestamp": {
92
- "dtype": "float32",
93
- "shape": [
94
- 1
95
- ],
96
- "names": null,
97
- "fps": 30.0
98
- },
99
- "frame_index": {
100
- "dtype": "int64",
101
- "shape": [
102
- 1
103
- ],
104
- "names": null,
105
- "fps": 30.0
106
- },
107
- "episode_index": {
108
- "dtype": "int64",
109
- "shape": [
110
- 1
111
- ],
112
- "names": null,
113
- "fps": 30.0
114
- },
115
- "index": {
116
- "dtype": "int64",
117
- "shape": [
118
- 1
119
- ],
120
- "names": null,
121
- "fps": 30.0
122
- },
123
- "task_index": {
124
- "dtype": "int64",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null,
129
- "fps": 30.0
130
- }
131
  },
132
- "data_files_size_in_mb": 100,
133
- "video_files_size_in_mb": 500
134
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 50,
5
+ "total_frames": 19631,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
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
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 6
19
+ ],
20
+ "names": [
21
+ "main_shoulder_pan",
22
+ "main_shoulder_lift",
23
+ "main_elbow_flex",
24
+ "main_wrist_flex",
25
+ "main_wrist_roll",
26
+ "main_gripper"
27
+ ],
28
+ "fps": 30.0
29
  },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 6
34
+ ],
35
+ "names": [
36
+ "main_shoulder_pan",
37
+ "main_shoulder_lift",
38
+ "main_elbow_flex",
39
+ "main_wrist_flex",
40
+ "main_wrist_roll",
41
+ "main_gripper"
42
+ ],
43
+ "fps": 30.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  },
45
+ "observation.images.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.wrist": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null,
97
+ "fps": 30.0
98
+ },
99
+ "frame_index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null,
105
+ "fps": 30.0
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null,
113
+ "fps": 30.0
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null,
121
+ "fps": 30.0
122
+ },
123
+ "task_index": {
124
+ "dtype": "int64",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null,
129
+ "fps": 30.0
130
+ }
131
+ },
132
+ "data_files_size_in_mb": 100,
133
+ "video_files_size_in_mb": 500
134
+ }