Giter Club home page Giter Club logo

segflow's Introduction

SegFlow: Joint Learning for Video Object Segmentation and Optical Flow

Alt Text

Project webpage: https://sites.google.com/site/yihsuantsai/research/iccv17-segflow
Contact: Jingchun Cheng (chengjingchun at gmail dot com)

Paper

SegFlow: Joint Learning for Video Object Segmentation and Optical Flow
Jingchun Cheng, Yi-Hsuan Tsai, Shengjin Wang and Ming-Hsuan Yang
IEEE International Conference on Computer Vision (ICCV), 2017.

This is the authors' demo code described in the above paper. Please cite our paper if you find it useful for your research.

@inproceedings{Cheng_ICCV_2017,
  author = {J. Cheng and Y.-H. Tsai and S. Wang and M.-H. Yang},
  booktitle = {IEEE International Conference on Computer Vision (ICCV)},
  title = {SegFlow: Joint Learning for Video Object Segmentation and Optical Flow},
  year = {2017}
}

SegFlow Results

Segmentation Comparisons with Unsupervised Method

Segmentation Comparisons with Semi-supervised Method

Optical Flow Comparisons

Requirements

  • Install caffe and pycaffe (opencv is required).
    cd caffe
    make all -j8 (paths are needed to change in the configuration file)
    make pycaffe

  • Download the DAVIS 2016 dataset and put it in the data folder.

  • Download our pre-trained caffe model here and put it in the model folder.

Demo on DAVIS 2016

cd demo
python infer_DAVIS.py VIDEO_NAME
For example, run python infer_DAVIS.py dog

This code provides a demo for the parent net (Ours_OL) in SegFlow. The output contains both the segmentation and optical flow results.

Test on your own Videos

cd demo
python infer_video.py VIDEO_FILE
For example, run python infer_video.py ../data/video_example.mp4

Training code on DAVIS 2016 (Ours_OL)

Download the segmentation and flow pre-trained weights, and put them in the model folder.
cd training
sh train.sh

Download Our Segmentation Results on DAVIS 2016

  • SegFlow without online training step (Ours_OL) here
  • SegFlow without optical flow branch (Ours_FLO) here
  • Final SegFlow results here

Note

The model and code are available for non-commercial research purposes only.

  • 09/2017: demo code released
  • 01/2018: the pre-trained caffe model is updated
  • 02/2018: training code for the parent net (unsupervised setting) is released

segflow's People

Contributors

jingchuncheng avatar wasidennis avatar

Watchers

Konstantin Kutsy 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.