MasterBin-IIAU / Unicorn

[ECCV'22 Oral] Towards Grand Unification of Object Tracking
MIT License
953 stars 87 forks source link
multi-object-tracking-segmentation multiple-object-tracking object-tracking single-object-tracking video-object-segmentation

Unicorn :unicorn: : Towards Grand Unification of Object Tracking

PWC PWC PWC PWC PWC PWC Models on Hugging Face Unicorn

This repository is the project page for the paper Towards Grand Unification of Object Tracking

Highlight

Introduction

This repository supports the following tasks:

Image-level

Video-level

Demo

Unicorn conquers four tracking tasks (SOT, MOT, VOS, MOTS) using the same network with the same parameters.

https://user-images.githubusercontent.com/6366788/180479685-c2f4bf3e-3faf-4abe-b401-80150877348d.mp4

Results

SOT

MOT (MOT17)

MOT (BDD100K)

VOS

MOTS (MOTS Challenge)

MOTS (BDD100K MOTS)

Getting started

  1. Installation: Please refer to install.md for more details.
  2. Data preparation: Please refer to data.md for more details.
  3. Training: Please refer to train.md for more details.
  4. Testing: Please refer to test.md for more details.
  5. Model zoo: Please refer to model_zoo.md for more details.

Citing Unicorn

If you find Unicorn useful in your research, please consider citing:

@inproceedings{unicorn,
  title={Towards Grand Unification of Object Tracking},
  author={Yan, Bin and Jiang, Yi and Sun, Peize and Wang, Dong and Yuan, Zehuan and Luo, Ping and Lu, Huchuan},
  booktitle={ECCV},
  year={2022}
}

Acknowledgments