File size: 3,423 Bytes
8ead554
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "buildings_and_roof_features": {
    "structures": [
      "building",
      "house",
      "apartment",
      "townhouse",
      "shed",
      "garage"
    ],
    "roof_elements": [
      "rooftop",
      "chimney",
      "rooftop_ac_unit",
      "solar_panel",
      "skylight",
      "rooftop_water_tank"
    ],
    "extensions": [
      "balcony",
      "awning"
    ]
  },
  "transportation": {
    "vehicles": [
      "car",
      "truck",
      "van",
      "bus",
      "motorcycle",
      "bicycle",
      "trailer",
      "forklift",
      "boat",
      "ship"
    ],
    "road_surface_components": [
      "road",
      "street",
      "alley",
      "driveway",
      "parking_lot",
      "parking_space",
      "sidewalk",
      "crosswalk",
      "curb",
      "median",
      "road_shoulder",
      "asphalt_patch",
      "lane_marking",
      "arrow_marking",
      "stop_line"
    ],
    "traffic_signs": [
      "stop_sign",
      "yield_sign",
      "speed_limit_sign",
      "one_way_sign",
      "no_entry_sign",
      "pedestrian_crossing_sign",
      "warning_sign",
      "roundabout_sign",
      "detour_sign",
      "construction_sign",
      "directional_sign",
      "parking_sign"
    ],
    "traffic_infrastructure": [
      "traffic_light",
      "traffic_signal",
      "traffic_island",
      "bollard",
      "guardrail",
      "crash_barrier",
      "traffic_cone"
    ],
    "rail_air_port": [
      "railway_track",
      "railroad_switch",
      "railway_crossing",
      "train_platform",
      "runway",
      "taxiway",
      "helipad",
      "dock",
      "pier",
      "jetty"
    ]
  },
  "water_features": [
    "river",
    "stream",
    "creek",
    "pond",
    "lake",
    "pool",
    "fountain",
    "drainage_ditch",
    "stormwater_drain",
    "canal",
    "wetland_patch",
    "water_channel",
    "culvert"
  ],
  "vegetation": {
    "plants": [
      "tree",
      "shrub",
      "bush",
      "hedge",
      "grass",
      "lawn",
      "flower_bed",
      "garden"
    ],
    "agriculture": [
      "crop_row",
      "vineyard_row",
      "orchard_tree",
      "hedge_line",
      "stump"
    ]
  },
  "industrial_and_utilities": [
    "power_pole",
    "powerline",
    "transmission_tower",
    "transformer_box",
    "utility_cabinet",
    "gas_tank",
    "storage_container",
    "dumpster",
    "warehouse_loading_bay",
    "conveyor_belt",
    "crane",
    "industrial_vent",
    "cooling_tower"
  ],
  "recreation_and_urban_amenities": [
    "playground",
    "slide",
    "swing",
    "basketball_court",
    "tennis_court",
    "soccer_goal",
    "baseball_diamond",
    "skate_park",
    "bench",
    "picnic_table",
    "bike_rack",
    "drinking_fountain"
  ],
  "construction_site_features": [
    "construction_vehicle",
    "excavator",
    "bulldozer",
    "dirt_pile",
    "materials_stack",
    "concrete_mixer",
    "rebar",
    "foundation_pit",
    "scaffolding",
    "temporary_fencing",
    "crane"
  ],
  "agricultural_and_rural": [
    "barn",
    "silo",
    "hay_bale",
    "irrigation_pipe",
    "greenhouse",
    "field_plot",
    "tractor",
    "farm_shed",
    "pivot_irrigation_circle",
    "water_trough"
  ],
  "misc_objects": [
    "mailbox",
    "fence",
    "wall",
    "gate",
    "signboard",
    "billboard",
    "lamp_post",
    "trash_can",
    "recycling_bin",
    "shipping_container",
    "canopy",
    "pergola"
  ]
}