Giter Site home page Giter Site logo

itis's Introduction

Iteratively Trained Interactive Segmentation

This is an official TensorFlow implementation for

Sabarinath Mahadevan, Paul Voigtlaender, and Bastian Leibe,
"Iteratively Trained Interactive Segmentation",
British Machine Vision Conference, 2018.

Requirements

  • Python 3
  • Tensorflow
  • Scipy
  • scikit-image
  • numpy
  • pillow

Citation

If you use this code or models, please cite the following:

@inproceedings{mahadevanitis,
  author={Sabarinath Mahadevan and Paul Voigtlaender and Bastian Leibe},
  title={Iteratively Trained Interactive Segmentation},
  booktitle={British Machine Vision Conference (BMVC)},
  year={2018},
}

Pre-trained Models

You can download the pre-trained models from our internal server. All available models are in a single tar.gz file. Currently it contains models that can be used to reproduce the results for iFCN and ITIS in Table 1, and for the ablation study in Figure 5 (see paper for details.

Usage

  • Download PascalVOC dataset (http://host.robots.ox.ac.uk/pascal/VOC/)
  • Create a folder data within the source root directory, and copy the Pascal VOC dataset files to it. Alternatively, add a parameter "data_dir: <path to pascal voc root>" in the respective config files.
  • Download the weights as explained in the previous section, and place them under 'models' directory. Alternatively, you could change the paramter "load" to point it to the required path.
  • Run the following to evaluate the given models
iFCN:         python main.py configs/pascal_ifcn
iFCN + gauss: python main.py configs/pascal_gauss
ITIS:         python main.py configs/pascal_itis

itis's People

Contributors

sabarim avatar

Watchers

 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.