NikitaBezukhov / Aerial_Dubai_segmentation_UnetPlusPlus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dubai Aerial photo segmentation with Unet++! (ResNet101 backbone)

Was built in Google Colab environment, so make any adjustments needed for it to work on your machine.

You can find code and detailed project analysis in aerial_semantic_segmentation.ipynb notebook.

The results of the training will be presented below.

Dataset consists of 72 unique Dubai Aerial photos and corresponding ground truth masks consisting of 6 classes:

1.Building

2.Land (unpaved area)

3.Road

4.Vegetation

5.Water

6.Unlabeled

Model trained for around 250 epocs (2.5 hours) with a batch size of 28 and fine tuned for couple more hours with a batch size of 56.

Resulting training metrics were:

Screenshot_1

Screenshot_2

Screenshot_3

Below you can see examples of model performance:

prediction_1 prediction_2 prediction_3 prediction_4 prediction_5 prediction_6 prediction_7 prediction_8 prediction_9 prediction_10 prediction_11 prediction_12 prediction_13 prediction_14 prediction_15 prediction_16

About


Languages

Language:Jupyter Notebook 100.0%