Update meta/info.json
Browse files- meta/info.json +149 -149
meta/info.json
CHANGED
@@ -1,150 +1,150 @@
|
|
1 |
-
{
|
2 |
-
"codebase_version": "v2.0",
|
3 |
-
"robot_type": "koch",
|
4 |
-
"total_episodes":
|
5 |
-
"total_frames": 4674,
|
6 |
-
"total_tasks": 1,
|
7 |
-
"total_videos":
|
8 |
-
"total_chunks": 1,
|
9 |
-
"chunks_size": 1000,
|
10 |
-
"fps": 30,
|
11 |
-
"splits": {
|
12 |
-
"train": "0:12"
|
13 |
-
},
|
14 |
-
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
15 |
-
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
16 |
-
"features": {
|
17 |
-
"action": {
|
18 |
-
"dtype": "float32",
|
19 |
-
"shape": [
|
20 |
-
6
|
21 |
-
],
|
22 |
-
"names": [
|
23 |
-
"main_shoulder_pan",
|
24 |
-
"main_shoulder_lift",
|
25 |
-
"main_elbow_flex",
|
26 |
-
"main_wrist_flex",
|
27 |
-
"main_wrist_roll",
|
28 |
-
"main_gripper"
|
29 |
-
]
|
30 |
-
},
|
31 |
-
"observation.state": {
|
32 |
-
"dtype": "float32",
|
33 |
-
"shape": [
|
34 |
-
6
|
35 |
-
],
|
36 |
-
"names": [
|
37 |
-
"main_shoulder_pan",
|
38 |
-
"main_shoulder_lift",
|
39 |
-
"main_elbow_flex",
|
40 |
-
"main_wrist_flex",
|
41 |
-
"main_wrist_roll",
|
42 |
-
"main_gripper"
|
43 |
-
]
|
44 |
-
},
|
45 |
-
"observation.images.camara_01": {
|
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.camara_02": {
|
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 |
-
"observation.images.camara_03": {
|
92 |
-
"dtype": "video",
|
93 |
-
"shape": [
|
94 |
-
480,
|
95 |
-
640,
|
96 |
-
3
|
97 |
-
],
|
98 |
-
"names": [
|
99 |
-
"height",
|
100 |
-
"width",
|
101 |
-
"channels"
|
102 |
-
],
|
103 |
-
"info": {
|
104 |
-
"video.fps": 30.0,
|
105 |
-
"video.height": 480,
|
106 |
-
"video.width": 640,
|
107 |
-
"video.channels": 3,
|
108 |
-
"video.codec": "av1",
|
109 |
-
"video.pix_fmt": "yuv420p",
|
110 |
-
"video.is_depth_map": false,
|
111 |
-
"has_audio": false
|
112 |
-
}
|
113 |
-
},
|
114 |
-
"timestamp": {
|
115 |
-
"dtype": "float32",
|
116 |
-
"shape": [
|
117 |
-
1
|
118 |
-
],
|
119 |
-
"names": null
|
120 |
-
},
|
121 |
-
"frame_index": {
|
122 |
-
"dtype": "int64",
|
123 |
-
"shape": [
|
124 |
-
1
|
125 |
-
],
|
126 |
-
"names": null
|
127 |
-
},
|
128 |
-
"episode_index": {
|
129 |
-
"dtype": "int64",
|
130 |
-
"shape": [
|
131 |
-
1
|
132 |
-
],
|
133 |
-
"names": null
|
134 |
-
},
|
135 |
-
"index": {
|
136 |
-
"dtype": "int64",
|
137 |
-
"shape": [
|
138 |
-
1
|
139 |
-
],
|
140 |
-
"names": null
|
141 |
-
},
|
142 |
-
"task_index": {
|
143 |
-
"dtype": "int64",
|
144 |
-
"shape": [
|
145 |
-
1
|
146 |
-
],
|
147 |
-
"names": null
|
148 |
-
}
|
149 |
-
}
|
150 |
}
|
|
|
1 |
+
{
|
2 |
+
"codebase_version": "v2.0",
|
3 |
+
"robot_type": "koch",
|
4 |
+
"total_episodes": 11,
|
5 |
+
"total_frames": 4674,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 33,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 30,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:12"
|
13 |
+
},
|
14 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
15 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
16 |
+
"features": {
|
17 |
+
"action": {
|
18 |
+
"dtype": "float32",
|
19 |
+
"shape": [
|
20 |
+
6
|
21 |
+
],
|
22 |
+
"names": [
|
23 |
+
"main_shoulder_pan",
|
24 |
+
"main_shoulder_lift",
|
25 |
+
"main_elbow_flex",
|
26 |
+
"main_wrist_flex",
|
27 |
+
"main_wrist_roll",
|
28 |
+
"main_gripper"
|
29 |
+
]
|
30 |
+
},
|
31 |
+
"observation.state": {
|
32 |
+
"dtype": "float32",
|
33 |
+
"shape": [
|
34 |
+
6
|
35 |
+
],
|
36 |
+
"names": [
|
37 |
+
"main_shoulder_pan",
|
38 |
+
"main_shoulder_lift",
|
39 |
+
"main_elbow_flex",
|
40 |
+
"main_wrist_flex",
|
41 |
+
"main_wrist_roll",
|
42 |
+
"main_gripper"
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"observation.images.camara_01": {
|
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.camara_02": {
|
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 |
+
"observation.images.camara_03": {
|
92 |
+
"dtype": "video",
|
93 |
+
"shape": [
|
94 |
+
480,
|
95 |
+
640,
|
96 |
+
3
|
97 |
+
],
|
98 |
+
"names": [
|
99 |
+
"height",
|
100 |
+
"width",
|
101 |
+
"channels"
|
102 |
+
],
|
103 |
+
"info": {
|
104 |
+
"video.fps": 30.0,
|
105 |
+
"video.height": 480,
|
106 |
+
"video.width": 640,
|
107 |
+
"video.channels": 3,
|
108 |
+
"video.codec": "av1",
|
109 |
+
"video.pix_fmt": "yuv420p",
|
110 |
+
"video.is_depth_map": false,
|
111 |
+
"has_audio": false
|
112 |
+
}
|
113 |
+
},
|
114 |
+
"timestamp": {
|
115 |
+
"dtype": "float32",
|
116 |
+
"shape": [
|
117 |
+
1
|
118 |
+
],
|
119 |
+
"names": null
|
120 |
+
},
|
121 |
+
"frame_index": {
|
122 |
+
"dtype": "int64",
|
123 |
+
"shape": [
|
124 |
+
1
|
125 |
+
],
|
126 |
+
"names": null
|
127 |
+
},
|
128 |
+
"episode_index": {
|
129 |
+
"dtype": "int64",
|
130 |
+
"shape": [
|
131 |
+
1
|
132 |
+
],
|
133 |
+
"names": null
|
134 |
+
},
|
135 |
+
"index": {
|
136 |
+
"dtype": "int64",
|
137 |
+
"shape": [
|
138 |
+
1
|
139 |
+
],
|
140 |
+
"names": null
|
141 |
+
},
|
142 |
+
"task_index": {
|
143 |
+
"dtype": "int64",
|
144 |
+
"shape": [
|
145 |
+
1
|
146 |
+
],
|
147 |
+
"names": null
|
148 |
+
}
|
149 |
+
}
|
150 |
}
|