-
Hi, can you please share the [TC-USOD baseline](https://pan.baidu.com/s/1TwwaTcdmTiU2FHOC5xC3Vw) **fetch code**: [ie0k] along with the following via Google Drive links, just as some other data has bee…
-
Congratulations on your work and I am very interested in your paper. I am a novice and I would like to follow the tutorial to reproduce your tutorial. When working on task-specific student model disti…
-
Hi, there are so many errors while executing the baseline results.
For example I'm trying to run dynamask, In saliency_exp_synth.py there is a line "from txai.models.modelv6_v2 import Modelv6_v2"
…
-
I have successfully run your project and attempted to apply the imagePerturbationSaliency and imageSarfa methods provided by you to my own pre-trained DQN model. I've noticed that as the model's perfo…
-
### 🚀 The feature, motivation and pitch
I'm working on vectorizing gradient computations with torch.func for vision explainability. I was able to use `torch.func.grad` and `torch.func.vmap` to comp…
-
I have 606 protein sequences from uniprot. I tried running `TSignal` as follows and ran into the following issue @Dumitrescu-Alexandru
```
python main.py --test_seqs uniprot_all_true_forSignalPep…
-
Traceback (most recent call last):
File "D:\jupyter\pythonProject\yolov5-gradcam-master\main.py", line 124, in
main(args.img_path)
File "D:\jupyter\pythonProject\yolov5-gradcam-master\main…
-
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…
-
Hi, thanks for the great work!
When i set `results = saliency.get_image_saliency_results(model, img, input_tensor, prediction_tensor), methods=['gradcam', 'smooth_grad']` in [`cnn_pred_explain.ipyn…
-
Hi! How did you calculate the corresponding salicency map for every input?