Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.73 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.73 KB

Road Segmentation for Remote Sensing Images using Adversarial Spatial Pyramid Networks

ASPN Architecture

Python Implementation of ["Road Segmentation for Remote Sensing Images using Adversarial Spatial Pyramid Networks"]




Results





Prepare Data

The dataset can be downloaded from this kaggle link. Some of the images in training set does not have corresponding masks. The training code filters out those images. All the images are of size 800x800. Code for data analysis is in this notebook.

Citation

If you find this project useful, we would be grateful if you cite the paper:

@article{shamsolmoali2020road,
  title={Road segmentation for remote sensing images using adversarial spatial pyramid networks},
  author={Shamsolmoali, Pourya and Zareapoor, Masoumeh and Zhou, Huiyu and Wang, Ruili and Yang, Jie},
  journal={IEEE Transactions on Geoscience and Remote Sensing},
  year={2020},
  publisher={IEEE}
}