yc-whu / MFMDNet

PyTorch implementation of the model in the paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCENet

This is a PyTorch implementation of the model in this paper:

Multi-source collaborative enhanced for remote sensing images semantic segmentation

Dependencies

  • PyTorch 1.6.0
  • torchvision 0.7.0
  • torchsummary
  • numpy
  • apex
  • imageio
  • tqdm
  • opencv-python
  • Pillow
  • tensorboard
  • tifffile

Tips

Please modify the dataloader/dataset.py according to the name of the images in the dataset

Train:

python main.py --savedir=' Model save path ' --lr=1e-4 --step_loss=50

Citation

Please cite this paper if you use this code in your own work:

@inproceedings{ZhaoMCE,
  title={Multi-source collaborative enhanced for remote sensing images semantic segmentation},
  author={Jiaqi Zhao, Di Zhang, Boyu Shi, Yong Zhou, Jingyang Chen, Rui Yao, Yong Xue},
  booktitle={Neurocomputing},
  year={2022}
}

About

PyTorch implementation of the model in the paper.


Languages

Language:Python 100.0%