Skip to content

TiantianWang/ECCV16_KSR

Repository files navigation

Kernelized Subspace Ranking for Saliency Detection

This package has the source code for the paper "Kernelized Subspace Ranking for Saliency Detection" (ECCV16).

Paper link

The paper can be found in Baidu Drive or Google Drive.

Installation

  1. Install prerequsites for Caffe (see: Caffe installation instructions)
  2. Compile the ./sds_eccv2014-master/extern/caffe-mastersubmodule.
  3. Compile the ./gop_1.3 submodule.

Prerequisites

Download pretrained SDS model from Baidu Drive or Google Drive. Then put it into the ./sds_eccv2014-master folder.

Train & Test

  1. Train: run runme_train.m to generate trained model in the ./trained_model folder.
  2. Test: run runme_test.m to generate saliency maps in the ./saliency_map folder.

Our Trained Model

Download trained models from Baidu Drive or Google Drive. Then put it into the ./trained_model folder.

Saliency Map

Download saliency map from Baidu Drive or Google Drive.

Citing this work

If you find this work useful in your research, please consider citing:

 @inproceedings{wangeccv16,
    Author={Tiantian Wang and Lihe Zhang and Huchuan Lu and Chong Sun and Jinqing Qi},
    Title={Kernelized Subspace Ranking for Saliency Detection},
    Booktitle={European Conference on Computer Vision (ECCV)},
    Year={2016}
 }

Contact

[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published