-
Thanks for your code!
When I try to add this attention mechanism into the resnet backbone and train a detection network, the error appears as:
File "anaconda3/envs/maskrcnn/lib/python3.7/site-pac…
-
There is a [line](https://github.com/utkuozbulak/pytorch-cnn-visualizations/blob/7dd09a0fc04abcd2a4a3ddb47b8ea230732b8a94/src/gradcam.py#L64) in gradcam.py which says that if `target_class = None` the…
-
**System information**
- TensorFlow version (you are using): 2.3.0
Say I define two models.
model1
```
input_shape = (224, 224, 3)
inputs = keras.Input(shape=input_shape)
x = tf.keras.lay…
-
Hi,
Thank you for this very nice work.
I've been trying to encapsulate GradCam into a single wrapper than can be used like any other model for prediction from dataloaders.
Here is what I di…
-
Hi, again.
While I'm using analyze_isic.ipynb I found out that there is no gradcam related python file in pytorch-cnn-visualizations/src path
Could you upload the file?
Juna2 updated
4 years ago
-
Hi,
I probably missed some details and a bit confused. I hope this is the right place to ask the following question.
Why does it make sense to upsample a layer attribution to input size to see whe…
-
你好,从代码来看,通过长短两步,虽然每一步的图片的尺寸变小了,但是他的batchsize变大了啊,那么他是怎么减小了计算量和参数量的呢,非常不理解这点,请大佬解释一下
-
Hi:)
Really appreciate for your work~
I'm trying to train the GAIN model on ImageNet dataset based on resnet18 for 40 epoches, but the heatmap generated is not satisfied, so I have some questions.
…
xunge updated
3 years ago
-
Currently, as i understand it, each image has 2 paths in the DB (original and compressed). When loading in catalog, a user specifies (in the json) a path for the original images and the compressed ima…
-
I've been trying to create a small wrapper to apply GradCam as any other model through a data loader.
But I have a problem with dimension outputs, GradCam is outputing wrong dimensions for the last…