Code Monkey home page Code Monkey logo

cii's Introduction

Rethinking the U-shape Structure for Salient Object Detection

This is the official PyTorch implementation of our TIP 2021 paper.

Prerequisites

Usage

1. Clone the repository

git clone https://github.com/zal0302/CII.git
cd CII/

2. Download the datasets

Download the following datasets for testing and unzip them into data folder.

3. Download the pre-trained models for CII and backbone

Download the following pre-trained models for CII with ResNet50 backbone and ResNet18 backbone into saved/models folder.

4. Test

For all datasets testing used in our paper for ResNet50 backbone:

python test.py -r saved/models/cii.pth -c saved/models/config.json

and for ResNet18 backbone:

python test.py -r saved/models/cii_res18.pth -c saved/models/config_resnet18.json

All results saliency maps will be stored under saved/results folders in .png formats.

5. Pre-computed results and evaluation results

You may refer to this repo for results evaluation: SalMetric.

We provide the pre-computed saliency maps and evaluation results for ResNet50 backbone and ResNet18 backbone.

6. Contact

If you have any questions, feel free to contact me via: liuzhiang(at)mail.nankai.edu.cn.

If you think this work is helpful, please cite

@article{liu2021rethinking,
  title={Rethinking the U-Shape Structure for Salient Object Detection},
  author={Liu, Jiang-Jiang and Liu, Zhi-Ang and Peng, Pai and Cheng, Ming-Ming},
  journal={IEEE Transactions on Image Processing},
  volume={30},
  pages={9030--9042},
  year={2021},
  publisher={IEEE}
}
@article{liu2022poolnet+,
  title={Poolnet+: Exploring the potential of pooling for salient object detection},
  author={Liu, Jiang-Jiang and Hou, Qibin and Liu, Zhi-Ang and Cheng, Ming-Ming},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2022},
  publisher={IEEE}
}

cii's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

hit421 abandonsea

cii's Issues

关于RGC模块中参数共享的问题请教

十分感谢您Rethinking the U-Shape Structure for Salient Object Detection这个工作,从中学习了很多。在具体实现时,我有一个关于RGC模块中参数共享的问题:假设U型结构编码器各层的通道数分别为16,32,64,128和256,那么RGC模块的输入通道数和输出通道数都该是多大呢?比如对于通道数为256的层,它经过RGC模块输出的通道数要设成16吗?之后还需要把16通过111卷积变成256?希望得到您的回复,谢谢。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.