DengPingFan / CoEGNet

Re-thinking Co-Salient Object Detection, TPAMI 2021

Home Page:http://dpfan.net/cosod3k/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoEGNet

Code for "Re-thinking Co-Salient Object Detection" IEEE TPAMI2021.

Pipeline

pipeline

Stage 1

1.1 Environments (Caffe && Matlab)

The caffe package is borrowed from https://github.com/BVLC/caffe

1.2 Pre-trained models in Caffe:

1.3 test

  • simple run ./stage1/demo.m, then we can obtain the initial cosal activations

Stage 2

2.1 Prerequisite

  • Python 3.7, PyTorch 1.1.0

2.2 test

  • python ./stage2/run_sample.py (Thanks for Ahn et al.'s implement, our postprocessing is inspired by IRNET)

The results of CoEGNET

Baidu Cloud: https://pan.baidu.com/s/19hIlViLbby-a7vQw17ZTVw Fetchcode: f4p3

Google Cloud: https://drive.google.com/file/d/1AK9UNR5mLHQakOTkRawcKSDg8YwIu-xJ/view?usp=sharing

Tips

The sub-net of Co-EGNet is our previous version EGNet. Please refer to the training details in: https://github.com/JXingZhao/EGNet

CoSOD3K dataset: https://github.com/DengPingFan/CoSOD3K

Citation

If you use this code, please cite our paper:

@article{deng2021re,
  title={Re-thinking co-salient object detection},
  author={Deng-Ping, Fan and Tengpeng, Li and Zheng, Lin and Ge-Peng, Ji and Dingwen, Zhang and Ming-Ming, Cheng and Huazhu, Fu and Jianbing, Shen},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  doi={10.1109/TPAMI.2021.3060412}, 
  year={2021}
}

About

Re-thinking Co-Salient Object Detection, TPAMI 2021

http://dpfan.net/cosod3k/


Languages

Language:Python 53.5%Language:MATLAB 35.5%Language:C++ 7.7%Language:C 3.1%Language:Makefile 0.1%Language:Shell 0.1%Language:M 0.1%