utkuozbulak / pytorch-cnn-visualizations

Pytorch implementation of convolutional neural network visualization techniques
MIT License
7.81k stars 1.49k forks source link

Semantic segmentation #79

Closed swjtulinxi closed 4 years ago

swjtulinxi commented 4 years ago

hi,How to use it to visualize the feature map of semantic segmentations,because i want to visualize the attention map

utkuozbulak commented 4 years ago

Hello,

All examples in this repository concern classification. You can try to adapt them for segmentation, although I'm not sure how successful it will be.

abhigoku10 commented 4 years ago

@utkuozbulak can you provide references for modifications of the current implementation to obtain segmentation cams

utkuozbulak commented 4 years ago

Hey, I'm not aware of any segmentation methods in particular that use any visualization approaches. (Can you link here if you find any?)