A-bi-directional-message-passing-model-for-salient-object-detection
April 23, 2019 ยท View on GitHub
Introduction
This package contains the source code for A Bi-directional Mssage Passing Model for Salient Object Detection, CVPR 2018. This code is tested on Tensorflow 1.2.1 Ubuntu14.04.
Usage Instructions
Test
- Instill these requirements if necessary: Python 2.7, Tensorflow 1.2.1, Numpy, Opencv.
- Put your test images in the
./datadirectory. - Download the pretrained model from here, and put it under the
./modeldirectory. - Run
TestingModel.pyto generate saliency map.
Train
- Built
a train_list.txtfor your training data, and revise the data path inTrainingModel.py. - Run
TrainingModel.pyfor training the saliency model.
Saliency Map
Saliency map of this paper can be downloaded BaiduYun, GoogleDrive.
Citation
@InProceedings{Zhang_2018_CVPR,
author = {Zhang, Lu and Dai, Ju and Lu, Huchuan and He, You and Wang, Gang},
title = {A Bi-Directional Message Passing Model for Salient Object Detection},
booktitle = CVPR,
year = {2018}}