M3d-Cam
M3d-Cam copied to clipboard
The model inject runs fine when run before train phase. But I would want to run it on test data as well. The model gives me an error Tensor 0...
I am having an issue where I am getting negative values for voxels within the classification that I am looking at, and trying to understand what that means? Does that...
Hi, thanks for your great work. I am passionate to exercise your method over nnUNet models. I both checked Colab notebook but I couldn't succeed to get any results. Could...
Hi, Can I use this to generate attention maps for video action recognition done using models such as r3d18, i3d, r2plus1d18? Also, can it be used for transformer models like...
If we are trying to establish, just the pixels instead of image regions with the highest gradients attached to them, I have heard saliency maps using backpropagation is the best...
Can this work with the generator and aggregator functions from torchio and the architectures from monai? I have been having problems with establishing gradcam visualizations for my unet with monai...
Hi, first of all thank you for your dedication on this research area. It was really helped for me. But here's what I'm qurious about. I've made 3D model to...
I work with a different form of a predict function in which I simply call the model on my patches and save those individual patches, then have another script stitch...
Any alternative codebases that might help out with regression? (instead of classification/segmentation).
Hi, I have worked through the 3D segmentation demo on using nnUNet. Can you please add some code to visualize the activation maps like what you have added in the...