Skip to content

lixin666/MSB-FCN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Multi-Scale Bidirectional FCN for Object Skeleton Extraction

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

Introduction

This repository is for 'Multi-Scale Bidirectional FCN for Object Skeleton Extraction'.

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/fanyang587/MSB-FCN.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:

    python test.py

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

Citation

If MSB-FCN is useful for your research, please consider citing:

 @inproceedings{Yang_2018_AAAI,
    author = {Yang, Fan and Li, Xin and Cheng, Hong and Guo, Yuxiao and Chen, Leiting and Li, Jianping},
    title = {Multi-Scale Bidirectional FCN for Object Skeleton Extraction},
    booktitle = {AAAI},
    month = {February}
    year = {2018}
  }

Question

Please contact 'fanyang_uestc@hotmail.com'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 47.1%
  • C++ 41.2%
  • Python 4.2%
  • Cuda 3.3%
  • MATLAB 1.9%
  • CMake 1.4%
  • Other 0.9%