SRDdev commited on
Commit
32c6eb7
·
verified ·
1 Parent(s): a01746e

Update meta/info.json

Browse files
Files changed (1) hide show
  1. meta/info.json +184 -7
meta/info.json CHANGED
@@ -1,11 +1,188 @@
1
  {
2
- "codebase_version": "v1.6",
 
 
 
 
 
 
 
3
  "fps": 50,
4
- "video": 1,
5
- "encoding": {
6
- "vcodec": "libx264",
7
- "pix_fmt": "yuv420p",
8
- "g": null,
9
- "crf": 23
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  }
11
  }
 
1
  {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "aloha",
4
+ "total_episodes": 50,
5
+ "total_frames": 20000,
6
+ "total_tasks": 1,
7
+ "total_videos": 200,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
  "fps": 50,
11
+ "splits": {
12
+ "train": "0:50"
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
+ "observation.images.cam_high": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channel"
28
+ ],
29
+ "video_info": {
30
+ "video.fps": 50.0,
31
+ "video.codec": "av1",
32
+ "video.pix_fmt": "yuv420p",
33
+ "video.is_depth_map": false,
34
+ "has_audio": false
35
+ }
36
+ },
37
+ "observation.images.cam_left_wrist": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 480,
41
+ 640,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channel"
48
+ ],
49
+ "video_info": {
50
+ "video.fps": 50.0,
51
+ "video.codec": "av1",
52
+ "video.pix_fmt": "yuv420p",
53
+ "video.is_depth_map": false,
54
+ "has_audio": false
55
+ }
56
+ },
57
+ "observation.images.cam_low": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channel"
68
+ ],
69
+ "video_info": {
70
+ "video.fps": 50.0,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.cam_right_wrist": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channel"
88
+ ],
89
+ "video_info": {
90
+ "video.fps": 50.0,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "observation.state": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 14
101
+ ],
102
+ "names": {
103
+ "motors": [
104
+ "left_waist",
105
+ "left_shoulder",
106
+ "left_elbow",
107
+ "left_forearm_roll",
108
+ "left_wrist_angle",
109
+ "left_wrist_rotate",
110
+ "left_gripper",
111
+ "right_waist",
112
+ "right_shoulder",
113
+ "right_elbow",
114
+ "right_forearm_roll",
115
+ "right_wrist_angle",
116
+ "right_wrist_rotate",
117
+ "right_gripper"
118
+ ]
119
+ }
120
+ },
121
+ "action": {
122
+ "dtype": "float32",
123
+ "shape": [
124
+ 14
125
+ ],
126
+ "names": {
127
+ "motors": [
128
+ "left_waist",
129
+ "left_shoulder",
130
+ "left_elbow",
131
+ "left_forearm_roll",
132
+ "left_wrist_angle",
133
+ "left_wrist_rotate",
134
+ "left_gripper",
135
+ "right_waist",
136
+ "right_shoulder",
137
+ "right_elbow",
138
+ "right_forearm_roll",
139
+ "right_wrist_angle",
140
+ "right_wrist_rotate",
141
+ "right_gripper"
142
+ ]
143
+ }
144
+ },
145
+ "episode_index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "frame_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "timestamp": {
160
+ "dtype": "float32",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "next.done": {
167
+ "dtype": "bool",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "task_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ }
187
  }
188
  }