Home

Awesome

UTA

The PyTorch implementation of RGB-D Salient Object Detection with Ubiquitous Target Awareness.

NOTE: UTA is an extension work of DASNet.

Prerequisites

Dir

Datasets

Model

Train

cd src
python train_UTA.py

Test

cd src
python test.py

Evaluation

cd eval
matlab
main

Citation

@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}}

Reference

This project is based on the following implementations: