Home

Awesome

License: MIT

Final Project at Spiced Academy

The associated presentation can be found here

Semantic Segmentation of Satellite Imagery

As part of the final project for the Data Science Bootcamp at Spiced Academy, the processing of satellite imagery from various sources by means of CNN models is considered. Two main topics are being considered:

  1. Semantic segmentation of satellite imagery of roof-top/roads/etc based on med-to-high resolution aerial or satellite imagery
  2. Fusing multiple segmentation models based on different datasets into a single edge-deployable model for inference.

Possible application areas could be land-surveillance (e.g. illegal deforestation, or waste dumping), crop/soil monitoring for agricultural purposes or disaster relief coordination.

Roof-top Segmentation

A roof-top segmentation model was built based on the AIRS dataset covering 457sq km of the city of Auckland, NZ.

Car Segmentation

A car segmentation is was built, based on the 2D Semantic Labeling Contest - Potsdam.

Roads segmentation

A road segmentation model was built, using the RoadNet dataset. The intended challenge is to combine the resulting models with the roof-top segmentation model, into a single live infer-able model.

Documentation

The associated presentation can be found here

References