/Building-Extraction

Building Extraction / Semantic Segmentation from remote sensing images

Primary LanguageJupyter Notebook

Building -Extraction

This repository contains several implementation demos of deep learning based building extraction with tensorflow.

  1. Single-pixel based segmentation: simple CNN & Residual Network.

  2. Fully convolutional network, based on the paper Fully Convolutional Networks for Semantic Segmentation.

  3. U-Net, based on the paper U-Net: Convolutional Networks for Biomedical Image Segmentation.

Data

A small example data from ISPRS is provided in data/vaihingen-trial-data-raw. A cropping script is provided as data/crop_tile.py, which can crop a big tile to small patches.