Giter Site home page Giter Site logo

liurixian / objectcontourdetector Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jimeiyang/objectcontourdetector

0.0 2.0 0.0 20.71 MB

CMake 0.89% Makefile 4.17% HTML 9.41% CSS 0.14% C++ 67.11% MATLAB 9.89% Mercury 0.01% C 1.22% Python 4.37% Shell 0.16% Cuda 2.17% Protocol Buffer 0.48%

objectcontourdetector's Introduction

objectContourDetector

This is the code for arXiv paper Object Contour Detection with a Fully Convolutional Encoder-Decoder Network by Jimei Yang, Brian Price, Scott Cohen, Honglak Lee and Ming-Hsuan Yang, 2016.

Contents

  • This code includes
  • the Caffe toolbox for Convolutional Encoder-Decoder Networks (caffe-cedn)
  • scripts for training and testing the PASCAL object contour detector, and
  • scripts to refine segmentation anntations based on dense CRF.
  • It is tested on Linux (Ubuntu 14.04) with NVIDIA TITAN X GPU.

Please follow the instructions below to run the code.

Compilation

  • Compile the Caffe, matcaffe and pycaffe in the caffe-cedn package.

Training on PASCAL

  • Download the pre-processed dataset by running the script
./data/PASCAL/get_pascal_training_data.sh
  • Download the VGG16 net for initialization by running the script
./models/get_vgg16_net.sh
  • Start training by running the script
./code/train.sh
  • Test the learned network by running the script
./code/test.sh

Testing the pre-trained model

  • Download the pre-trained model by running the script
./models/PASCAL/get_pretrained_pascal_net.sh

Citation

If you find this useful, please cite our work as follows:

@inproceedings{yang2016object,
  title={Object Contour Detection with a Fully Convolutional Encoder-Decoder Network},
  author={Yang, Jimei and Price, Brian and Cohen, Scott and Lee, Honglak and Yang, Ming-Hsuan},
  journal={arXiv preprint arXiv:1603.04530},
  year={2016}
}

Please contact "[email protected]" if any questions.

objectcontourdetector's People

Contributors

jimeiyang avatar

Watchers

James Cloos avatar Rixian Liu 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.