Semantic Segmentation Network with Spatial and Channel Attention Mechanism for High-Resolution Remote Sensing Images
Prerequisites
tensorflow 1.4.0 python 2.7
- Please put your train image, train_label into the path ./dataset/train_img, ./dataset/train_label
- Run python train.py to get the checkpoint file
- Run python predict.py to get the predicted results.