source code for our CVPR 2020 paper “Learning Selective Self-Mutual Attention for RGB-D Saliency Detection” by Nian Liu, Ni Zhang and Junwei Han.
created by Ni Zhang, email: nnizhang.1995@gmail.com
python generate_list.py
to generate the image lists.python train.py
python test.py
and the saliency maps will be generated in the ./output directory.Our saliency maps can be download from [baidu pan fetch code: frzb | Google drive].
We use some opensource codes from Non-local_pytorch, denseASPP. Thanks for the authors.
If you think our work is helpful, please cite
@inproceedings{liu2020S2MA,
title={Learning Selective Self-Mutual Attention for RGB-D Saliency Detection},
author={Liu, Nian and Zhang, Ni and Han, Junwei},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
pages={13756--13765},
year={2020}
}