Closed mengquann closed 6 years ago
Your work is good. I want to know how to create the heatmap. Now the "output" variable in the code is a 10*14 mat, and it seems not the heatmap.
@mengquann Get feature maps from the last conv layer. You can refer this paper for more details.
@arnoweng could you please provide the code how you do that?
ditto @smivv any code that can be shared?
@smivv @taewookim You can adapt the author's code as needed.
Your work is good. I want to know how to create the heatmap. Now the "output" variable in the code is a 10*14 mat, and it seems not the heatmap.