GithubHelp home page GithubHelp logo

rnri / exploiting-temporality-for-semi-supervised-video-segmentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mhashas/exploiting-temporality-for-semi-supervised-video-segmentation

0.0 0.0 0.0 7.69 MB

Code for the paper "Exploiting Temporality for Semi Supervised Video Segmentation" (ICCV '19)

Shell 0.82% Python 99.18%

exploiting-temporality-for-semi-supervised-video-segmentation's Introduction

Exploiting Temporality For Semi Supervised Video Segmentation

This repository contains the corresponding training for the paper.

Training on Cityscapes

  1. Set the root of your cityscapes folder in the cityscapes dataloader. For training the sequence models, you need to ask permission for the sequence version of the cityscapes dataset from https://www.cityscapes-dataset.com/.
  2. Check the available parser options.
  3. Train the networks using the provided training scripts (1, 2):
  • Frame-by-Frame: bash train_cityscapes.sh unet fbf 512,256 4 amsgrad 0.0001 0 1 8 128
  • Modelling temporality at the bottleneck: bash train_cityscapes.sh unet sequence-1234 512,256 4 amsgrad 0.0001 0 2 8 128 0 convlstm
  • Modelling temporality at every skip connection level: bash train_cityscapes.sh unet sequence-1234 512,256 4 amsgrad 0.0001 0 2 8 128 0 convlstm+temporal_skip
  • Modelling temporality in the encoder: bash big_train_cityscapes.sh unet sequence-1234 512,256 4 amsgrad 0.0001 0 2 8 128 0 convlstm+temporal_encoder
  1. If you want to use a different temporal module, replace convlstm with tcn (Pointwise TCN), tcn2d or tcn2dhw. More details here

Results

Effect of temporal module locations

Effect of temporal module types

Citation:

If you use this code, please consider citing our work-

@inproceedings{Sibechi_2019_ICCV,
author = {Sibechi, Radu and Booij, Olaf and Baka, Nora and Bloem, Peter},
title = {Exploiting Temporality for Semi-Supervised Video Segmentation},
booktitle = {The IEEE International Conference on Computer Vision (ICCV) Workshops},
month = {Oct},
year = {2019}
} 

exploiting-temporality-for-semi-supervised-video-segmentation's People

Contributors

mhashas 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.