MIV-XJTU / ARTrack

Apache License 2.0
228 stars 33 forks source link

Implementation method of heatmap visualization (as shown in Figure 6 of the ARTrack paper). #34

Closed XiaokunFeng closed 8 months ago

XiaokunFeng commented 8 months ago

Thanks for your art and solid work. I would like to inquire about how to implement heat map visualization for this autoregressive-based tracker, as shown in Figure 6 of the ARTrack paper. I would greatly appreciate it if you could provide the relevant source code. image

AlexDotHam commented 8 months ago

So sorry for that i lost that code, but you can make it easy. When u inference in a sequence, you can save the cross-attention map of respective coordinate token and the search region, after that you can use the visulization tools such as: https://github.com/rentainhe/visualization/tree/master. I think you can contribute your tools in 2 hours.

XiaokunFeng commented 8 months ago

Thank you for your reply.I have made it under your guidance !!