Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
aractingi HF Staff commited on
Commit
15f69c9
·
verified ·
1 Parent(s): 01120ed

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

Browse files
Files changed (1) hide show
  1. meta/info.json +147 -147
meta/info.json CHANGED
@@ -1,150 +1,150 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "unknown",
4
- "total_episodes": 3603,
5
- "total_frames": 237798,
6
- "total_tasks": 406,
7
- "chunks_size": 1000,
8
- "fps": 15.0,
9
- "splits": {
10
- "train": "0:3603"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.rgb_static": {
16
- "dtype": "video",
17
- "shape": [
18
- 150,
19
- 200,
20
- 3
21
- ],
22
- "names": [
23
- "height",
24
- "width",
25
- "channel"
26
- ],
27
- "video_info": {
28
- "video.fps": 15.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.rgb_gripper": {
36
- "dtype": "video",
37
- "shape": [
38
- 84,
39
- 84,
40
- 3
41
- ],
42
- "names": [
43
- "height",
44
- "width",
45
- "channel"
46
- ],
47
- "video_info": {
48
- "video.fps": 15.0,
49
- "video.codec": "av1",
50
- "video.pix_fmt": "yuv420p",
51
- "video.is_depth_map": false,
52
- "has_audio": false
53
- }
54
- },
55
- "observation.state": {
56
- "dtype": "float32",
57
- "shape": [
58
- 7
59
- ],
60
- "names": {
61
- "motors": [
62
- "motor_0",
63
- "motor_1",
64
- "motor_2",
65
- "motor_3",
66
- "motor_4",
67
- "motor_5",
68
- "motor_6"
69
- ]
70
- },
71
- "fps": 15.0
72
- },
73
- "action": {
74
- "dtype": "float32",
75
- "shape": [
76
- 7
77
- ],
78
- "names": {
79
- "motors": [
80
- "motor_0",
81
- "motor_1",
82
- "motor_2",
83
- "motor_3",
84
- "motor_4",
85
- "motor_5",
86
- "motor_6"
87
- ]
88
- },
89
- "fps": 15.0
90
- },
91
- "timestamp": {
92
- "dtype": "float32",
93
- "shape": [
94
- 1
95
- ],
96
- "names": null,
97
- "fps": 15.0
98
- },
99
- "episode_index": {
100
- "dtype": "int64",
101
- "shape": [
102
- 1
103
- ],
104
- "names": null,
105
- "fps": 15.0
106
- },
107
- "frame_index": {
108
- "dtype": "int64",
109
- "shape": [
110
- 1
111
- ],
112
- "names": null,
113
- "fps": 15.0
114
- },
115
- "next.reward": {
116
- "dtype": "float32",
117
- "shape": [
118
- 1
119
- ],
120
- "names": null,
121
- "fps": 15.0
122
- },
123
- "next.done": {
124
- "dtype": "bool",
125
- "shape": [
126
- 1
127
- ],
128
- "names": null,
129
- "fps": 15.0
130
- },
131
- "index": {
132
- "dtype": "int64",
133
- "shape": [
134
- 1
135
- ],
136
- "names": null,
137
- "fps": 15.0
138
- },
139
- "task_index": {
140
- "dtype": "int64",
141
- "shape": [
142
- 1
143
- ],
144
- "names": null,
145
- "fps": 15.0
146
- }
147
  },
148
- "data_files_size_in_mb": 100,
149
- "video_files_size_in_mb": 500
150
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 3603,
5
+ "total_frames": 237798,
6
+ "total_tasks": 406,
7
+ "chunks_size": 1000,
8
+ "fps": 15,
9
+ "splits": {
10
+ "train": "0:3603"
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.rgb_static": {
16
+ "dtype": "video",
17
+ "shape": [
18
+ 150,
19
+ 200,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channel"
26
+ ],
27
+ "video_info": {
28
+ "video.fps": 15.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.rgb_gripper": {
36
+ "dtype": "video",
37
+ "shape": [
38
+ 84,
39
+ 84,
40
+ 3
41
+ ],
42
+ "names": [
43
+ "height",
44
+ "width",
45
+ "channel"
46
+ ],
47
+ "video_info": {
48
+ "video.fps": 15.0,
49
+ "video.codec": "av1",
50
+ "video.pix_fmt": "yuv420p",
51
+ "video.is_depth_map": false,
52
+ "has_audio": false
53
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  },
55
+ "observation.state": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 7
59
+ ],
60
+ "names": {
61
+ "motors": [
62
+ "motor_0",
63
+ "motor_1",
64
+ "motor_2",
65
+ "motor_3",
66
+ "motor_4",
67
+ "motor_5",
68
+ "motor_6"
69
+ ]
70
+ },
71
+ "fps": 15.0
72
+ },
73
+ "action": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 7
77
+ ],
78
+ "names": {
79
+ "motors": [
80
+ "motor_0",
81
+ "motor_1",
82
+ "motor_2",
83
+ "motor_3",
84
+ "motor_4",
85
+ "motor_5",
86
+ "motor_6"
87
+ ]
88
+ },
89
+ "fps": 15.0
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null,
97
+ "fps": 15.0
98
+ },
99
+ "episode_index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null,
105
+ "fps": 15.0
106
+ },
107
+ "frame_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null,
113
+ "fps": 15.0
114
+ },
115
+ "next.reward": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null,
121
+ "fps": 15.0
122
+ },
123
+ "next.done": {
124
+ "dtype": "bool",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null,
129
+ "fps": 15.0
130
+ },
131
+ "index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null,
137
+ "fps": 15.0
138
+ },
139
+ "task_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null,
145
+ "fps": 15.0
146
+ }
147
+ },
148
+ "data_files_size_in_mb": 100,
149
+ "video_files_size_in_mb": 500
150
+ }