-
-
Hello, is there any grad cam available for yolov7 or any mechanism which helps me understanding for which features the ,model looks for?
This would help a lot during trouble shooting / debugging.
…
-
Hi,
I have been stuck on this error for some time now, the ``optimize_mesh`` function is not functioning properly on CUDA
I'm running a custom dataset with colmap transforms matrix generated from co…
-
Hi thanks for the code, I'm trying to visualise a trained ResNet18 model with the GradCam function. But ResNet models do not have the feature attribute as in VGGs. Should we use `model.named_children(…
-
## ❓ Questions and Help
Hi there,
I am a new user to and I am trying to use LayerGradCam in captum to interpret a particular layer in my model.
Part of the problem/complication seems to be that…
ik362 updated
2 years ago
-
Thank you very much for your answer.
-
How to solve this kind of issue while using gradcam.py code? I am using ResNet152 architecture. Thank you.
Traceback (most recent call last):
File "gradcam.py", line 112, in
cam = grad_cam…
-
First thanks for your great work? I have a question hope you can help me.
When I finished training model, I run run_grad_cam.py script and got very bad result. Attention module seem don't attent to i…
-
Hello,
first, I would to thank you for your excellent work; your network is impressive. Could I ask you for your advice about the proper train parameters for detection? When I train on a custom da…
-
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…