pytorch-grad-cam
pytorch-grad-cam copied to clipboard
Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
Thanks for your great work. I ran SwinT_examle.py on my own dataset. But the results were terrible, always failing to focus on the goal. But the results are much better...
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.
Hi, I've build a `Detectron 2` model and want to use the model with different classes. Currently, **I'm only able to use `EigenCam` only**. After 3 days of debugging, I've...
I want to deploy grad-cam to the production environments, can it run in tensorrt? thx.
Hey, It is just a small fix to make the doc clearer.
There is a method called Contrastive Unsupervised Representations for Reinforcement Learning (CURL). I would like to know how to visualize the decision criteria of the policy network of this method...
I have a custom Conv3D model written in PyTorch and I want to calculate the GradCAM attributions for a 3D volume (representing an mri). The input tensor has input size...