Files changed (1) hide show
  1. meta/info.json +91 -0
meta/info.json CHANGED
@@ -176,6 +176,97 @@
176
  1
177
  ],
178
  "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  }
180
  }
181
  }
 
176
  1
177
  ],
178
  "names": null
179
+ },
180
+ "observation.images.left_forward": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 3,
184
+ 1080,
185
+ 1920
186
+ ],
187
+ "names": [
188
+ "channel",
189
+ "height",
190
+ "width"
191
+ ]
192
+ },
193
+ "observation.images.front_left": {
194
+ "dtype": "video",
195
+ "shape": [
196
+ 3,
197
+ 1080,
198
+ 1920
199
+ ],
200
+ "names": [
201
+ "channel",
202
+ "height",
203
+ "width"
204
+ ]
205
+ },
206
+ "observation.images.right_forward": {
207
+ "dtype": "video",
208
+ "shape": [
209
+ 3,
210
+ 1080,
211
+ 1920
212
+ ],
213
+ "names": [
214
+ "channel",
215
+ "height",
216
+ "width"
217
+ ]
218
+ },
219
+ "observation.images.left_backward": {
220
+ "dtype": "video",
221
+ "shape": [
222
+ 3,
223
+ 1080,
224
+ 1920
225
+ ],
226
+ "names": [
227
+ "channel",
228
+ "height",
229
+ "width"
230
+ ]
231
+ },
232
+ "observation.images.rear": {
233
+ "dtype": "video",
234
+ "shape": [
235
+ 3,
236
+ 1080,
237
+ 1920
238
+ ],
239
+ "names": [
240
+ "channel",
241
+ "height",
242
+ "width"
243
+ ]
244
+ },
245
+ "observation.images.right_backward": {
246
+ "dtype": "video",
247
+ "shape": [
248
+ 3,
249
+ 1080,
250
+ 1920
251
+ ],
252
+ "names": [
253
+ "channel",
254
+ "height",
255
+ "width"
256
+ ]
257
+ },
258
+ "observation.images.map": {
259
+ "dtype": "video",
260
+ "shape": [
261
+ 3,
262
+ 360,
263
+ 640
264
+ ],
265
+ "names": [
266
+ "channel",
267
+ "height",
268
+ "width"
269
+ ]
270
  }
271
  }
272
  }