This is the official code of our paper "Progressive multi-scale fusion network for RGB-D salient object detection".
-
Set the
--datasets_root_train
and--datasets_root_test
path in config.py. -
Run train.py.
-
After training the result model will be stored under
model*
folder.
python generate_salmap.py --exp_name='./'
Run python test_metric_score.py
To cite this code for publications - please use:
@article{ren2022progressive,
title={Progressive multi-scale fusion network for RGB-D salient object detection},
author={Ren, Guangyu and Xie, Yanchun and Dai, Tianhong and Stathaki, Tania},
journal={Computer Vision and Image Understanding},
volume={223},
pages={103529},
year={2022},
publisher={Elsevier}
}