-
Hi,
ScoreCAM is meant to be independent of target_layers, as evidenced by the message:
` "Warning: You are using ScoreCAM with target layers, however ScoreCAM will ignore them."`.
However, passing…
-
Hi,
I am quite new to XAI. Is it possible to apply Grad-CAM instead of EigenCAM on YOLOv5? I have faced an error when I am trying to use Grad-CAM on YOLOv5.
This is the code:
![image](https://…
-
Hello, I input the image of dimension (1, 3, 300, 300) into the model, expecting to get CAM, and the following error occurred.
I noticed that the dimension of the cam variable passed into the scale…
-
### Describe the bug
The FCU rejects offboard mode with the message `check for valid position estimate` in QGC. All other flight modes including position control work perfectly, suggesting there is a…
-
target_layer设为nn.Conv2d(8, 16, 5, padding=2)
在output[target_category]和线性插值处cam = np.interp报错
-
Sorry to bother you.
To train FCOS3D on kitti dataset, I did following steps.
1. write the '**fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_kitti-mono3d.py**' according to 'fcos3d_r101_caffe_fpn_gn-he…
-
## What?
Grad-CAM 을 활용한 Localization
## How?
forward_hook 과 backward_hook 을 사용하여 gradient 계산
## TODO
- [ ] Grad-CAM 시각화
## Reference
https://www.secmem.org/blog/2020/01/17/gradcam/
htt…
-
Hi!
When I run any of the notebooks in the 'tutorials' folder, I fix it with two line of>> import sys
sys.path.append('..') . But when it comes to .py files in examples or tests, it doesn't work. It…
-
I can get the output when using
` model = torch.hub.load('facebookresearch/deit:main',
'deit_tiny_patch16_224', pretrained=True)`
Then, I trained **deit** using [ht…
-
Exception ignored in:
Traceback (most recent call last):
File "/data/caiyong.wang/bin/anaconda3/envs/gu1/lib/python3.6/site-packages/pytorch_grad_cam/base_cam.py", line 192, in __del__
self.…