Git Product home page Git Product logo

gis-ramap's Introduction

Python 3.6

Guided Interactive Video Object Segmentation Using Reliability-Based Attention Maps

Yuk Heo, Yeong Jun Koh, Chang-Su Kim

Implementation of CVPR2021 oral paper (best paper candidate), "Guided Interactive Video Object Segmentation Using Reliability-Based Attention Maps"

[Paper] [Project page] [Video-introduction] [Video-comparison]

Codes in this github:

  1. DAVIS2017 evaluation based on the DAVIS framework
  2. Youtube-iVOS evaluation based on the Youtube2019
  3. DAVIS2017 real-world evaluation GUI - linked to GUI-iVOS_and_GIS

Prerequisite

  • cuda 11.0
  • python 3.6
  • pytorch 1.6.0
  • davisinteractive 1.0.4
  • numpy, cv2, PtQt5, and other general libraries of python3

Directory Structure

  • root/checkpoints: save our checkpoints (pth extensions) here.

  • root/dataset_torch: pytorch datasets.

  • root/libs: library of utility files.

  • root/networks : codes for networks

    • deeplab: applies ASPP module in decoders. [original code]
    • network.py: consists our whole network.
  • root/results : result files for both evaluation results are attached.

  • root/config.py : configurations. you must set your directories here.

  • root/IVOS_main_DAVIS.py : DAVIS2017 evaluation based on the DAVIS framework.

  • root/IVOS_main_youtube.py : Youtube-iVOS evaluation based on the Youtube2019.

Instruction

DAVIS2017 evaluation based on the DAVIS framework

  1. Edit config.py to set the directory of your DAVIS2017 dataset and the other configurations.

  2. Download our parameters and place the file as root/checkpoints/GIS-ckpt_standard.pth.

  3. Evaluate with

    • python3 IVOS_main_DAVIS.py.
    • python3 IVOS_main_youtube.py.

DAVIS2017 real-world evaluation GUI

Multi-object GUI (for DAVIS2017) is available at our github page, [GUI-IVOS]

Reference

Please cite our paper if the implementations are useful in your work:

@Inproceedings{
Yuk2021GIS,
title={Guided Interactive Video Object Segmentation Using Reliability-Based Attention Maps},
author={Yuk Heo and Yeong Jun Koh and Chang-Su Kim},
booktitle={CVPR},
year={2021},
url={https://openaccess.thecvf.com/content/CVPR2021/papers/Heo_Guided_Interactive_Video_Object_Segmentation_Using_Reliability-Based_Attention_Maps_CVPR_2021_paper.pdf}
}

gis-ramap's People

Contributors

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