Giter VIP home page Giter VIP logo

c2snet's Introduction

Contour Knowledge Transfer for Salient Object Detection

by Xin Li, Fan Yang, Hong Cheng, Wei Liu and Dinggang Shen

Introduction

This repository is for 'Contour Knowledge Transfer for Salient ObjectDetection'.

Installation

For installation, please follow the instructions of Caffe.

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/C2SNet.git
  2. Build Caffe and pycaffe:

    cd caffe-master
    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 'code'.

    • We provide two models trained with 10K (MSRA10K) and 30K (MSRA10K + Web Images) training images. Download trained models and put them in folder 'code/models':

    • C2SNet10K.caffemodel: BaiduYun or GoogleDrive

    • C2SNet30K.caffemodel: BaiduYun or GoogleDrive

    • Put the test images in folder 'images', and run

    python run_demo.py

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

  2. Results:

Citation

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

@inproceedings{xin2018c2s,
  author = {Li, Xin and Yang, Fan and  Cheng, Hong, and Liu, Wei and Shen, Dinggang},
  title = {Contour Knowledge Transfer for Salient Object Detection},
  booktitle = {ECCV},
  year = {2018}
}

Question

Please contact '[email protected]' Or '[email protected]'

c2snet's People

Contributors

lixin666 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.