Skip to content

The codes for the ECCV16 paper: "Semantic Co-segmentation in Videos", Y.-H. Tsai*, G.Zhong* and M.-H. Yang.

Notifications You must be signed in to change notification settings

vyraun/semantic-cosegmentation

Repository files navigation

Semantic Co-segmentation in Videos

  • This repository includes the codes for our weakly-supervised video co-segmention. Please cite our paper if you use our code and model for your research.

  • This code has been tested on Ubuntu 14.04 and MATLAB 2015a.

  • Contact: Guangyu Zhong (guangyuzhonghikari at gmail dot com)

Paper

Semantic Co-segmentation in Videos. Yi-Hsuan Tsai*, Guangyu Zhong* and Ming-Hsuan Yang. European Conference on Computer Vision (ECCV), 2016. (* indicates equal contribution)

Installation

Usage

  • Put your own videos in "Youtube_input" or another folder (you may need to change the corresponding paths).

  • run demo_semantic_cosegment.m to generate tracklets.

  • run demo_tracklets_feature.m to extract features for each tracklet.

  • run demo_tracklets_submodular.m to select and merge tracklets.

Note

  • Currently this package only contains the implementation of our weakly-supervised video co-segmentation part and the performacne is a bit worse than the one reported in the paper.

Citation

  • Please cite our paper if you find this work is useful.
@inproceedings{tsai2016semantic,
  title={Semantic Co-segmentation in Videos},
  author={Tsai, Yi-Hsuan and Zhong, Guangyu and Yang, Ming-Hsuan},
  booktitle={European Conference on Computer Vision},
  year={2016},
}

Pipeline

  • Step 0: generate tracklets. Pipeline
  • Step 1 & 2: feature extraction and co-selection Co-selection

Results

About

The codes for the ECCV16 paper: "Semantic Co-segmentation in Videos", Y.-H. Tsai*, G.Zhong* and M.-H. Yang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published