researchmm / Stark

[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking
MIT License
645 stars 143 forks source link

the HZ of the GOT-10K evaluation result #32

Open ANdong-star opened 3 years ago

ANdong-star commented 3 years ago

Hi, thanks for your work! Could you pleae provide the Hz value of GOT-10K when evaluating the Stark?

ANdong-star commented 3 years ago

Hi, thanks for your work! Could you pleae provide the Hz value of GOT-10K when evaluating the Stark?

Oh, I got it. I find many trackers in the Leaderboard have a high Hz. But Stark's is 2.85 fps. What's the reason?

MasterBin-IIAU commented 3 years ago

@ANdong-star Hi, the reason is that we evaluate STARK with 32 threads by default. This would slow down the tested speed of each sequence, but save time in total. You can test the real speed by set threads to 0 or 1.

ANdong-star commented 3 years ago

@ANdong-star Hi, the reason is that we evaluate STARK with 32 threads by default. This would slow down the tested speed of each sequence, but save time in total. You can test the real speed by set threads to 0 or 1.

So that. Thanks!