File size: 5,173 Bytes
df42af2 |
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 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
---
dataset_info:
features:
- name: dsl_header
dtype: string
- name: dsl_cores
dtype: string
- name: dsl_grids
dtype: string
- name: dsl_architecture
dtype: string
- name: ifc_file
dtype: string
- name: site_id
dtype: int64
- name: building_id
dtype: int64
- name: storey_id
dtype: 'null'
- name: num_stories
dtype: int64
- name: quantize
dtype: int64
- name: global_min
dtype: float64
- name: global_max
dtype: float64
- name: building_label
dtype: string
- name: storey_label
dtype: string
- name: cores_label
dtype: string
- name: core_label
dtype: string
- name: core_min_dim
dtype: float64
- name: grids_label
dtype: string
- name: gridaxes_label
dtype: string
- name: gridline_label
dtype: string
- name: architecture_label
dtype: string
- name: slab_label
dtype: string
- name: roof_label
dtype: string
- name: profile_label
dtype: string
- name: axis_label
dtype: string
- name: hole_label
dtype: string
- name: wall_label
dtype: string
- name: elevation_label
dtype: string
- name: height_label
dtype: string
- name: thickness_label
dtype: string
- name: storey_end_label
dtype: string
- name: wall_end_label
dtype: string
- name: slab_end_label
dtype: string
- name: roof_end_label
dtype: string
- name: grid_end_label
dtype: string
- name: discipline_sep
dtype: string
- name: storey_sep
dtype: string
- name: elt_sep
dtype: string
- name: dsl_path
dtype: string
- name: granularity
dtype: string
- name: discipline
sequence: string
- name: dataset_metadata
struct:
- name: input_path
dtype: string
- name: entity_types
sequence: string
- name: rounding_digits
dtype: int64
- name: normalize_units
dtype: bool
- name: verbose
dtype: bool
- name: sorter_strategy
dtype: string
- name: sorter_element_location
dtype: 'null'
- name: sorter_distance_method
dtype: 'null'
- name: sorter_use_relative_xy
dtype: 'null'
- name: _num_elements
dtype: int64
- name: original_global_min
dtype: float64
- name: original_global_max
dtype: float64
- name: global_min
dtype: float64
- name: global_max
dtype: float64
- name: fixed_dsl_global_min
dtype: float64
- name: fixed_dsl_global_max
dtype: float64
- name: elevations
sequence: float64
- name: original_elevations
sequence: float64
- name: heights
sequence: float64
- name: run_args
struct:
- name: input_path
dtype: string
- name: entity_types
sequence: string
- name: rounding_digits
dtype: int64
- name: normalize_units
dtype: bool
- name: verbose
dtype: bool
- name: sorter_strategy
dtype: string
- name: sorter_element_location
dtype: 'null'
- name: sorter_distance_method
dtype: 'null'
- name: sorter_use_relative_xy
dtype: 'null'
- name: _num_elements
dtype: int64
- name: original_global_min
dtype: float64
- name: original_global_max
dtype: float64
- name: global_min
dtype: float64
- name: global_max
dtype: float64
- name: fixed_dsl_global_min
dtype: float64
- name: fixed_dsl_global_max
dtype: float64
- name: sorter_metadata
struct:
- name: strategy
dtype: string
- name: element_location
dtype: string
- name: distance_method
dtype: string
- name: use_relative_xy
dtype: bool
- name: inverse
dtype: bool
- name: measure
dtype: 'null'
- name: reference_name
dtype: 'null'
- name: elt_types
sequence: string
- name: dsl_mass
dtype: string
- name: token_x_shift
dtype: int64
- name: token_y_shift
dtype: int64
- name: token_z_shift
dtype: int64
- name: modified
dtype: bool
- name: dsl_mass-dsl_architecture
struct:
- name: cleaned_pred
dtype: string
- name: dsl_architecture
dtype: string
- name: dsl_cores
dtype: string
- name: dsl_grids
dtype: string
- name: dsl_mass
dtype: string
- name: full_dsl_generation
dtype: string
- name: model_name
dtype: string
- name: raw_pred
dtype: string
- name: dsl_architecture-dsl_mass
struct:
- name: cleaned_pred
dtype: string
- name: dsl_architecture
dtype: string
- name: dsl_cores
dtype: string
- name: dsl_grids
dtype: string
- name: dsl_mass
dtype: string
- name: full_dsl_generation
dtype: string
- name: model_name
dtype: string
- name: raw_pred
dtype: string
splits:
- name: test
num_bytes: 18189380
num_examples: 400
download_size: 3620728
dataset_size: 18189380
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|