File size: 2,130 Bytes
bddc176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e4f118
bddc176
 
7e4f118
bddc176
 
 
 
 
7e4f118
 
 
 
 
 
 
bddc176
7e4f118
 
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
---
dataset_info:
  features:
  - name: object_name
    dtype: string
  - name: object_room
    dtype: string
  - name: object_id
    dtype: int32
  - name: num_images
    dtype: int32
  - name: views
    sequence: int32
  - name: images
    sequence: image
  - name: image_paths
    sequence: string
  - name: depth_maps
    sequence: image
  - name: depth_paths
    sequence: string
  - name: segmentation_images
    sequence: image
  - name: segmentation_matrices_all
    sequence:
      array2_d:
        shape:
        - 512
        - 512
        dtype: int32
  - name: segmentation_matrices_single
    sequence:
      array2_d:
        shape:
        - 512
        - 512
        dtype: int32
  - name: segmentation_paths
    sequence: string
  - name: segmentation_matrix_all_paths
    sequence: string
  - name: segmentation_matrix_single_paths
    sequence: string
  - name: camera_positions
    sequence:
      array2_d:
        shape:
        - 1
        - 3
        dtype: float32
  - name: camera_poses
    sequence:
      array2_d:
        shape:
        - 4
        - 4
        dtype: float32
  - name: bbox2d_projected
    sequence:
      array2_d:
        shape:
        - 2
        - 2
        dtype: int32
  - name: bbox3d_projected
    sequence:
      array2_d:
        shape:
        - 8
        - 2
        dtype: float32
  - name: bbox2d_tight_visible_part
    sequence:
      array2_d:
        shape:
        - 2
        - 2
        dtype: int32
  - name: bbox2d_tight_whole_object
    sequence:
      array2_d:
        shape:
        - 2
        - 2
        dtype: int32
  - name: visibles
    sequence: bool
  - name: in_views
    sequence: bool
  - name: visible_ratios
    sequence: float32
  - name: visible_pixels
    sequence: int32
  splits:
  - name: train
    num_bytes: 17141032954
    num_examples: 604
  download_size: 1823673031
  dataset_size: 17141032954
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
task_categories:
- image-to-text
tags:
- VLM
- 2D
size_categories:
- 1B<n<10B
---

Dataset used for 3D understanding in VLMs from multiview 2D images.