[WACV-2023] Detection Recovery in Online Multi-Object Tracking with Sparse Graph Tracker
Python
Sparse Graph Tracker (SGT)
Official code for Sparse Graph Tracker (SGT) based on the Detectron2 framework. Please feel free to leave an ISSUE or send me an email (jhyunaa@ust.hk).
News
(2022.10.11) Our paper is accepted WACV 2023! (arxiv paper will be updated soon)
(2022.10.06) Code and pretrained weights are released!
Code of SGT is licensed under the CC-BY-NC 4.0 license and free for research and academic purpose.
SGT is based on the framework Detectron2 which is released under the Apache 2.0 license and the detector CenterNet which is released under the MIT license.
This codebase also provides Detectron2 version of FairMOT which is released under the MIT license.
Citation
@inproceedings{hyun2023detection,
title={Detection recovery in online multi-object tracking with sparse graph tracker},
author={Hyun, Jeongseok and Kang, Myunggu and Wee, Dongyoon and Yeung, Dit-Yan},
booktitle={Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision},
pages={4850--4859},
year={2023}
}