You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the weakly supervised learning framwork for domain adaptation of built-up regions segmnentation based on the work described in ISPRS Photogrametery and Remote Sensing 2020 paper "[WAN: Weakly-Supervised Domain Adaptation for Built-up Region Segmentation in Aerial and Satellite Imagery]".
(https://arxiv.org/pdf/2007.02277.pdf).
Requirements:
The code is tested in Ubuntu 16.04. It is implemented based on Keras with tensorflow backend and Python 3.5. For GPU usage, the maximum GPU memory consumption is about 7 GB in a single GTX 1080.
To run the code, you need to set the data paths of source data (data-root) and target data (data-root-tgt) by yourself. Besides that, you can keep other argument setting as default.
@inproceedings{iqbal2020weakly,
title={Weakly-supervised domain adaptation for built-up region segmentation in aerial and satellite imagery},
author={Iqbal, Javed and Ali, Mohsen},
journal={ISPRS Journal of Photogrammetry and Remote Sensing},
volume={167},
pages={263--275},
year={2020},
publisher={Elsevier}
}