pytorch-grad-cam icon indicating copy to clipboard operation
pytorch-grad-cam copied to clipboard

grad CAM with extra dimension(time)?

Open qingfeng8-8 opened this issue 3 years ago • 1 comments

suppose my input is five-dimensional data which includes time dimension(N,C,T,H,W). What do you call the CAM module?Or could open source the code about CAM you have adjusted, thanks a lot.

qingfeng8-8 avatar Oct 12 '22 09:10 qingfeng8-8

Hi, I didn't deal with this use case yet.

But this really depends on the details of the model.

How do the internal activations look like ? Are they images? is every frame processed separately by a model? or are they fused together?

jacobgil avatar Oct 15 '22 16:10 jacobgil