lixin666 / MSC-NET

Multi-Scale Cascade Network for Salient Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Scale Cascade Network for Salient Object Detection

by Xin Li, Fan Yang, Hong Cheng, Junyu Chen, Yuxiao Guo, Leiting Chen

Introduction

This repository is for 'Multi-Scale Cascade Network for Salient Object Detection'.

Installation

For installation, please follow the instructions of Caffe and hszhao.

The code has been tested successfully on Ubuntu 14.04 with CUDA 8.0.

Usage

  1. Clone the repository:

    git clone https://github.com/lixin666/MSC-NET.git
  2. Build Caffe and pycaffe:

    cd $ROOT
    cp Makefile.config.example Makefile.config
    vim Makefile.config
    make -j8 && make pycaffe

ps: You should uncomment 'WITH_PYTHON_LAYER := 1' in Makefile.config before compiling.

  1. Test:

    • Test code is in folder 'test'.
    • Download trained models and put them in folder 'test/models':
    • Put the test images in folder 'images', and run
    python test.py

    -After that, the results will be genrated in folder 'results'.

Citation

If MSCNet is useful for your research, please consider citing:

@inproceedings{li2017mscnet,
  author = {Xin Li and Fan Yang and Hong Cheng 
            and Junyu Chen and Leiting Chen},
  title = {Multi-Scale Cascade Network for Salient Object Detection},
  booktitle = {ACM MM},
  year = {2017}
}

Question

Please contact 'fanyang_uestc@hotmail.com'

About

Multi-Scale Cascade Network for Salient Object Detection

License:Other


Languages

Language:C++ 79.3%Language:Python 7.2%Language:Cuda 6.5%Language:MATLAB 3.3%Language:CMake 2.6%Language:Makefile 0.6%Language:Shell 0.3%Language:C 0.2%Language:Limbo 0.0%