-
When I apply cam to my Semantic segmentation network,it has an error:An exception occurred in CAM with block: . Message: index 1 is out of bounds for dimension 0 with size 1,NameError: name 'cam_image…
-
Pytorch Grad-Cam was working well with my resnet18 models till 23rd of Aug 2022. Suddenly from today, 24th Aug I am constantly getting this error - ModuleNotFoundError: No module named 'pytorch_grad_c…
-
If the network have only one output with a sigmoid
-
As I understand now Gradcam allows us to give a better overview how the model has come to certain prediction while this isn't the case for visualizing feature maps. Can anyone tell whether this is cor…
-
Hi
Should the class selected for this plot be 1 instead of 0, since `dls.train.vocab` is `[False, True]` with `True` for a cat?
-
Hi there. I am trying to implement CAM visualizations with a Mask R-CNN model. As you know, Mask R-CNN performs classifications per ROI, but the backbone network (for ex. a FPN with Resnet50 conv bloc…
-
i used the pytorch_grad_cam as your example doing like
`'# Construct the CAM object once, and then re-use it on many images:
cam = GradCAM(model=model, target_layers=target_layers, use_cuda=args.use…
-
# Story
As a webteam, we would like to audit summary fields to get a better understanding on if editors have been placing content in this field to help us determine the best path forward with https…
-
-
Hi, In **neuralbody**, inappropriate dependency versioning constraints can cause risks.
Below are the dependencies and version constraints that the project is using
```
open3d>=0.9.0.0
PyYAML=…