Skip to content

garygarygogogo/PSCFNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSCFNet: Prototype Learning and Spatial Consistent Feature Fusion for Efficient Salient Object Detection

This is the official code for the IJCNN 2024 paper: "PSCFNet: Prototype Learning and Spatial Consistent Feature Fusion for Efficient Salient Object Detection".

Requirements

  • Python 3.8
  • PyTorch 1.10.0
  • cuda 11.4

Prepare Datasets

Download the following datasets and unzip them into GT folder

Prepare Backbone

Download the following backbone and create a directory pretrain_models to place it.

Training and Testing

You can train the model as followed.

    python train.py

For testing, you have to prepare a pretrained model. You can train one by yourself.

    python test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages