open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.94k stars 2.57k forks source link

Support CAM based method for model interpretability #1726

Open iumyx2612 opened 2 years ago

iumyx2612 commented 2 years ago

Describe the feature

Motivation A clear and concise description of the motivation of the feature. I want to know why my experiments fail

Related resources Pytorch grad-cam: https://github.com/jacobgil/pytorch-grad-cam
MMDetection implementation using Pytorch grad-cam: https://github.com/open-mmlab/mmdetection/pull/7987
MMDetection one still WIP but I can use many Grad-free CAM

Additional context

MeowZheng commented 2 years ago

it's much appreciated for it. We are looking forward to this feature