Occupancy classifier

Occupancy class is an important parameter for natural hazard risk analysis of a building. The occupancy model in the current version of BRAILS is trained on a dataset consists of residential buildings that are classified into three categories: single-family buildings (RES1), multi-family buildings (RES3) and commercial buildings (COM). Data of other occupancy classes are being collected and will be added to the new versions of BRAILS.

Examples of different occupancy type is shown in Table 1.2.3.

Table 1.2.3 Examples of different occupancy types
../../_images/RES1.jpg

Fig. 1.2.8 Single-Family Building

../../_images/RES3.jpg

Fig. 1.2.9 Multi-Family Building

../../_images/42915.jpg

Fig. 1.2.10 Commercial Building

The classifier is trained using a 50-layer ResNet [HZRS16], a widely used ConvNet architecture for images feature recognition.

Its architecture is shown in Fig. 1.2.14.

ResNet

Fig. 1.2.11 ResNet