Home

Awesome

Geoseg - A Computer Vision Package for Automatic Building Segmentation and Outline extraction

Table of Contents

Requirements

Organization

Geoseg
  ├── data/
  │   └── original image tiles
  ├── dataset/
  │   └── image&mask slices from data
  ├── checkpoint/
  │   └── pre-trained models
  ├── logs/
  │   ├── curve
  │   └── raw
  │   └── snapshot
  │   speed.csv
  ├── result/
  │   └── quantitative & qualitative result
  ├── src/
    ├── __init__.py
    ├── models
    │   └── network archs. FCNs, UNet, etc.
    ├── estrain.py
    ├── losses.py
    ├── metrics.py
    ├── runner.py
    ├── test.py
    ├── train.py
    └── vision.py
  

Models

DETAILS

Usage

git clone https://github.com/huster-wgm/geoseg.git

Google Drive or <del> Baidu Yun <del>

ISPRS

Details about the datasets can be found at <a href='#citation'>Citation</a>.

(Only FCN8s, 16s, and 32s. Others here)

Jupyter-notebook LINK

Performance

Visualization

Snapshots

Learning Curve

TODO

Citation

The location, scale, resolution and preprocessing of the NZ32km2 dataset please refer to paper.LINK

@article{wu2018boundary,
  title={A boundary regulated network for accurate roof segmentation and outline extraction},
  author={Wu, Guangming and Guo, Zhiling and Shi, Xiaodan and Chen, Qi and Xu, Yongwei and Shibasaki, Ryosuke and Shao, Xiaowei},
  journal={Remote Sensing},
  volume={10},
  number={8},
  pages={1195},
  year={2018},
  publisher={Multidisciplinary Digital Publishing Institute}
}

The location, scale, resolution and preprocessingof the ISPRS Vaihingen dataset please refer to paper.LINK

@article{wu2019stacked,
  title={A Stacked Fully Convolutional Networks with Feature Alignment Framework for Multi-Label Land-cover Segmentation},
  author={Wu, Guangming and Guo, Yimin and Song, Xiaoya and Guo, Zhiling and Zhang, Haoran and Shi, Xiaodan and Shibasaki, Ryosuke and Shao, Xiaowei},
  journal={Remote Sensing},
  volume={11},
  number={9},
  pages={1051},
  year={2019},
  publisher={Multidisciplinary Digital Publishing Institute}
}

If you use the code for your research, please cite the paper.LINK

@article{wu2018geoseg,
  title={Geoseg: A Computer Vision Package for Automatic Building Segmentation and Outline Extraction},
  author={Wu, Guangming and Guo, Zhiling},
  journal={arXiv preprint arXiv:1809.03175},
  year={2018}
}