Datasets:

Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
aractingi HF Staff commited on
Commit
72e8343
·
verified ·
1 Parent(s): 0f3d54b

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

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