hazirbas / poselstm-pytorch

PyTorch implementation of PoseLSTM and PoseNet
Other
120 stars 36 forks source link

Class Activation Map as Visualization #2

Closed Yingyan-Xu closed 5 years ago

Yingyan-Xu commented 5 years ago

Hi, how did you draw the class activation map (CAM) in the paper? I mean that CAM is often used for a classification problem and how does it work for a regression problem (i.e. when the output vector is composed of continuous values rather than probabilities)?

hazirbas commented 5 years ago

Hi, To be honest, I do not remember fully as the first author worked on the activation map generation. In case I find some piece of code around, i ll let you know.