JunnHan / SLATracker

Spatial-Attention Location-Aware Multi-Object Tracking
90 stars 22 forks source link

SLATracker

This repository hosts our code for our paper Spatial-Attention Location-Aware Multi-Object Tracking. (arxiv link not available now)
The code will be released after the paper published.
Demo Bilibili

Requirements

Note that we utilize the pre-processing method of Tracktor, not CenterTrack.

Private

Benchmark MOTA IDF1 HOTA MOTP MT ML FP FN IDSw
2DMOT15 57.9 62.2 47.1 75.8 39.1 14.7 6973 18313 577
MOT16 72.0 69.6 54.7 77.9 37.3 20.9 7242 43147 740
MOT17 71.8 69.0 54.4 77.8 38.0 20.5 19077 137700 2493

Acknowledgement

A large part of the code is borrowed from Zhongdao/Towards-Realtime-MOT and DeanChan/HOIM-PyTorch. Thanks for their wonderful works.