It is the python-keras implementation of the paper: A Shallow-to-Deep Feature Fusion Network for VHR Remote Sensing Image Classification
For more ore information, please see our published paper at IEEE TGRS
Window 10
Python 3.6
CPU or NVIDIA GPU
CUDA 9.0
Keras 2.2.4
You can run a demo to get started.
python SDF2N_demo.py
In this case, the data structure should be the following:
"""
Image classification data set with pixel-level binary labels;
├─Image
├─Label
├─Train_set
└─Test_set
"""
If you use this code for your research, please cite our papers.
@ARTICLE{9785804,
author={Liu, Sicong and Zheng, Yongjie and Du, Qian and Bruzzone, Lorenzo and Samat, Alim and Tong, Xiaohua and Jin, Yanmin and Wang, Chao},
journal={IEEE Transactions on Geoscience and Remote Sensing},
title={A Shallow-to-Deep Feature Fusion Network for VHR Remote Sensing Image Classification},
year={2022},
volume={60},
number={},
pages={1-13},
doi={10.1109/TGRS.2022.3179288}}
Our code is inspired by keras-MDFN.