This is the source code for our paper in ICCV 2017: 'Saliency Pattern Detection by Ranking Structured Trees'. Lei Zhu, Haibin Ling, Jin Wu, Huiping Deng and Jin Liu.
The project is build on MATLAB and is validated on both Windows 10 and Ubuntu 16.04 with CUDA 8. While in Windows system, visual studio 2013 is tested for generating the mex files.
-
Download dependencies from Baidu Yun or Google Drive. Please place both folders
data
andtoolboxes
into the root directory. -
Compile
MatConvNet
intoolboxes
if it is necessary. Please refer to the official guide for the instruction. -
Put your own images in JPEG format into the folder
test_samples
and run the striptmain_custom.m
. The saliency maps can be found in foldertest_samples_result
.
You can also download the saliency maps from Baidu Yun or Google Drive.
If you find the code useful, please cite the following Bibtex code
@inproceedings{RSTsaliency-zhul,
title = {Saliency Pattern Detection by Ranking Structured Trees},
booktitle = {International Conference on Computer Vision},
author = {Zhu, L. and Ling, H. and Wu, J. and Deng, H. and Liu, J.},
month = {Oct.},
year = {2017}
}
For academic usage, the code is released under the permissive BSD license. For any commercial purpose, please contact the authors.