-
Hi! Thanks for this XAI visualization package!
I am trying to use the saliency method applied to Autoencoders and reconstruction errors.
Also, I do not have images, but a feature array for each o…
-
I would like to try "RISE Perturbation + DRISE" similar to the Notebook [https://github.com/XAITK/xaitk-saliency/blob/master/examples/DRISE.ipynb](https://github.com/XAITK/xaitk-saliency/blob/master/e…
ai2ys updated
2 years ago
-
Hi !
Many thanks for this great work!
I'm wondering can we have a simple example of applying saliency map or grad-cam on pycox (or torchtuples) models?
or a simple code to demonstrate how to get th…
-
I've tried running `mainfunction` provided in the example code on two different mgz files:
the first one is from my dataset, the second file is the standard sample file that comes with freesurfer sof…
-
Hi @alexanderkroner, thank you for such a nice piece of code and thorough documentation for the repository.
How can I train a model on a custom/new dataset? My dataset contains eye-tracking videos…
-
I found a strange phenomenon. For the same model, the same training sample and test sample, other operations are identical. Theoretically, the values obtained by using the XAI method (like Saliency) t…
-
Hi, I run the demo code only get the saliency detection results. But I wonder how to test the part of instance segmentation model... could you please provide instance demo code?
-
**Describe the solution you'd like**
Adapt or extend the `FreqDist` visualizer to show not just the frequency of tokens in the corpus but rank them according to their relationship to a topic model (e…
-
Hi. I was looking for the checkpoint files. I found the links in your previous issue.
While I was able to download the Unet model checkpoint for saliency, the segmentation model checkpoint is no long…
-
I was trying to evaluate a model after training. I noticed that they didn't release the ground truth labels of the test dataset.
In the evaluation code provided by https://mmcheng.net/videosal/
…