Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
aractingi HF Staff commited on
Commit
22af34c
·
verified ·
1 Parent(s): 0927183

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

Browse files
Files changed (1) hide show
  1. meta/info.json +119 -119
meta/info.json CHANGED
@@ -1,122 +1,122 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "unknown",
4
- "total_episodes": 206,
5
- "total_frames": 25650,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "fps": 10.0,
9
- "splits": {
10
- "train": "0:206"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.image": {
16
- "dtype": "image",
17
- "shape": [
18
- 96,
19
- 96,
20
- 3
21
- ],
22
- "names": [
23
- "height",
24
- "width",
25
- "channel"
26
- ],
27
- "fps": 10.0
28
- },
29
- "observation.state": {
30
- "dtype": "float32",
31
- "shape": [
32
- 2
33
- ],
34
- "names": {
35
- "motors": [
36
- "motor_0",
37
- "motor_1"
38
- ]
39
- },
40
- "fps": 10.0
41
- },
42
- "action": {
43
- "dtype": "float32",
44
- "shape": [
45
- 2
46
- ],
47
- "names": {
48
- "motors": [
49
- "motor_0",
50
- "motor_1"
51
- ]
52
- },
53
- "fps": 10.0
54
- },
55
- "episode_index": {
56
- "dtype": "int64",
57
- "shape": [
58
- 1
59
- ],
60
- "names": null,
61
- "fps": 10.0
62
- },
63
- "frame_index": {
64
- "dtype": "int64",
65
- "shape": [
66
- 1
67
- ],
68
- "names": null,
69
- "fps": 10.0
70
- },
71
- "timestamp": {
72
- "dtype": "float32",
73
- "shape": [
74
- 1
75
- ],
76
- "names": null,
77
- "fps": 10.0
78
- },
79
- "next.reward": {
80
- "dtype": "float32",
81
- "shape": [
82
- 1
83
- ],
84
- "names": null,
85
- "fps": 10.0
86
- },
87
- "next.done": {
88
- "dtype": "bool",
89
- "shape": [
90
- 1
91
- ],
92
- "names": null,
93
- "fps": 10.0
94
- },
95
- "next.success": {
96
- "dtype": "bool",
97
- "shape": [
98
- 1
99
- ],
100
- "names": null,
101
- "fps": 10.0
102
- },
103
- "index": {
104
- "dtype": "int64",
105
- "shape": [
106
- 1
107
- ],
108
- "names": null,
109
- "fps": 10.0
110
- },
111
- "task_index": {
112
- "dtype": "int64",
113
- "shape": [
114
- 1
115
- ],
116
- "names": null,
117
- "fps": 10.0
118
- }
119
  },
120
- "data_files_size_in_mb": 100,
121
- "video_files_size_in_mb": 500
122
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "unknown",
4
+ "total_episodes": 206,
5
+ "total_frames": 25650,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 10,
9
+ "splits": {
10
+ "train": "0:206"
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.image": {
16
+ "dtype": "image",
17
+ "shape": [
18
+ 96,
19
+ 96,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channel"
26
+ ],
27
+ "fps": 10.0
28
  },
29
+ "observation.state": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 2
33
+ ],
34
+ "names": {
35
+ "motors": [
36
+ "motor_0",
37
+ "motor_1"
38
+ ]
39
+ },
40
+ "fps": 10.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  },
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 2
46
+ ],
47
+ "names": {
48
+ "motors": [
49
+ "motor_0",
50
+ "motor_1"
51
+ ]
52
+ },
53
+ "fps": 10.0
54
+ },
55
+ "episode_index": {
56
+ "dtype": "int64",
57
+ "shape": [
58
+ 1
59
+ ],
60
+ "names": null,
61
+ "fps": 10.0
62
+ },
63
+ "frame_index": {
64
+ "dtype": "int64",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null,
69
+ "fps": 10.0
70
+ },
71
+ "timestamp": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null,
77
+ "fps": 10.0
78
+ },
79
+ "next.reward": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null,
85
+ "fps": 10.0
86
+ },
87
+ "next.done": {
88
+ "dtype": "bool",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null,
93
+ "fps": 10.0
94
+ },
95
+ "next.success": {
96
+ "dtype": "bool",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null,
101
+ "fps": 10.0
102
+ },
103
+ "index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null,
109
+ "fps": 10.0
110
+ },
111
+ "task_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null,
117
+ "fps": 10.0
118
+ }
119
+ },
120
+ "data_files_size_in_mb": 100,
121
+ "video_files_size_in_mb": 500
122
+ }