CSRA icon indicating copy to clipboard operation
CSRA copied to clipboard

Question about Attention Image or Heatmap Generation

Open wzjahucm opened this issue 3 years ago • 1 comments

Hi Kevinz, thanks for your awesome work. I'd like to do a visual analysis to get a better understanding of the CSRA. Could you please give me some advice on how to visualize the attention score (or heatmap, attention image)? Thank you very much!

wzjahucm avatar Dec 18 '21 09:12 wzjahucm

Hi, thanks for reading our work.

A core implementation of the heatmap's visualization has been added in our codebase, see utils/visualize.py. This file demonstrate a simple visualization of an image (can adjust some parameters in it). Also refer to https://github.com/clovaai/wsolevaluation for more information about class activation maps.

Best, Authors

Kevinz-code avatar Dec 21 '21 04:12 Kevinz-code