MECLabTUDA / M3d-Cam

MIT License
306 stars 40 forks source link

Using medcam with torchio and monai? #24

Open greglahmer opened 2 years ago

greglahmer commented 2 years ago

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 alone.

Karol-G commented 2 years ago

Yes, it is possible to use with the GridSampler and Aggregator of TorchIO. However, I have no idea if it also works with MONAI as I never worked with that before.