dyhBUPT / StrongSORT

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

Display the result #106

Closed TanganHitam1 closed 6 months ago

TanganHitam1 commented 6 months ago

I want to know how to display the result as video

dyhBUPT commented 6 months ago

Hi, we didn't modify the visualization codes of DeepSORT. Therefore, you can try to visualize the results by setting display=True here: https://github.com/dyhBUPT/StrongSORT/blob/fe70b4276e176d04b049c923eb3e3231c2ae7c6b/strong_sort.py#L24-L34

TanganHitam1 commented 6 months ago

even if it's using AFLink and GSI? because what I see is the "run" code is before the AFLink and GSI code

dyhBUPT commented 6 months ago

Oh, you are right, So it is recommended to write new visualization scripts.