File size: 2,516 Bytes
070eb3d
 
8797f70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c077d0b
55463ce
c077d0b
 
8797f70
070eb3d
 
 
 
 
 
 
 
 
 
 
 
 
 
00d989a
070eb3d
 
 
 
7810ee7
070eb3d
7810ee7
 
070eb3d
 
7810ee7
 
070eb3d
 
7810ee7
070eb3d
7810ee7
 
070eb3d
 
 
00d989a
070eb3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9af5c91
6e04027
9af5c91
 
070eb3d
8797f70
 
 
 
070eb3d
 
 
 
 
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
---
dataset_info:
- config_name: consistency
  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: 245826357
    num_examples: 300
  download_size: 252572633
  dataset_size: 245826357
- config_name: default
  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: 575489217
    num_examples: 697
  download_size: 574193105
  dataset_size: 575489217
configs:
- config_name: consistency
  data_files:
  - split: train
    path: consistency/train-*
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---