File size: 1,243 Bytes
6ada976
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: level
    dtype: string
  - name: dataset
    dtype: string
  - name: metadata
    struct:
    - name: scene_name
      dtype: string
    - name: seq_name
      dtype: string
  - name: images
    list: image
  - name: qa
    struct:
    - name: w/ trap
      struct:
      - name: gt_idx
        dtype: int64
      - name: gt_text
        dtype: string
      - name: prompt
        dtype: string
      - name: trap_idx
        dtype: int64
    - name: zero-shot
      struct:
      - name: gt_idx
        dtype: int64
      - name: gt_text
        dtype: string
      - name: prompt
        dtype: string
  - name: depth_images
    list: image
  - name: poses
    list:
      list:
        list: float64
  - name: intrinsic
    list:
      list: float64
  - name: relative_pose_vector
    struct:
    - name: text
      list: string
    - name: value
      list: float64
  - name: tau
    dtype: float64
  - name: central_point_deviation
    dtype: float64
  splits:
  - name: train
    num_bytes: 456496089
    num_examples: 557
  download_size: 454803828
  dataset_size: 456496089
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---