-
ScoreCAM is relatively new in this area.
Link: https://arxiv.org/pdf/1910.01279.pdf
-
Hi I have pretrained a YOLOv5 model on a custom dataset and have tried to use the tutorial code to use ScoreCAM but seem to get the below error.
`ValueError: only one element tensors can be conver…
-
Hello,
I have a question about the implementation of the Algorithm1 of the ScoreCAM paper.
The code
```
# how much increase if keeping the highlighted region
# predi…
-
Hello.
First of all, I appreciate you for providing such a wonderful code.
I have a question in your code.
More specifically, about function ScoreCam() in gradcamutils.py.
Could you explain why …
-
![image](https://user-images.githubusercontent.com/42872894/147896706-c95d2293-1d4f-476e-981b-eb82d31c2af9.png)
I'm getting this error, while implementing ScoreCam on Yolov5 model with yolov5l we…
-
I built the transfer-learning model below.
`top_layer` is used to resize images for utilizing more information of images .
conv_base = MobileNetV3Small(weights='imagenet',
i…
-
Hi there,
We're attempting to use `tf-keras-vis` "in production". We want to create a REST API that takes in an image and returns two things at once:
1. a float (a "score") that is the output of…
-
Hi,
First of all, thanks a lot for this great visualization toolbox. I am using Efficientnet to categorize images into a binary score (i. e. only one output neuron). Can you please provide an end-t…
-
Create class activation maps to explain the black-box nature of convolutional neural networks. Remember, that this is primarily aimed at customed trained models rather than pre-trained models so that …
-
Hi @jacobgil , I'm working on applying Score-CAM on YOLOv5 by implementing the `YOLOBoxScoreTarget` class (so this issue is closely related with #242). There are several issues I want to iron out befo…