by Peifu Liu, Tingfa Xu, Guokai Shi, Jingxuan Xu, Huan Chen, and Jianan Li.
conda create --name SPSD --file requirements.txt
pydensecrf should be installed by:
pip install cython
conda install -c conda-forge pydensecrf
Please download from Baidu Netdisk and place them in the Data
folder. The folder structure should be as follows:
/Data
/color
/train
/test
/GT
/train
/test
/hyperspectral
/train
/test
/spec_sal
/train
/test
/training
/edge_gt
/mask
/pseudo-label
train.txt
test.txt
Note: The hyperspectral data we use is obtained by downsampling the raw data. For the original data, please refer to HSOD-BIT.
Just run the following command:
bash run.sh
We also provide our trained model and detection results. Please download from Baidu Netdisk for reproduction.
We refer to the following repositories:
Thanks for their great work!
This project is licensed under the LICENSE.md.