-
Hi,
I've been trying to use your Grad CAM implementaiton on a 3D CNN. My input is a tensor of size (1, 2, 70, 70, 70), but my output is of size (2, 70, 70, 9). I don't understand that 9, do you know …
-
Hi, I'm working on the attention mechanism for face recognition models, I'm using the ir model as a backbone, but I don't know much about the details of the implementation of grad-cam, what exactly sh…
-
Look into the possibility of using [pytorch-grad-cam](https://github.com/jacobgil/pytorch-grad-cam) with bioclip. As part of this we would need to gather feedback on the caveats related using GradCam …
-
Hello,
Thank you for your great work.
I was trying to use the draw_cam.py script to extract heatmap from results, but there were some errors occured during the experiment, and I do not really un…
-
Hi,
Thanks for publishing this great repo! I am debugging an SSD network used for a 3-class object detection task.
Can I use this repo for visualizing such a network as well? I would appreciate it i…
-
![image](https://user-images.githubusercontent.com/70676318/115106685-d017d400-9f98-11eb-98b6-bbd244c6bea5.png)
if the blue region is restored to the original image by threshold could be better
-
mmdetection3怎么使用Grad-cam生成热度图?
-
I'm working on a project where I trained a YOLOv8 model to find E.coli bacteria droplets on leaves. After using Grad-CAM on the YOLO model, which was 100% accurate, I noticed something unexpected. The…
-
- [x] Check that you are up-to-date with the master branch of keras-vis. You can update with:
pip install git+git://github.com/raghakot/keras-vis.git --upgrade --no-deps
- [x] If running on Tensor…
ghost updated
6 years ago
-
Hi,
I am trying to use a 3d cnn in keras for classification and I am trying to visualize my network. Here is my network:
My model consists of 5 3d conv layers, each followed by batch normalization…