Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The official PyTorch implementation of IEEE Transactions on Image Processing 2021 paper "Rethinking the U-shape Structure for Salient Object Detection"

NotificationsYou must be signed in to change notification settings

zal0302/CII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Prerequisites

Usage

1. Clone the repository

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

2. Download the datasets

Download the followingdatasets for testing and unzip them intodata folder.

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

Download the following pre-trained models for CII withResNet50 backbone andResNet18 backbone intosaved/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 undersaved/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 forResNet50 backbone andResNet18 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}}

About

The official PyTorch implementation of IEEE Transactions on Image Processing 2021 paper "Rethinking the U-shape Structure for Salient Object Detection"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp