thtang / CheXNet-with-localization

Weakly Supervised Learning for Findings Detection in Medical Images
https://www.csie.ntu.edu.tw/~yvchen/f106-adl/doc/HTCMedical.pdf
GNU General Public License v3.0
314 stars 108 forks source link

Heatmap Visualization of #12

Open BehzadBozorgtabar opened 5 years ago

BehzadBozorgtabar commented 5 years ago

Could anyone visualize the heatmap using GradCAM?

After changing the name in denseNet_localization.py module.densenet121.features.denseblock4.denselayer16.conv.2 to module.densenet121.features.denseblock4.denselayer16.conv2

It then returns Nan values for the heatmap.

suchitj2702 commented 4 years ago

@BehzadBozorgtabar were you able to resolve this issue?

Aliktk commented 3 years ago

Could anyone visualize the heatmap using GradCAM?

After changing the name in denseNet_localization.py module.densenet121.features.denseblock4.denselayer16.conv.2 to module.densenet121.features.denseblock4.denselayer16.conv2

It then returns Nan values for the heatmap.

Hello @BehzadBozorgtabar @suchitj2702 did you solve this issue to visualize the Heatmaps and saving into a directory