多目标跟踪(Multiple Object Tracking,MOT)是计算机视觉领域中一个重要的任务,旨在从视频序列中准确地检测和跟踪多个移动目标。近年来,MOT领域取得了许多重要的研究成果,涉及各种不同的方法和技术。以下是一些与多目标跟踪相关的论文和代码资源,供研究者和开发者参考。
-
“Simple Online and Realtime Tracking” by Bewley et al. (ECCV 2016)
代码链接:https://github.com/abewley/sort ↗ -
“DeepSORT: A Simple Online and Realtime Tracking with a Deep Association Metric” by Woerter et al. (ICCV 2019)
代码链接:https://github.com/nwojke/deep_sort ↗ -
“FairMOT: On the Fairness of Detection and Tracking” by Zhu et al. (ECCV 2020)
代码链接:https://github.com/ifzhang/Fa