Skip to content

clelouch/CFIDNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFIDNet

This repo. is an official implementation of the CFIDNet , which has been accepted in the journal Neural computing and applications, 2022.

The main pipeline is shown as the following, CFIDNet

And some visualization results are listed results

Dependencies

>= Pytorch 1.0.0
OpenCV-Python
[optional] matlab

Training

pretrained resnet50 is available at (Baidu) [code:nfih]

python main.py --mode=train

Test

 python main.py --mode=test --model=./pretrained/best.pth --sal_mode="DES"

We provide the trained model file (Baidu) [code:itp2]

The saliency maps are also available (Baidu). [code:labl]

Citation

Please cite the CFIDNet in your publications if it helps your research:

@article{CHEN2022,
  title = {CFIDNet: Cascaded Feature Interaction Decoder for RGB-D Salient Object Detection},
  author = {Tianyou Chen and Xiaoguang Hu and Jin Xiao and Guofeng Zhang and Shaojie Wang},
  journal = {Neural Computing and Applications},
  year = {2022},
}

Reference

poolnet BBSNet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published