wysoczanska / clip_dinoiser

Official implementation of 'CLIP-DINOiser: Teaching CLIP a few DINO tricks' paper.
Apache License 2.0
168 stars 7 forks source link

visualizing affinity map between a seed token and other patch features #12

Open duan-song opened 1 month ago

duan-song commented 1 month ago

Hi, I find a beautiful heatmap visualization in the fig. 4 of the paper, the affinity map between a selected seed token and other patch features. Could you please provide the code for visualizing affinity map?

wysoczanska commented 1 month ago

Hi, thanks for your interest! please take a look at: https://github.com/wysoczanska/clip_dinoiser/issues/9

duan-song commented 1 month ago

Hi, thanks for your interest! please take a look at: #9

Thank you! I successfully generate the visualized affinity map.