This repo. is an official implementation of the AFNet , which has been accepted in the journal Neurocomputing, 2023.
The main pipeline is shown as the following,
And some results are presented
>= Pytorch 1.0.0
OpenCV-Python
[optional] matlab
Training and testing datasets are available at
(Baidu) [code:jyb2]
python train.py
We provide the trained backbone Google.
python test.py
We provide the trained model file (Baidu) [code:r7wc] (Google)
The prediction results are also available (Baidu). [code:ijj9]
Please cite the AFNet
in your publications if it helps your research:
@article{CHEN2022,
title = {Adaptive fusion network for RGB-D salient object detection},
author = {Tianyou Chen and Jin Xiao and Xiaoguang Hu and Guofeng Zhang and Shaojie Wang},
journal = {Neurocomputing},
year = {2023},
}