This repo is an official implementation of the QSFNet. Quality-aware Selective Fusion Network for VDT Salient Object Detection. IEEE Transactions on Image Processing (2024).
Download the pretrained model swin_base_patch4_window12_384_22k.pth and resnet34-333f7ec4.pth.
You can train the three stages entirely by using
python Train_all.py
or train the three stages step by step, using
python Mtrain.py
python QAtrain.py
python Ttrain.py
python test_all.py
@article{bao2024quality,
title={Quality-aware Selective Fusion Network for VDT Salient Object Detection},
author={Bao, Liuxin and Zhou, Xiaofei and Lu, Xiankai and Sun, Yaoqi and Yin, Haibing and Hu, Zhenghui and Zhang, Jiyong and Yan, Chenggang},
journal={IEEE Transactions on Image Processing},
year={2024},
volume={33},
pages={3212 - 3226},
publisher={IEEE}
}
lxbao@hdu.edu.cn
or zxforchid@outlook.com
.