-
Thanks for your great work!
I want to visualize the grad-CAM figure for my 3D data image. However, I met some problem at this line:
` grads = visualize_cam(model, layer_idx, filter_indices=20…
-
https://arxiv.org/abs/1610.02391
-
thanks ! how to ?
-
**Bug Description**
I´m trying to convert a saved model to oonx file with this command line
"python -m tf2onnx.convert --saved-model "input path" --output "output path My_Class_Model.onnx" --opset …
-
@AlexeyAB hi alexy can i know hoe to do back propagation in darknet is there any special conditions that i should add to cfg file.
i`m trying to build a heatmap for darknet classifier
ghost updated
5 years ago
-
### Branch
main branch (mmpretrain version)
### Describe the bug
i have modified the vis_cam.py to add args.imgroot to support input images dir,
when i use vis_cam.py on cuda to infer more than on…
-
https://github.com/pytorch/captum/blob/43acfcd320c44e8e469bf5276af9d55cf62145aa/captum/attr/_core/guided_grad_cam.py#L211
If I understand corretly, the parameter here should be:
inputs[i].shape[1…
-
Hello,
I have the following issue when running any of the demo example on retinanet.
May you please advise in this
self.anchor_idxs tensor([], dtype=torch.int64) tensor([], dtype=torch.int64)
…
-
feature shape:torch.Size([1, 256, 100, 136])
feature shape:torch.Size([1, 256, 50, 68])
feature shape:torch.Size([1, 256, 25, 34])
feature shape:torch.Size([1, 256, 13, 17])
feature shape:torch.Si…
-
Hello, the fifth formula in the paper shows that the channel dimensions are weighted and summed, but it is not reflected in the code but is averaged. Can you tell me why this is so? cam = F.re…