Skip to content
/ UTA Public

RGB-D Salient Object Detection with Ubiquitous Target Awareness. IEEE Transactions on Image Processing (TIP) 2021

License

Notifications You must be signed in to change notification settings

iCVTEAM/UTA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTA

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

NOTE: UTA is an extension work of DASNet.

Prerequisites

  • python=3.7
  • pytorch==1.6.0
  • torchvision=0.7.0
  • apex==0.1
  • opencv-python==4.2

Dir

  • res: resnet pre-trained models
  • eval: test results
  • data: datasets
  • checkpoint: models

Datasets

Model

  • Download the model into checkpoint folder.

Train

cd src
python train_UTA.py

Test

cd src
python test.py

Evaluation

cd eval
matlab
main

Citation

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

Reference

This project is based on the following implementations:

About

RGB-D Salient Object Detection with Ubiquitous Target Awareness. IEEE Transactions on Image Processing (TIP) 2021

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published