Home

Awesome

CTDNet

The PyTorch code for ACM MM2021 paper "Complementary Trilateral Decoder for Fast and Accurate Salient Object Detection"

Requirements

Dataset

Download the SOD datasets and unzip them into data folder.

Train

cd src
python train.py

Test

cd src
python test.py

Results

Evaluation

    cd eval
    matlab main

Citation

@inproceedings{zhao2021complementary,
  title={Complementary Trilateral Decoder for Fast and Accurate Salient Object Detection},
  author={Zhao, Zhirui and Xia, Changqun and Xie, Chenxi and Li, Jia},
  booktitle={Proceedings of the 29th ACM International Conference on Multimedia},
  pages={4967--4975},
  year={2021}
}

Reference

This project is based on the implementation of F3Net.