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
After obtain the Calgary-Flood datasets, you need to process first and generate lists of image/label files and place as the structure shown below. Every txt file contains the full absolute path of the files, each image/label per line. Note: for train_unsup_image.txt, you can just copy test_image.txt and then rename it to train_unsup_image.txt.
set root_dir and hyper-parameters configuration in ./configs/config.cfg.
run python train.py.
Evaludation
set root_dir and hyper-parameters configuration in ./configs/config.cfg.
set pathCkpt in test.py to indicate the model checkpoint file.
run python test.py.
3.Citation
If this repo is useful in your research, please kindly consider citing our paper as follow.
@article{he2022enhancement,
title={Enhancement of Urban Floodwater Mapping From Aerial Imagery With Dense Shadows via Semi-Supervised Learning},
author={He, Yongjun and Wang, Jinfei and Zhang, Ying and Liao, Chunhua},
journal={IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing},
year={2022},
publisher={IEEE}
}
If our work give you some insights and hints, star me please! Thank you~