shenjianbing / PAGE-Net

Salient Object Detection with Pyramid Attention and Salient Edges (CVPR19)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAGE-Net

===========================================================================

W. Wang, S. Zhao, J. Shen, S. C. H. Hoi, and A. Borji,

Salient Object Detection with Pyramid Attention and Salient Edges,

IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2019

===========================================================================

  1. Download our model from https://drive.google.com/file/d/1_aZtJesUz99-CEcoWEXRGjGJJynAm9ve/view?usp=sharing

  2. Run "main.py".

  3. The computed saliency maps are stored in the "result" folder.

===========================================================================

Our results on DUTS-TE, DUT-OMRON, ECCSD, HKU, PASCAL-S and SOD can be found at https://drive.google.com/file/d/1ujL1U62QrApBYSfcwAib_OUorWH2s6pW/view?usp=sharing

===========================================================================

Citation:

	@InProceedings{Wang_2019_CVPR,
	author = {Wang, Wenguan and Zhao, Shuyang and Shen, Jianbing and Hoi, Steven C. H. and Borji, Ali},
	title = {Salient Object Detection With Pyramid Attention and Salient Edges},
	booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition},
	year = {2019}
	}

===========================================================================

Contact Information Email:

wenguanwang.ai@gmail.com

About

Salient Object Detection with Pyramid Attention and Salient Edges (CVPR19)