-
The size of my input image is 49*41*40, and I can get the saliency output of my CNN model.
But the attention map size is 49*41, not the original 3-dimension size.
I want to know how can I get the 3D…
-
Thanks for your great work!
I want to visualize the grad-CAM figure for my 3D data image. However, I met some problem at this line:
` grads = visualize_cam(model, layer_idx, filter_indices=20…
-
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/
…
-
Hi,
Can we expect to see an implementation of SmoothGrad.
https://arxiv.org/abs/1706.03825
Thanks!
-
Hello, unfortunately [link](https://iiitaphyd-my.sharepoint.com/:u:/g/personal/samyak_j_research_iiit_ac_in/EXYq5WiSbh9Kq9R_n-Gr3yABRyKPSkxM7ROLg-zPDXV_qA?e=5AL7UU) to model weights doesn't work. If y…
-
We will add the initial recommendations here and then move them to a papers.md as we start organizing the papers.
Application and Specific Architectures
1. [Hypercolumns for Object Segmentation and F…
-
It's an issue about the paper, maybe not appropriate here. But I can't get contact with the paper's author, so maybe some useful discussion here.
In the paper, three data-set used: alpha-matting, com…
-
Hi @xinggangw @Unrealluver @ifzhang @LegendBC ,
Thanks for the release of the great work. But, I was trying to understand how I can actually interpret the model such that the results will be more exp…
-
### Description
Feasibility of request and resulting actions if applicable TBC.
### User Story
**As** a Data Scientist
**I want to** interpret the results of models generated from Heteroge…
-
Hi,
I'm so excited that you released your training code and it's very helpful for me. Thank you for sharing.
I have a question about your pretrained deeplabv3 model which you called **deeplab_da…