ns69956 commited on
Commit
53087e6
·
verified ·
1 Parent(s): 6911573

Update meta/info.json

Browse files
Files changed (1) hide show
  1. meta/info.json +134 -133
meta/info.json CHANGED
@@ -1,134 +1,135 @@
1
- {
2
- "codebase_version": "v2.1",
3
- "robot_type": "ur5e",
4
- "total_episodes": 50,
5
- "total_frames": 24200,
6
- "total_tasks": 2,
7
- "total_videos": 100,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:44",
13
- "val" : "45:49"
14
- },
15
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
16
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
17
- "features": {
18
- "observation.images.scene_image": {
19
- "dtype": "video",
20
- "shape": [
21
- 480,
22
- 640,
23
- 3
24
- ],
25
- "names": [
26
- "height",
27
- "width",
28
- "channel"
29
- ],
30
- "info": {
31
- "video.fps": 30.0,
32
- "video.codec": "av1",
33
- "video.pix_fmt": "yuv420p",
34
- "video.is_depth_map": false,
35
- "has_audio": false
36
- }
37
- },
38
- "observation.images.wrist_image": {
39
- "dtype": "video",
40
- "shape": [
41
- 480,
42
- 640,
43
- 3
44
- ],
45
- "names": [
46
- "height",
47
- "width",
48
- "channel"
49
- ],
50
- "info": {
51
- "video.fps": 30.0,
52
- "video.codec": "av1",
53
- "video.pix_fmt": "yuv420p",
54
- "video.is_depth_map": false,
55
- "has_audio": false
56
- }
57
- },
58
- "observation.state": {
59
- "dtype": "float32",
60
- "shape": [
61
- 8
62
- ],
63
- "names": [
64
- "x",
65
- "y",
66
- "z",
67
- "rx",
68
- "ry",
69
- "rz",
70
- "scanner_state",
71
- "gripper_state"
72
- ]
73
- },
74
- "action": {
75
- "dtype": "float32",
76
- "shape": [
77
- 8
78
- ],
79
- "names": [
80
- "x",
81
- "y",
82
- "z",
83
- "rx",
84
- "ry",
85
- "rz",
86
- "scanner_state",
87
- "gripper_state"
88
- ]
89
- },
90
- "timestamp": {
91
- "dtype": "float32",
92
- "shape": [
93
- 1
94
- ],
95
- "names": null
96
- },
97
- "episode_index": {
98
- "dtype": "int64",
99
- "shape": [
100
- 1
101
- ],
102
- "names": null
103
- },
104
- "frame_index": {
105
- "dtype": "int64",
106
- "shape": [
107
- 1
108
- ],
109
- "names": null
110
- },
111
-
112
- "next.done": {
113
- "dtype": "bool",
114
- "shape": [
115
- 1
116
- ],
117
- "names": null
118
- },
119
- "index": {
120
- "dtype": "int64",
121
- "shape": [
122
- 1
123
- ],
124
- "names": null
125
- },
126
- "task_index": {
127
- "dtype": "int64",
128
- "shape": [
129
- 1
130
- ],
131
- "names": null
132
- }
133
- }
 
134
  }
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "ur5e",
4
+ "total_episodes": 50,
5
+ "total_frames": 24200,
6
+ "total_tasks": 2,
7
+ "total_videos": 100,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:39",
13
+ "val": "40:44",
14
+ "test" : "45:49"
15
+ },
16
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
17
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
18
+ "features": {
19
+ "observation.images.scene_image": {
20
+ "dtype": "video",
21
+ "shape": [
22
+ 480,
23
+ 640,
24
+ 3
25
+ ],
26
+ "names": [
27
+ "height",
28
+ "width",
29
+ "channel"
30
+ ],
31
+ "info": {
32
+ "video.fps": 30.0,
33
+ "video.codec": "av1",
34
+ "video.pix_fmt": "yuv420p",
35
+ "video.is_depth_map": false,
36
+ "has_audio": false
37
+ }
38
+ },
39
+ "observation.images.wrist_image": {
40
+ "dtype": "video",
41
+ "shape": [
42
+ 480,
43
+ 640,
44
+ 3
45
+ ],
46
+ "names": [
47
+ "height",
48
+ "width",
49
+ "channel"
50
+ ],
51
+ "info": {
52
+ "video.fps": 30.0,
53
+ "video.codec": "av1",
54
+ "video.pix_fmt": "yuv420p",
55
+ "video.is_depth_map": false,
56
+ "has_audio": false
57
+ }
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 8
63
+ ],
64
+ "names": [
65
+ "x",
66
+ "y",
67
+ "z",
68
+ "rx",
69
+ "ry",
70
+ "rz",
71
+ "scanner_state",
72
+ "gripper_state"
73
+ ]
74
+ },
75
+ "action": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 8
79
+ ],
80
+ "names": [
81
+ "x",
82
+ "y",
83
+ "z",
84
+ "rx",
85
+ "ry",
86
+ "rz",
87
+ "scanner_state",
88
+ "gripper_state"
89
+ ]
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "episode_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "frame_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+
113
+ "next.done": {
114
+ "dtype": "bool",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "task_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ }
134
+ }
135
  }