Skip to content

Conversation

@gabrieldemarmiesse
Copy link

Hi,

I saw that there was a mention of the heuritech/convnets-keras repository in the Keras resources.
Since this repo isn't updated anymore and provide quite some dead links in the README.md, I wanted to share my repository that build upon their work.

Their repo provide keras models that produces heatmaps for AlexNet and VGG models. I made their algorithm work with nearly any model possible (so users that also try with their custom models in addition of all the models available in keras/applications) and increase the resolution by 4 when the classification network uses a flatten layer (I replace the maxpool by a dilated convolution).

README.md Outdated
- ResNet 50 (with pre-trained weights): [1](https://github.com/fchollet/keras/pull/3266/files) - [2](https://github.com/raghakot/keras-resnet)
- [FractalNet](https://github.com/snf/keras-fractalnet)
- [AlexNet, VGG 16, VGG 19, and class heatmap visualization](https://github.com/heuritech/convnets-keras)
- [Any model and class heatmap visualization](https://github.com/gabrieldemarmiesse/heatmaps)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Class heatmap visualization for any model"

@gabrieldemarmiesse
Copy link
Author

Done!

@gabrieldemarmiesse
Copy link
Author

Just a friendly ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants