Class activation maps for CNN in PyTorch
This release adds implementations of CAM, GradCAM and GradCAM++.
Note: torchcam 0.1.0 requires PyTorch 1.1 or newer.
brought to you by @frgfm
Highlights
GradCAM
Implementation of gradient-based CAM extractor
New
Test
Verifications of the package well-being before release
New
Documentation
Online resources for potential users
New
- Add sphinx automatic documentation build for existing features (#1, #2)
- Add contribution guidelines (#1)
- Add installation, usage, and benchmark in readme (#1, #2)
Others
Other tools and implementations
- Add ̀overlay_mask` to easily overlay mask on images (#1).