GithubHelp home page GithubHelp logo

semi-supervised-vos's Introduction

Label propagation for one-shot video object segmentation

This project was created as a part of master's thesis at the FEE CTU.

The project is implemented using Python 3.8.5 and with PyTorch 1.8.1. Other used libraries can be found in the requirements.txt file. The original code accompanying the Zhang et al. can be found on Microsoft's GitHub repository.

Installation

First of all Python version at least 3.8 must be installed. Then install pip, which is required to install the project's dependencies. Run following command to install the dependencies:

pip install -r requirements.txt

Usage

The main application entrypoint main.py supports 4 basic commands:

  1. train
  2. inference
  3. validation
  4. evaluation

The application is written using Click library, so every command has automatically generated help pages. Each can be invoked by running:

python main.py <command> --help}.

Examples of running each command are in file example.sh.

Additionally, the project offers various visualizations of predicted frames. The visualizations are invoked same way as the main entrypoint and are located in file visualization.py:

python visualization.py <command> --help}.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

Created by Hynek Davídek.

License

MIT

semi-supervised-vos's People

Contributors

hynekdav avatar

Watchers

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