-
Can you please provide google drive link for saliency maps.
-
## 一言でいうと
画像認識モデルの判断根拠を知るための手法であるSaliency Mapについて、説明がどう変化するかを調べた研究。Saliency Mapはモデルの重みに対する影響を受けるはずだが、一部のWeightを初期化しても結果は変わらなかった。また一部のデータに対しラベルをランダムにしても説明が変わらないという結果。
### 論文リンク
http://papers.n…
-
@tianzheng4 Hi thanks for open sourcing the code , i have few queries
1. Can perform saliency maps on 3D object detection based architectures like sassd , complexyolo, pointnet++
2. If so what is…
-
* picasso version:1.0
* Python version:3.6
* Operating System:ubuntu
### Description
```
when l run the saliency map,l found the size of saliency map and original image are different.
```
#…
-
I am naive in python and trying to produce the saliency maps for some other images.
But I am not able to understand the command given for predicting saliency maps.
THEANO_FLAGS=mode=FAST_RUN,device=…
-
Hi, I am currently modifying the saliency maps of
# https://github.com/Lasagne/Recipes/blob/master/examples/Saliency%20Maps%20and%20Guided%20Backpropagation.ipynb
so that I can plot out the saliencie…
-
Given some target action, generate a saliency map that will perturb observation input to manipulate a victim agent to take the action.
-
I would like to understand why my model detected a certain object (mask) as having class A rather than class B. Is there a way to do it with MMDetection? If not, are there libraries that can process M…
-
### Describe the bug
I trained a GAT for binary node classification with the following structure
```
______________________________________________________________________________________…
-
Hi @raghakot ,
I just want to try the the module on a model for [sentence classification](https://github.com/shagunsodhani/CNN-Sentence-Classifier). Actually, I would like to have plots as in [this…