dyhBUPT / StrongSORT

[TMM 2023] StrongSORT: Make DeepSORT Great Again
GNU General Public License v3.0
708 stars 75 forks source link

how to apply AFLink and GSI to other trackers? #96

Closed SmallGGgg closed 6 months ago

SmallGGgg commented 7 months ago

how to apply AFLink and GSI to other trackers?

dyhBUPT commented 7 months ago

Hi, you can first generate the tracking results of another tracker. Then, you can refine the results using AFLink like: https://github.com/dyhBUPT/StrongSORT/blob/d587b851f64d9c937461515f9da14e6baf8799dc/strong_sort.py#L35-L45

Hope this will help you.