/IAI

The official implementation of Instance As Identity: A Generic Online Paradigm for Video Instance Segmentation.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Instance As Identity: A Generic Online Paradigm for Video Instance Segmentation

Introduction

This repo is the official implementation of IAI paradigm for video instance segmentation. The overview of IAI paradigm is shown below.

Installation

Please refer to INSTALL.md for installation instructions.

Getting Started

Please refer to Preparing Dataset.

Please refer to Getting Started with IAI.

Citation

@inproceedings{iai,
  title={Instance As Identity: A Generic Online Paradigm for Video Instance Segmentation},
  author={Zhu, Feng and Yang, Zongxin and Yu, Xin and Yang, Yi and Wei, Yunchao},
  booktitle={ECCV},
  year={2022},
}

Acknowledegement

This repo is based on MMDetection and AOT. Thanks for their wonderful works.