This repository is for satellite/aerial image (sai) segementation & classification.
- Stacked U-net
- [Fusenet]
- Download the ISPRS dataset
- Modify the "data:path" in saiseg/configs/isprs_*.yml with your correct dataset path.
[sudo] python train.py
- To add the visualization
- To add other datasets implemented
- numpy
- scipy
- pytorch >=0.3.1
- torchvision ==0.2.0
- sklearn
- Awesome Semantic Segmentation
- Related satellight/aerial image (sai) datasets
- CVPR2018 satellight imagery analysis papers
- DeepGlobe-Road-Extraction-Challenge
This project is implemented with making references from @meetshah1995.