The PyTorch implementation of RGB-D Salient Object Detection with Ubiquitous Target Awareness.
NOTE: UTA is an extension work of DASNet.
- python=3.7
- pytorch==1.6.0
- torchvision=0.7.0
- apex==0.1
- opencv-python==4.2
- res: resnet pre-trained models
- eval: test results
- data: datasets
- checkpoint: models
- Download the model into
checkpoint
folder.
cd src
python train_UTA.py
cd src
python test.py
cd eval
matlab
main
- If you find this work is helpful, please cite our paper
@ARTICLE{zhao2021UTA,
author={Zhao, Yifan and Zhao, Jiawei and Li, Jia and Chen, Xiaowu},
journal={IEEE Transactions on Image Processing},
title={RGB-D Salient Object Detection With Ubiquitous Target Awareness},
year={2021},
volume={30},
number={},
pages={7717-7731},
doi={10.1109/TIP.2021.3108412}}
This project is based on the following implementations: