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
MS4D-Net: Multitask-Based Semi-Supervised Semantic Segmentation Framework with Perturbed Dual Mean Teachers for Building Damage Assessment from High-Resolution Remote Sensing Imagery
This is a PyTorch implementation of a semi-supervised learning framework for building damage assessment. The manuscript can be visited via https://www.mdpi.com/2072-4292/15/2/478.
1. Directory Structure
You need to first generate lists of pre- and post-image/label files and place as the structure shown below. Every txt file contains the full absolute path of the files, each file per line. To ensure you can understand what are the files, we give three tif files as examples. The image file is the RGB-band file and label file is the 256-bit image with value from 0 to 255.
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{he2023ms4d,
title={MS4D-Net: Multitask-Based Semi-Supervised Semantic Segmentation Framework with Perturbed Dual Mean Teachers for Building Damage Assessment from High-Resolution Remote Sensing Imagery},
author={He, Yongjun and Wang, Jinfei and Liao, Chunhua and Zhou, Xin and Shan, Bo},
journal={Remote Sensing},
volume={15},
number={2},
pages={478},
year={2023},
publisher={Multidisciplinary Digital Publishing Institute}
}
If our work give you some insights and hints, star me please! Thank you~