dyhBUPT / StrongSORT

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

GSI and AFLink #114

Closed caarmeecoorbii closed 3 months ago

caarmeecoorbii commented 3 months ago

Hello,

Can you briefly explain how these modules improve the results of StrongSORT? I tested the code with my own dataset, and it only improves with AFLink in association, which makes sense, but GSI does not improve detection, it actually makes it worse.

Thank you, Carme

dyhBUPT commented 3 months ago

Hi, thanks for your interest in our work.

For AFLink, it works when tracklets can be associated with pure motion patterns. If adding extra appearance information, it usually results in better performance.

For GSI, there exist two processes:

If you still have problems, maybe you can share the visualization of your trajectories before and after GSI.

Best wishes.

caarmeecoorbii commented 3 months ago

Thank you very much. I have another question. In my dataset, I am dealing with soccer match data, the StrongSORT method fails to detect the ball in many frames since it is a very small element. Do you know how I could improve its detection?

dyhBUPT commented 3 months ago

Sorry, I'm not good at the detection task.

Haoyalinglg commented 3 months ago

strongsort的yolox+BoT的代码有吗

dyhBUPT commented 3 months ago

strongsort的yolox+BoT的代码有吗

Please follow Auxiliary Tutorials for YOLOX and BoT.