This notebook uses data that is part of the DeepGlobe Challenge. A UNet architecture is used to predict segmentation maps of satellite imagery. The masks classify between 7 different classes for land use: urban, agriculture, rangeland, forest, water, barren, and unknown.
The dataset used in this notebook includes only the training set from the original land use segmentation challenge, as the challenge is over and ground truth masks for validation and test sets are no longer available. Masks were included as RGB color maps, with different (often overlaying) colors representing the different classes. Hence, the data is pre-processed to convert to class labels for training and evaluation.
This implementation is inspired in-part by this medium article.
