8000 GitHub - alexbnlee/footprint-detection: Building Footprint Detection from Satellite Images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexbnlee/footprint-detection

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Footprint Detection

Building footprint detection from satellite/aerial images with Mask R-CNN and image matting (KNN matting, closed-form matting and Grabcut).

overview

Usage

Run python detect.py for detection, python evaluate.py for evaluation, and python regularize.py for regularizing the footprint. You may have to change the hardcoded paths in these scripts.

Dataset

You can download the cropped aerial image tiles and raster labels from WHU Building Dataset.

File Structure

│  detect.py
│  evaluate.py
│  mrcnn_demo.ipynb
│  
├─matting
│      closed_form_matting.py
│      grabcut.py
│      knn_matting.py
│      solve_foreground_background.py
│      
├─models
│      models_here.txt
│      
├─mrcnn
│      config.py
│      model.py
│      parallel_model.py
│      utils.py
│      visualize.py
│      __init__.py
│      
└─polygon
        regularize.py

About

Building Footprint Detection from Satellite Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.8%
  • Python 16.2%
0